ubuntu 14.04搭建wifi分享熱點總結
首先你要下載一個hotspot軟體,通過網上制定的地址通常會提示你無法找到該地址,現在我說一下我再搭建改環境的時候的解決方法以及如何搭建成功;
ubuntu14.04安裝配置無線ap
1、新增含有ap-hotspot的資源
whw@Y485:sudo add-apt-repository ppa:nilarimogard/webupd8
2、更新資源
whw@Y485:sudo apt-get update
此時可能會提示你執行"sudo dpkg --configure -a"命令,你只需要按照它的指示去安裝就可以。
3、之前如果安裝了ap-hotsopt或者hostapd的你需要首先將其解除安裝
whw@Y485:sudo apt-get remove hostapd
4、安裝沒有bug的hostapd版本
我的系統是64位,網上很多前輩也介紹了該方法,大家可以借鑑一下,在此向前輩們的付出表示崇高的敬意:
whw@Y485:cd /tmp
whw@Y485:wget *http://archive.ubuntu.com/ubuntu/pool
/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb*
極有可能你執行該條命令最後提示你無法連結到該連結,你可以去
http://old-releases.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb去下載*hostapd_1.0-3ubuntu2.1_amd64.deb*
這個比較古老但非常實用的hotspot檔案。
whw@Y485:sudo dpkg -i hostapd*.deb
whw@Y485:sudo apt-mark hold hostapd
5、 安裝ap-hotspot
whw@Y485:sudo apt-get install ap-hotspot
6、配置 網路 ap的名字與密碼
whw@Y485:sudo ap-hotspot configure
whw@Y485:/tmp$ sudo ap-hotspot configure
Detecting configuration...
Detected ppp0 as the network interface connected to
the Internet. Press ENTER if this is correct or enter
the desired interface below (e.g.- eth0, ppp0 etc.):
ppp0是我的撥號寬頻,直接enter
Detected wlan0 as your WiFi interface. Press ENTER if
this is correct or enter the desired interface (e.g.-
wlan1):
wlan0是我的無線網路卡用來做ap的裝置,直接enter
Enter the desired Access Point name or press ENTER to
use the default one (myhotspot):
該處是輸入你分享出去的wifi熱點的名稱:
myhotspot
Enter the desired WPA Passphrase below or press ENTER
to use the default one (qwerty0987):
該處是設定你分享出去的wifi熱點的密碼:
qwer1234
whw@Y485:/tmp$
7、關閉ubuntu的防火牆(如果你啟用了)
whw@Y485:sudo ufw disable
8 、啟動無線服務(安裝好後最好重新啟動作業系統)
whw@Y485:sudo ap-hotspot start
(關閉無線:sudo ap-hotspot stop)
當終端顯示如下時,恭喜你,你的環境已經大獲成功
whw@Y485:/tmp$ sudo ufw disable
Firewall stopped and disabled on system startup
whw@Y485:/tmp$ sudo ap-hotspot start
Please disconnect WiFi before proceeding
whw@Y485:/tmp$ sudo ap-hotspot start
Starting Wireless Hotspot...
Wireless Hotspot active
whw@Y485:/tmp$
相關文章
- Ubuntu14.04搭建LAMPUbuntuLAMP
- Ubuntu14.04搭建LNMPUbuntuLNMP
- 樹莓派建立WiFi熱點樹莓派WiFi
- Window 7 開 WIFI做熱點WiFi
- win10 wifi熱點自動斷開怎麼辦 win10連線wifi熱點總是斷開解決方法Win10WiFi
- Ubuntu14.04LAMP搭建(Apache2.47+MySQL5.5+PHP5.5)UbuntuLAMPApacheMySqlPHP
- l2tp vpn搭建總結(linode ubuntu)Ubuntu
- Linux 中 WIFI 和熱點的使用LinuxWiFi
- Flask 安裝 Ubuntu 14.04FlaskUbuntu
- 總結一下這兩天折騰Windows 7、CentOS 7、Ubuntu 14.04/10的心得WindowsCentOSUbuntu
- 【openvpn】轉載:爛泥:ubuntu 14.04搭建OpenVPN伺服器Ubuntu伺服器
- Ubuntu 14.04 即將結束支援,你該怎麼辦?Ubuntu
- 在 Ubuntu 14.04 上安裝 Ubuntu Tweak 0.8.8Ubuntu
- 把WiFi熱點一起“打包”回校園WiFi
- EON 開機自動開啟 WIFI 熱點WiFi
- Ubuntu 14.04 下安裝 OpenCVUbuntuOpenCV
- Docker proxy setting ubuntu 14.04DockerUbuntu
- Ubuntu14.04安裝JDKUbuntuJDK
- Install Composer on Ubuntu 14.04Ubuntu
- Ubuntu 14.04 LTS 安裝DockerUbuntuDocker
- Ubuntu 14.04 安裝 JDK 7.0UbuntuJDK
- ubuntu14.04下navicat破解方法Ubuntu
- How To Install Vagrant IN Ubuntu14.04Ubuntu
- Ubuntu14.04下安裝genymotionUbuntu
- ubuntu 14.04 install docker latest dockerUbuntuDocker
- Ubuntu 14.04下NFS安裝配置UbuntuNFS
- install redis and used in golang on ubuntu 14.04RedisGolangUbuntu
- Ubuntu 14.04環境變數修改Ubuntu變數
- ubuntu14.04 lnmp nginx 虛擬主機(多站點 多域名) 配置UbuntuLNMPNginx
- Android Wifi熱點 資料傳輸Socket 通訊AndroidWiFi
- [沸點活動] 分享年中總結,贏精美獎品~
- ubuntu14.04 升級gcc的方法UbuntuGC
- Ubuntu14.04下Dipy包安裝Ubuntu
- Ubuntu14.04安裝postgresql9.4UbuntuSQL
- ubuntu 14.04 安裝cuda 7.5/CUDA 8.0Ubuntu
- 五個 Ubuntu 14.04 最佳圖示集Ubuntu
- ubuntu14.04 建立ftp伺服器UbuntuFTP伺服器
- ubuntu14.04配置開發環境Ubuntu開發環境