ich kämpfe jetzt seit gestern damit, auf meinen S6120 die WLAN-Karte (ipw2200) an meinem AP mit WPA und PSK zu anzumelden.
Unverschlüsselt bekomme ich die Verbindung sofort hin, also scheine ich immerhin auf dem richtigen Weg zu sein. ;)
Der Output von wpa_supplicant -D wext -i eth2 -c /etc/wpa_supplicant.conf -dd sieht (soweit ich das beurteilen kann) ganz gut aus. Am Ende finde ich:
Code: Alles auswählen
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: SUPP_BE entering state IDLE
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth2' added
EAPOL: startWhen --> 0
Code: Alles auswählen
Apr 1 12:35:00 localhost kernel: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
Apr 1 12:35:00 localhost kernel: TKIP: replay detected: STA=00:0f:3d:48:c2:82 previous TSC 000000000000 received TSC 000000000000
Apr 1 12:35:00 localhost kernel: michael_mic: tfm_michael == NULL
Apr 1 12:35:00 localhost kernel: eth2: MSDU decryption/MIC verification failed (SA=00:0f:3d:48:c2:82 keyidx=1)
In der wpa_supplicant.conf habe ich folgende Einträge:
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="t-inside"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="ganz doll geheimer schlüssel"
priority=1
}