今天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.