Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » howto » configure knetworkmanager

Configure KNetworkManager

Table of Contents

The Issue

KNetworkManager does not like inheriting a pre-existing /etc/network/interfaces file.


top

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
Share

top