Raspberry Pi 3 model B+ をアクセスポイント化したいです。
OSは最新のものをインストールしています。
こちらのサイトを参考に進めました。
「sudo systemctl status hostapd」を実行すると下記のように出力されてhostapdが正常に稼働していることが確認できます。
output
1$sudo systemctl status hostapd 2● hostapd.service - Access point and authentication server for Wi-Fi and Ethernet 3 Loaded: loaded (/lib/systemd/system/hostapd.service; enabled; vendor preset: enabled) 4 Active: active (running) since Tue 2021-11-16 16:18:30 JST; 15min ago 5 Docs: man:hostapd(8) 6 Process: 491 ExecStart=/usr/sbin/hostapd -B -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=exited, status=0/SUC> 7 Main PID: 516 (hostapd) 8 Tasks: 1 (limit: 1597) 9 CPU: 161ms 10 CGroup: /system.slice/hostapd.service 11 └─516 /usr/sbin/hostapd -B -P /run/hostapd.pid -B /etc/hostapd/hostapd.conf 12 1311月 16 16:18:29 raspberrypi systemd[1]: Starting Access point and authentication server for Wi-Fi and Ethernet... 1411月 16 16:18:30 raspberrypi hostapd[491]: Configuration file: /etc/hostapd/hostapd.conf 1511月 16 16:18:30 raspberrypi hostapd[491]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE 1611月 16 16:18:30 raspberrypi systemd[1]: Started Access point and authentication server for Wi-Fi and Ethernet.
しかしなぜかスマホで確認しても設定したSSIDが出てこないです。
そのためWi-fiの電波が発信されていないと思われます。
SDカードを初期化してOSを入れ直すところから何度もやり直しましたが結果は同じでした。
他の基盤でも試してみましたが同じだっためハードの問題ではないようです。
RaspberryPi3なので無線LANアダプターは不要なはずです。
どうすればRaspberry Pi 3をアクセスポイント化できるでしょうか?
ご教授よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。