Hallo Raspberry Forum,
leider stehe ich nun vor meinem zweiten Problem ![]()
Ich versuche mich mit dem WLAN zu verbinden. Ich besitze hierfür einen Raspberry 3 B, welcher die WLAN-Netzwerke erkennt. Die die nur einen Schlüssel benötigen, kann ich auswählen. Allerdings in das ich mich anmelden will passiert nichts, wenn ich drauf klicke. Hier muss ich theoretisch ein Benutzername und ein Passwort eingeben.
Mein erster Versuch war mit der wpa_supplicant.conf.
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Auch mit zusätzlichen Parametern konnte keine Verbindung hergestellt werden:
network={
ssid="GAGInt"
scan_ssid=1
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
identity="MeinBenutzername"
password="MeinPasswort"
phase1="peapver=0"
phase2="MSCHAPV2"
}
Display More
Mit "sudo iwconfig" kommt folgende Meldung:
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
lo no wireless extensions.
eth0 no wireless extensions.
Und mit "sudo wpa_supplicant -i wlan0 -Dn180211 -c /etc/wpa_supplicant/wpa_supplicant.conf -d" die Meldung:
wpa_supplicant v2.3
random: Trying to read entropy from /dev/random
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'n180211' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf
'Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='DIR=/var/run/wpa_supplicant GROUP=netdev'
update_config=1
country='DE'
Priority group 0
id=0 ssid='GAGInt'
wlan0: Unsupported driver 'n180211'
Failed to add interface wlan0
wlan0: Cancelling scan request
wlan0: Cancelling authentication timeout
Display More
Ich hoffe mir kann hier jemand weiterhelfen.
Vielen Dank im Voraus.
Mit freundlichen Grüßen
FlahFire