使用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,解决了此问题

相关文章:

  • 2021-12-10
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-10-14
  • 2021-07-18
  • 2021-06-26
  • 2021-06-09
  • 2022-02-09
  • 2022-01-11
  • 2021-09-19
相关资源
相似解决方案