Argh! Not "iface eth0 inet static" but "iface eth0 inet dhcp".  Sorry
for the error.  Here is the whole message again with the error
corrected.  // Thomas

@Paolo:

To put eth0 under control of ifupdown instead of NetworkManager, do the
following in a terminal.

* Edit /etc/network/interfaces

    sudo nano /etc/network/interfaces

to add these two lines

    auto eth0
    iface eth0 inet dhcp

and save the file.

* Restart network-manager

    sudo restart network-manager

* Bring up eth0 with ifupdown

    sudo ifup eth0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016080

Title:
  slow wired connectivity after upgrade to 12.04 -- Broadcom BCM5761,
  tg3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1016080/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to