PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu Edgy Eft und WPA-gesichertes WLAN



lynix
12.12.06, 15:30
Moin!

Ich habe auf meinem Notebook Ubuntu 6.10 "Edgy Eft" aufgesetzt und bekomme meine Verbindung zum WLAN nicht hin. Es handelt sich hierbei nicht um den allgemein bekannten Bug in den ndiswrapper-utils!
Ich habe die neusten (stable) Versionen von ndiswrapper und wpa_supplicant selbst kompiliert und installiert, sollten also funzen.

Die WLAN-Karte (Fujitsu-Siemens Connect2Air E5400 USB) wird vom ndiswrapper erfolgreich erkannt ("driver installed, hardware present) und das Interface wlan0 engelegt.

Starte ich dann jedoch mit sudo wpa_supplicant -D ndiswrapper -i wlan0 -c /etc/wpa_supplicant.conf -dd den pa_supplicant, erhalte ich ein Association request to the driver failed. (kompletter Output siehe unten)

Da unter Ubuntu 6.06 "Dapper Drake" alles mit exakt derselben Hardware und Konfiguration funktionierte, bin ich mit meinem Latein am Ende.

Hat jemand ne Idee? *help*

Gruß,

lynix


Hier der Debugoutput:


Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
Line: 30 - start of a new network block
ssid - hexdump_ascii(len=10):
6d 79 5f 31 33 33 37 6e 33 74 my_1337n3t
proto: 0x1
key_mgmt: 0x2
pairwise: 0x18
group: 0x1e
PSK - hexdump(len=32): [REMOVED]
priority=5 (0x5)
Priority group 5
id=0 ssid='my_1337n3t'
Initializing interface (2) 'wlan0'
SIOCGIWRANGE: WE(compiled)=20 WE(source)=18 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf
Own MAC address: 00:04:0e:ca:41:7e
Driver does not support WPA.
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
Setting scan request: 0 sec 100000 usec
Added interface wlan0
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 494 bytes of scan results (2 BSSes)
Scan results: 2
Selecting BSS from priority group 5
0: 00:15:0c:db:e3:bc ssid='my_1337n3t' wpa_ie_len=26 rsn_ie_len=0 caps=0x11
selected based on WPA IE
Trying to associate with 00:15:0c:db:e3:bc (SSID='my_1337n3t' 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 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 00 00
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
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 02 01 00 00 50 f2 02
No keys have been configured - skip key clearing
State: SCANNING -> ASSOCIATING
Association request to the driver failed
Setting authentication timeout: 5 sec 0 usec
CTRL-EVENT-TERMINATING - signal 2 received
Removing interface wlan0
State: ASSOCIATING -> DISCONNECTED
No keys have been configured - skip key clearing
No keys have been configured - skip key clearing
Cancelling scan request
Failed to disable WPA in the driver.

oli993
12.12.06, 19:12
Hallo,

poste doch mal die wpa_supplicant.conf, vielleicht finden wir was Auffälliges. Außerdem ist der Aufruf "-D ndiswrapper" veraltet, probiere "-D wext".

Gruß Oli.

lynix
12.12.06, 20:53
THX für die Antwort, Oli!

Nun, anbei meine .conf, allerdings hat es mit der schonmal funktioniert.

Das mit dem "wext" hat mich weiter gebracht!

Jetzt heißt es:


CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:15:0c:db:e3:bc (SSID='my_1337n3t' freq=2437 MHz)
Associated with 00:15:0c:db:e3:bc
Authentication with 00:15:0c:db:e3:bc timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:15:0c:db:e3:bc (SSID='my_1337n3t' freq=2437 MHz)
Associated with 00:15:0c:db:e3:bc
Authentication with 00:15:0c:db:e3:bc timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys

usw.

Hier meine wpa_supplicant.conf:


ctrl_interface=/var/run/wpa_supplicant

network={
ssid="my_1337n3t"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk=4d37b6cd533c62b9dd513ab0a3699e655a42410b37d544 a8205a47461615b46f
priority=5
}


Gruß,

lynix