ubuntu NetworkManager显示“device not managed

来源:http://hi.baidu.com/p3rlish/blog/item/902132c3862b0a4ab319a836.html

朋友家是通过电信的无线猫PPPOE拨号上网的,没有安装无线路由,所以无奈之下只好在ubuntu下面的用pppoeconf来进行配置拨号上网,结果配置重启之后发现网络连接出问题了,  网卡显示“device not managed”,所有的网络设备都不能用了

其实问题先是桌面找不到NetworkManager,这个问题重装了一下解决了,后来发现网络管理为灰,网卡显示“device not managed”。

解决方法,

1,gedit /etc/NetworkManager/nm-system-settings.conf

2,Now Change “managed=false” to “managed=true”

3,ps -aux|grep “NetworkManager”
4,kill 进程号

评论关闭。