[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

WLAN mit Atheros und wpa_supplicant



Hallo Liste,


ich hatte gehofft, ich könnte diese Nuss eigenständig knacken, aber es
hapert mal wieder am letzten Ende....

Es geht darum, eine Agere Mini-PCI-Karte PA3171U-1MPC mit Atheros
Chipsatz mit WPA2 (oder estmal 'nur' WPA) zum laufen zu bringen an einem
Access Point von Belkin: F5D7132A

Ich habe mich an dem HowTo von Christoph Pilke entlang gehangelt, für
das an dieser Stelle mein Dank ausgesprochen werden soll.
http://blog.slashconcept.com/2007/05/25/wlan-mit-atheros-chipsatz-wpa-unter-debian-etch/
Eine kleine Ergänzung wäre evtl., dass die madwifi-Sachen in den
non-free Repositories zu finden sind....

Meine gegenwärtigen Konfigurationsdateien:

/etc/network/interfaces:

auto eth2
iface eth2 inet dhcp
   pre-up /sbin/wpa_supplicant -D madwifi -i eth2 -c
/etc/wpa_supplicant/wpa_supplicant.conf -B

Hier gleich mal eine Frage zwischendurch: Wie mache ich es, dass das
Interface anders heißt, z.B. ath0 oder wlan0?

/etc/wpa_supplicant/wpa_supplicant.conf:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=20

network={
        ssid="mywlan"
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=TKIP
        proto=WPA
        auth_alg=OPEN
        #psk="meinsharedKey"
        psk=HexCode_gelöscht
}

Weil die Sache so aus der Tüte nicht läuft, rufe ich den
wpa_supplicant-daemon im debug-Modus auf:
/sbin/wpa_supplicant -Dmadwifi -ieth2
-c/etc/wpa_supplicant/wpa_supplicant.conf -dd

und bekomme zum Schluss:

0: 00:11:50:b9:5c:cf ssid='mywlan' wpa_ie_len=0 rsn_ie_len=0 caps=0x11
   skip - no WPA/RSN IE
No suitable AP found.
Setting scan request: 5 sec 0 usec
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface eth2
State: SCANNING -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_madwifi_set_drop_unencrypted: enabled=0
wpa_driver_madwifi_set_countermeasures: enabled=0
No keys have been configured - skip key clearing
wpa_driver_madwifi_deinit: failed to clear WPA IE
WEXT: Operstate: linkmode=0, operstate=6
Cancelling scan request

Den ganzen Output kann ich irgendwo ablegen, falls das hilft....

Meiner Auffassung nach läuft der Treiber also, der AP wird auch
gefunden, aber die Krypto-Sache läuft noch nicht. Wie kann ich da rangehen?

Thanks in advance!

Boris



Reply to: