红联Linux门户
Linux帮助

Linux共享wifi给Android手机

发布时间:2015-10-14 15:44:15来源:linux网站作者:至浊至愚

亲测可行,测试系统: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。


Ubuntu 14.04创建可以用于Android的WIFI热点:http://www.linuxdiyf.com/linux/11921.html

Ubuntu 11.04下台式电脑通过已连接WIFI的Android手机上网:http://www.linuxdiyf.com/linux/5717.html

WIFI实现Android手机和笔记本电脑之间文件互传:http://www.linuxdiyf.com/linux/5514.html