今天XX来机房弄点脑,要用Linux上网,配置好了IP,但是链接不上,始终显示devic not managed,
上网google了一下,原来是系统网络设置里面的manged设为了false,改成ture就OK了,具体方法如下。
Step 1 : Go to the Terminal ( Applications->Accessories->Terminal ) and type sudo gedit /etc/NetworkManager/nm-system-settings.conf
Step 2 : A window would now popup displaying the contents of the nm-system-settings.conf file
Step 3 : Now Change "managed=false" to "managed=true"
Step 4 : Save the file and close the window
Step 5 : Now back in the terminal type sudo killall nm-system-settings
Step 6 : Thats it, your network interface should now be detected and it should attempt to connect to a network.