Comment 2 for bug 92470

Revision history for this message
Rich Johnson (nixternal) wrote :

I cannot verify/confirm, however double check your /etc/network/interfaces file. KNetworkManager will not work properly if you have any special settings in this file. Here is a copy of my file that works like a charm.
-----

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

-----

NOTE: I have also heard some people say that they experienced problems if they had anything except for 'lo' listed in the file.