私は、Debian Jessieを実行しているRaspberry Pi 2を使用していますが、私の設定後にWi-Fi接続に問題があります/etc/network/interfaces
。
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# uncomment the next 4 lines and set the correct wpa-ssid (network ssid) and
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
とwpa_supplicant.conf
:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="Abass"
psk="AMSH19691977"
}
その後、実行しwpa_cli reconfigure
ます。エラーが発生したFailed to connect to non-global ctrl_ifname: (null) error: No such file or directory
ので、助けが必要です。どうすればこれを解決できますか?
sleep 5
後に挿入する必要がありましsystemctl restart dhcpcd
た。dhcp.serviceが、開始リクエストの繰り返しが速すぎると不平を言ったためです