Tôi đang sử dụng Raspberry Pi 2, chạy Debian Jessie và tôi gặp vấn đề với kết nối Wi-Fi của mình, sau khi cài đặt /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
và wpa_supplicant.conf
:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="Abass"
psk="AMSH19691977"
}
rồi chạy wpa_cli reconfigure
. Tôi nhận được lỗi, Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory
vì vậy cần giúp đỡ. Làm thế nào tôi có thể giải quyết điều này?
sleep 5
sausystemctl restart dhcpcd
, vì dhcp.service phàn nàn về các yêu cầu bắt đầu được lặp lại quá nhanh