ich würde meine Verzweiflung gerne teilen. Und zwar folgendes:
Kernel: 2.6.25-2-amd64
Wifi: Intel 4965
Karte läuft (findet zumindest Netzwerke) aber ich krieg keine Verbindung zu meinem WPA Netz! Der Router ist konfiguriert auf WPA Personal mit TKIP Algorythmus.
Ich gehe folgendermaßen vor:
Code: Alles auswählen
ifconfig wlan0 up
Code: Alles auswählen
wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Code: Alles auswählen
#/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
fast_reauth=1
# Netzwerkdefinitionen
network={
ssid="myHome"
#psk="vorhanden"
psk=verschlüsselt
scan_ssid=1
key_mgmt=WPA-PSK
proto=WPA
auth_alg=OPEN
pairwise=CCMP TKIP
group=CCMP TKIP
priority=5
}
Ist der SUPPLICANT gestartet scheint er sich wohl erfolgreich anzumelden aber kriegt wieder einen Disconnect und zwar wie folgt:
Code: Alles auswählen
toma:/home/svenk/Desktop# wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.con
f
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - Trying to associate with 00:16:b6:40:ff:1f (SSID='linksys' freq=244
2 MHz)
Associated with 00:16:b6:40:ff:1f
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
WPA: Could not verify EAPOL-Key MIC - dropping packet
ioctl[SIOCGIFADDR]: Cannot assign requested address
Authentication with 00:16:b6:40:ff:1f timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
ioctl[SIOCSIWENCODEEXT]: No such file or directory
Trying to associate with 00:16:b6:40:ff:1f (SSID='linksys' freq=2442 MHz)
l2_packet_receive - recvfrom: Network is down
Associated with 00:16:b6:40:ff:1f
WPA: Key negotiation completed with 00:16:b6:40:ff:1f [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:16:b6:40:ff:1f completed (auth) [id=0 id_str=]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:16:b6:40:ff:1f (SSID='linksys' freq=2442 MHz)
Associated with 00:16:b6:40:ff:1f
WPA: Key negotiation completed with 00:16:b6:40:ff:1f [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:16:b6:40:ff:1f completed (reauth) [id=0 id_str=]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:16:b6:40:ff:1f (SSID='linksys' freq=2442 MHz)
Associated with 00:16:b6:40:ff:1f
WPA: Key negotiation completed with 00:16:b6:40:ff:1f [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:16:b6:40:ff:1f completed (reauth) [id=0 id_str=]
^CCTRL-EVENT-TERMINATING - signal 2 received
ioctl[SIOCSIWAUTH]: Operation not supported
Vielleicht hat ja irgendjemand einen Tip!!! Ich hoffe die Infos waren bisher ausreichend!
Vielen Dank!
Sven