ラズパイをアクセスポイント化したいです。
こちらのサイトを参考にして進めました。
しかしソフトの自動起動登録をするために「sudo service hostapd start」を実行したところエラーとなりました。
こちらがエラーです。
Error
1pi@raspberrypi:~ $ sudo systemctl start hostapd 2Job for hostapd.service failed because the control process exited with error code. 3See "systemctl status hostapd.service" and "journalctl -xe" for details. 4 5pi@raspberrypi:~ $ systemctl status hostapd.service 6● hostapd.service - Advanced IEEE 802.11 AP and IEEE 802.1X/WP 7 Loaded: loaded (/lib/systemd/system/hostapd.service; enable 8 Active: activating (auto-restart) (Result: exit-code) since 9 Process: 2565 ExecStart=/usr/sbin/hostapd -B -P /run/hostapd 10 11raspberrypi systemd[1]: Failed to start Advanture
下記コマンドは実行済みです。
sudo systemctl unmask hostapd
sudo systemctl enable hostapd
sudo systemctl start hostapd
何度も手順に間違いがないか誤入力がないか確認しましたがダメでした。
いくつか他のサイトも参考にしましたが結果は同じでした。
「systemctl status hostapd.service」でエラーの詳細を表示させてみましたが私にはそれが何を意味しているのか分かりません。
ご教授よろしくお願い致します。
環境
Raspberry3 Pi model B+
Rasbian GNU/Linux10(buster)
新たに最新のOSを入れ直して初期化しました。
そして今度はこちらを参考にしてみました。
しかしやはり「sudo systemctl start hostapd」というコマンドでエラーになります。
Error
1Job for hostapd.service failed because the control process exited with error code. 2See "systemctl status hostapd.service" and "journalctl -xe" for details.
「systemctl status hostapd.service」でエラーを詳細表示させると下記が出ます。
detailError
1??? hostadp.service - Access point and authentication server for Wi-Fi and Ethern> 2Loaded: loaded(/lib/systemd/system/hostapd.service;enabled;vendor prese> 3Acttive: activiting(auto-restart)(Result:exit-code)since Min 2021-11-15> 4Docs:man:hostapd(8) 5Process: 3271 ExecStart=/usr/sbin/hostadp/ -B -P /run/hostapd.pid -B $DAEMON> 6CPU: 27ms
再度最新のOSを入れ直して初期化しました。
今度は以前ラズパイのアクセスポイント化に成功している先輩の資料のとおりにやってみました。
しかし上記と同じエラーで行き詰まってしまいました。。。
色々調べてみるとhostapdのバージョンを古いものにすることで上手くいった例をいくつか見ました。
なので現在インストール可能なバージョンを「apt-cache showpkg」で調べてみましたが最新の2.9しかインストールできない模様...
「journalctl -xe」というコマンドでエラーの詳細を表示したところ
「Faild to start Access point and authentication server for WI-Fi and Ethernet.」という文字が赤文字で表示されていました。
これについて調べてみます。
調べてみたものの該当する記事やフォーラムは見当たらず...
回答1件
あなたの回答
tips
プレビュー