Howto | Configure KNetwork Manager
21 Mar 2009The Issue
KNetworkManager does not like inheriting a pre-existing /etc/network/interfaces
file.
The Solution
Comment out all but the following from your /etc/network/interfaces
:
auto lo
iface lo inet loopback
Add the user to the netdev
group:
$ sudo adduser your_username netdev