ฉันใช้ Raspberry Pi 2 ใช้งาน Debian Jessie และฉันมีปัญหากับการเชื่อมต่อ 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 บ่นเกี่ยวกับคำขอเริ่มต้นที่ถูกทำซ้ำเร็วเกินไป