Ich verwende einen Raspberry Pi 2 mit Debian Jessie und habe ein Problem mit meiner Wi-Fi-Verbindung, nachdem ich Folgendes eingestellt habe /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
und wpa_supplicant.conf
:
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="Abass"
psk="AMSH19691977"
}
dann läuft wpa_cli reconfigure
. Ich bekomme den Fehler, Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory
brauche also Hilfe. Wie kann ich das beheben?
quelle
sleep 5
nachsystemctl restart dhcpcd
, weil dhcp.service über Anfragen Start beschwerte zu schnell wiederholt werdenIch habe mein Problem gelöst, indem ich die IP von GOOGLE zu DNS hinzugefügt habe, da dies das Problem war
quelle