码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu14.04 设置wifi热点

时间:2015-04-12 00:02:04      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:

查了一下资料主要有两种方法:

第一种:network manager设置

  这种方法配置比较复杂.并且不能给Android手机和iPhone共享.果断放弃(其实我是尝试过的,真的没有用).

第二种:使用ap-hotspot,亲测可用

  这种方法配置简单,用起来也方便.

  第一步:安装ap-hotspot

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

$ sudo apt-get update

$ sudo apt-get install ap-hotspot

 

  第二步:配置ap-hotspot

$ sudo ap-hotspot configure
Detecting configuration...
Detected eth0 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.):
// 回车确认

Detected wlan0 as your WiFi interface. Press ENTER if this is correct or enter the desired interface (e.g.- wlan1):
// 回车确认

Enter the desired Access Point name or press ENTER to use the default one (myhotspot):
// 输入wifi的名字

Enter the desired WPA Passphrase below or press ENTER to use the default one (qwerty0987):
// 输入wifi的密码

 

  第三步:启动wifi

$ sudo ap-hotspot start

技术分享

 

技术分享

大功告成,现在可以再Android设备上查找到自己发散的wifi了

 

另外附上几个常用的命令选项:

Usage:    ap-hotspot [argument]

    start          start wireless hotspot        // 打开wifi
    stop           stop wireless hotspot         // 停止wifi
    restart        restart wireless hotspot      // 重启wifi
    configure      configure hotspot             // 配置wifi
    debug          start with detailed messages  // dubug模式打开wifi,会显示一些详细的信息

本文参考了:

http://blog.csdn.net/wdjhzw/article/details/39118651

 

Ubuntu14.04 设置wifi热点

标签:

原文地址:http://www.cnblogs.com/csulennon/p/4418734.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!