Linux 使用create_ap开热点后无法连接wifi问题的解决

时间:2017-02-17 20:04:53   收藏:0   阅读:811

使用create_ap开启热点,关闭后,无法连接wifi.

使用sudo rfkill list all发现wifi没有被锁住,使用 sudo service network-manager start也无法解决问题

后来使用create_ap -h查看此软件的相关帮助,其中有

--fix-unmanaged If NetworkManager shows your interface as unmanaged after you
close create_ap, then use this option to switch your interface
back to managed

然后使用sudo create_ap --fix-unmanaged,解决了此问题

原文:http://www.cnblogs.com/IMGavin/p/6411329.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!