Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
解决deepin创建wifi的问题
Apps Section
1017
views ·
0
replies ·
To
floor
Go
Bigtang
deepin
2015-01-16 05:41
Author
且说用deepin几个月了,重装过几次。还是蛮喜欢的,尤其这次加了qq。会一如既往支持deepin!
进入正题:
之前一直尝试用ubuntu建立wifi,网上有很多办法,一直没成功。
记录这次可以正常使用的方法。
1.卸载hostapd
sudo apt-get remove hostapd
Copy the Code
2.安装指定版本的hostapd
下载地址http://pan.baidu.com/s/1o6FN3tC,密码58rc
3.安装信息通知
sudo apt-get install libnotify-bin
Copy the Code
4.安装ap-hotspot
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install ap-hotspot
Copy the Code
5.配置热点
sudo ap-hotspot configure
Copy the Code
//这一步会检查ubuntu的网络和WIFI接口,确定后会提示你配置热点,输入ssid和密码之类的就行了
6.开启wifi
sudo ap-hotspot start
Copy the Code
提示Wireless Hotspot active然后就行了
7.关闭wifi
sudo ap-hotspot stop
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
The settings menu needs to be translated into Russian.
the Network section no longer appears
Error during system installation
Deepin IDE?
Music player with sample rate and bit depth
Popular Events
More
进入正题:
之前一直尝试用ubuntu建立wifi,网上有很多办法,一直没成功。
记录这次可以正常使用的方法。
1.卸载hostapd
下载地址http://pan.baidu.com/s/1o6FN3tC,密码58rc
3.安装信息通知
6.开启wifi
7.关闭wifi