APホットスポットのインストール方法

APホットスポットのインストール方法

Ubuntu 12.04にap-hotspotをインストールできないようです。次のコマンドを実行する必要があることをどこかで読みました。

$ 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'。メディバトルが終了したからと聞きました。そのため、/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-hotspotをどのように機能させますか?

ベストアンサー1

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表示

create_ap wlan0 wlan0 MyAccessPoint MyPassPhrase

源泉:追加コマンドの確認

おすすめ記事