Andreas Juch schrieb:
Marco Estrada Martinez wrote:

  
Hi,

hat einer von euch schonmal den wpa_supplicant zum laufen bekommen. ich 
kämpfe gerade ... :o(
    

Funktioniert bei mir (ipw2200) einwandfrei!

  
ich habe auf der desktopkiste eine atheros-karte mit madwifi laufen (als 
AP) läuft ohne verschlüsselung super

/etc/wpa_supplicant.conf vom AP
-- schnipp
ctrl_interface=/var/run/wpa_supplicant
#ctrl_interface_group=0

eapol_version=1

ap_scan=0
#fast_reauth=1

network={
        ssid="MATRIX"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
        group=TKIP
        psk="secret passphrase"
}
--schnapp

aufruf nachdem die karte komplett hochgefahren wurde
$ wpa_supplicant -Dmadwifi -iath0 -c/etc/wpa_supplicant.conf
    

Ich glaube man muss statt der kartenspezifischen Treiber jetzt -Dwext
oder so ähnlich verwenden...

  
/etc/wpa_supplicant.conf vom Laptop(ndiswrapper)
-- schnipp
ctrl_interface=/var/run/wpa_supplicant
#ctrl_interface_group=0

eapol_version=1

ap_scan=1
#fast_reauth=1

network={
        ssid="MATRIX"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
        group=TKIP
        psk="secret passphrase"
}
--schnapp

aufruf nachdem die karte komplett hochgefahren wurde
$ wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf
    

Vielleicht geht es ja mit -Dwext...

  
wenn ich wpa_supplicant mit -dd auf kommt als scan result -1 zurück

hat jemand ne idee

THX

Marco
    

HTH Andreas

  
Danke, aber wenn ich wext einstelle kommt durch -dd folgendes
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 301 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 0
0: 00:14:78:74:db:f8 ssid='MATRIX' wpa_ie_len=32 rsn_ie_len=30 caps=0x1
   selected based on WPA IE
Trying to associate with 00:14:78:74:db:f8 (SSID='MATRIX' freq=2437 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 3
WPA: set AP WPA IE - hexdump(len=32): dd 1e 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 02 00 00 50 f2 01 00 50 f2 02
WPA: set AP RSN IE - hexdump(len=30): 30 1c 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 02 00 00 0f ac 01 00 0f ac 02 00 00
WPA: using GTK TKIP
WPA: using PTK CCMP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 04 01 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_associate
ioctl[SIOCSIWFREQ]: Invalid argument
Association request to the driver failed
Setting authentication timeout: 5 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
RSN: Ignored PMKID candidate without preauth flag
Wireless event: cmd=0x8b06 len=8
Wireless event: cmd=0x8b1a len=14
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface wlan0
State: ASSOCIATING -> DISCONNECTED
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_wext_set_wpa
wpa_driver_wext_set_drop_unencrypted
wpa_driver_wext_set_countermeasures
No keys have been configured - skip key clearing
Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
Cancelling scan request


noch ne idee? THX

marco

-- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an