Ich bin neu im Himbeer-Pi und kann das nicht ganz herausfinden.
Das wpa_gui ist im Feld Adapter und Netzwerk leer und meldet den Fehler "Status von wpa_supplicant konnte nicht abgerufen werden".
Inhalt von /etc/wpa_supplicant/wpa_supplicant.conf:
#Needed for wpa_gui to work
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
#Needed for wpa_gui to alter the configuration file
update_config=1
network={
ssid=spl-public
psk=""
#Protocal type can be: RSN(for WP2) and WPA(for WPA1)
proto=WPA
#Key managment type can be: WPA-PSK or WPA-EAP (Pre-Shared or Enterprise)
key_mgmt=WPA-PSK
#Pairwise can be CMMP or TKIP(for WPA2 or WPA1)
pairwise=TKIP
#Authorization option should be OPEN for both WPA1/WPA2 (in less commonly used are SHARED and LEAP)
auth-alg=OPEN
}
Inhalt von / etc / network / interfaces:
auto lo
iface lo inet lopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Die Datei wpa_supplicant.conf verweist auf ein Verzeichnis / var / run / wpa_supplicant, das auf meinem System nicht vorhanden ist. Was soll hier sein?
sudo ifup --force wlan0
Kehrt zurück:
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start run-parts:
/etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
wpa_supplicant: /sbin/wpa_cli daemon failed to start run-parts:
/etc/network/if-up.d/wpasupplicant exited with return code 1
ifconfig -a
zeigt?
sudo ifup --force wlan0
Ich musste das einmal tun, wenn wpa_supplicant nicht auf meinem System ausgeführt wurde.