我似乎无法在ubuntu12.04上安装ap热点。我在某个地方读到应该运行以下命令:
$ sudo su -
# add-apt-repository ppa:nilarimogard/webupd8
# aptitude update
# aptitude install ap-hotspot
# ap-hotspot configure
# ap-hotspot start但是我的终端被智能更新卡住了,因为我得到了错误的Something wicked happened resolving 'packages.medibuntu.org:http'。我被告知这是因为medibuntu被关闭了。因此,在再次运行智能更新之前,我必须进入/etc/apt/sources.list.d/并删除与medibuntu相关的所有内容。
然后我尝试运行apt-get install ap-hotspot,但是我得到了错误
The following packages have unmet dependencies:
ap-hotspot : Depends: dnsmasq but it is not going to be installed然后我运行了apt-get install dnsmasq,但是我得到了错误:
The following packages have unmet dependencies:
dnsmasq : Depends: dnsmasq-base (>= 2.59-4) but it is not going to be installed然后我运行了apt-get install dnsmasq-base,但是我收到了这样的消息:
dnsmasq-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 260 not upgraded.那么我如何让ap热点工作呢?
发布于 2015-12-24 08:04:09
ap_hotspot已经过时了,它的开发还没有得到进一步的开发。
create_ap是免费提供linux发行版的新热点创建者。您可以通过与github同步来实现自己的功能。
git clone https://github.com/oblique/create_ap
cd create ap
make install/*上面的方法是基于debian的发行版*/初始化创建ap : 1)启动终端2) create_ap类型显示命令3)从同一接口网络类型创建internet共享:
create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase来源:检查是否有额外命令
发布于 2015-03-06 07:56:51
dnsmasq-base:
Installed: 2.68-1
Candidate: 2.68-1
Version table:
*** 2.68-1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
dnsmasq:
Installed: (none)
Candidate: (none)
Version table:
ap-hotspot:
Installed: (none)
Candidate: 0.3-1~webupd8~4
Version table:
0.3-1~webupd8~4 0
500 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/ trusty/main amd64 Packageshttps://unix.stackexchange.com/questions/134348
复制相似问题