I fixed this by doing the following. This happened because during the
netinstall, my wireless network was used. Therefore network manager was
not managing the connection. I edited /etc/network/interfaces to remove
auto eth0. I then killed network manager and restarted it.

sudo nano /etc/network/interfaces
(leave only loopback)

sudo /etc/init.d/networking stop
ps aux | grep Net

root 6220 0.0 0.1 6400 2252 ? Ss 12:13 0:00 /usr/sbin/NetworkManager
root 7078 0.0 0.1 7696 3508 ? S 12:17 0:00 /usr/sbin/nm-system-settings 
--config /etc/NetworkManager/nm-system-settings.conf

sudo kill -9 6220 7078
sudo /etc/init.d/networking start

-- 
Network Manager claims devices are unmanaged
https://bugs.launchpad.net/bugs/280417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to