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가 시작 요청이 너무 빨리 반복되는 불평 때문에,