On my dell laptop, ethernet once disconnected cannot resume the connection again without restart.
This same problem is on Windows also, meaning definitely the problem is not with Ubuntu. But on Windows I used to disable the Ethernet and again enable the ethernet in control panel
-> network...
.
Question :
How can I disable & enable the ethernet in Ubuntu?
I guess this way I may solve my problems and save time.
This tutorial is for Ubuntu Unity (the default version/download). If you have another flavor (MATE, KDE, GNOME, etc.), comment on this answer and I will update it.
Wired
orEthernet
option in the panel on the left.On
. Flip it off.That should disable the adapter. Just turn the switch back on to reset it.
Terminal Method (advanced, but works for all flavors)
sudo ip link set down eth0
.sudo ip link set up eth0
.If you need any clarification, or have a different version of Ubuntu than Unity, please leave a comment and I'll do my best to help :-).
In Ubuntu you should have at top right corner a network symbol; left click it and you should have a wired connection option ; left click on it to disable it and left click again to enable.
I had this issue on my laptop wireless and figured out the main router and repeater were confusing the laptop turning the repeater off fixed the issue.