Mar 15, 2010

Network Manager “device is unmanaged" error

How to solve:

$ sudo nano /etc/NetworkManager/nm-system-settings.conf

output:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

*** change “managed=true”

$ sudo killall nm-system-settings

that will restart your connection.


No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...