dancingwing

亲测可行,测试系统:Deepin2014,Ubuntu也一样。步骤非常简单。

1.卸载hostapd,sudo apt-get remove hostapd(如果原来装过的话卸载,因为某些版本不支持)

2.安装指定版本的hostapd,下载地址http://pan.baidu.com/s/1kT0xWmN,下载后安装

3.安装信息通知sudo apt-get install libnotify-bin

4.安装ap-hotspot

$sudo add-apt-repository ppa:nilarimogard/webupd8

$ sudo apt-get update

$ sudo apt-get install ap-hotspot

$ sudo ap-hotspot configure //这一步会检查ubuntu的网络和WIFI接口,确定后会提示你配置热点,输入ssid和密码

$ sudo ap-hotspot start //开启热点

提示Wireless Hotspot active即可使用

接下来可以使用sudo ap-hotspot stop关闭wifi

分类:

技术点:

相关文章:

  • 2021-07-09
  • 2021-11-10
  • 2021-11-22
  • 2021-10-26
  • 2021-06-29
  • 2021-07-20
  • 2021-06-18
猜你喜欢
  • 2021-11-23
  • 2021-11-22
  • 2021-12-18
  • 2021-05-05
  • 2021-12-27
  • 2022-12-23
  • 2021-08-20
相关资源
相似解决方案