跑坑无数,终于使用create_ap开启wifi热点。

可以使用github上托管的项目,地址https://github.com/oblique/create_ap/

安装如https://github.com/oblique/create_ap/教程所示,安装后使用命令sudo create_ap wlan0 lo wifiname password

其中wlan0 为无线网卡名, wifiname password分别为wifi名与密码

 

常见坑点:

1 要安装所由此脚本需要的程序,如dnsmasq

2 要正确设置无线网卡名,可以使用iwconfig命令查看网卡名

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-12-24
  • 2022-01-31
  • 2021-12-03
  • 2021-11-01
猜你喜欢
  • 2022-12-23
  • 2021-11-14
  • 2022-02-25
  • 2022-01-29
  • 2021-12-13
  • 2022-01-05
  • 2021-09-04
相关资源
相似解决方案