WPA_SUPPLICANT mit 4965

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
sven8403
Beiträge: 2
Registriert: 20.08.2008 15:29:15

WPA_SUPPLICANT mit 4965

Beitrag von sven8403 » 20.08.2008 15:44:35

Hallo zusammen,

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
Im Anschluß starte ich WPA_SUPPLICANT manuell und zwar mit folgender Zeile:

Code: Alles auswählen

wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Die Config sieht so aus:

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
        }
So weit so gut....

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
Ich hab schon verschiedene Versionen von firmware-iwlwifi versucht... Nicht geholfen. Ein Kernelupdate würde ich gerne vermeiden, da es sich hier um ein Firmenbook handelt und div. andere Software nur mit dieser Kernelversion läuft.

Vielleicht hat ja irgendjemand einen Tip!!! Ich hoffe die Infos waren bisher ausreichend!

Vielen Dank!
Sven

sven8403
Beiträge: 2
Registriert: 20.08.2008 15:29:15

Re: WPA_SUPPLICANT mit 4965

Beitrag von sven8403 » 20.08.2008 16:28:48

Danke! Ich hab mich selbst geheilt und manage die ganze Geschichte nun mit wicd!

Einfacher gehts kaum :-)

Antworten