Question #77152 on network-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/network-manager/+question/77152

    Status: Open => Answered

Jeruvy proposed the following answer:
Try to bring eth0 up:

$ sudo ifup eth0

If this fails go ahead and edit the interfaces file to see if it needs
to be configured.

$ gksudo gedit /etc/network/interfaces

It should have the following, feel free to add if its missing:

auto eth0
iface eth0 inet dhcp

If you made any changes to this file, save it and quit, then restart the
network

$ sudo /etc/init.d/networking restart

Good luck,

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help   : https://help.launchpad.net/ListHelp

Reply via email to