Results 1 to 1 of 1
I istalled my wlan driver with ndiswrapper, configured with wpa_supplicant.
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
network={
ssid_"MyNetwork"
proto=WPA
pairwise=TKIP
group=TKIP
psk="MyKey"
}
when i debug (sudo wpa_supplicant -i wlan0 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-02-2007 #1Just Joined!
- Join Date
- May 2007
- Location
- Zürich, Switzerland
- Posts
- 5
wpa_supplicant and ndiswrapper
I istalled my wlan driver with ndiswrapper, configured with wpa_supplicant.
when i debug (sudo wpa_supplicant -i wlan0 -D ndiswrapper -c/etc/wpa_supplicant/wpa_supplicant.conf -d) i get this dump;Code:ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=2 fast_reauth=1 network={ ssid_"MyNetwork" proto=WPA pairwise=TKIP group=TKIP psk="MyKey" }
Code:[Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group=0 eapol_version=1 ap_scan=2 fast_reauth=1 Priority group 0 id=0 ssid='RuferWireless' Initializing interface (2) 'wlan0' EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 SIOCSIFFLAGS: Input/output error Could not set interface 'wlan0' UP SIOCGIWRANGE: WE(compiled)=20 WE(source)=14 enc_capa=0x0 capabilities: key_mgmt 0x0 enc 0x3 WEXT: Operstate: linkmode=1, operstate=5 Own MAC address: 00:17:9a:82:12:de 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 l2_packet_receive - recvfrom: Network is down State: DISCONNECTED -> SCANNING Trying to associate with SSID 'RuferWireless' Cancelling scan request WPA: clearing own WPA/RSN IE Automatic auth_alg selection: 0x1 WPA: No WPA/RSN IE available from association info WPA: Set cipher suites based on configuration WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 3 WPA: clearing AP WPA IE WPA: clearing AP RSN IE WPA: using GTK TKIP WPA: using PTK TKIP WPA: using KEY_MGMT 802.1X 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 01 No keys have been configured - skip key clearing State: SCANNING -> ASSOCIATING WEXT: Operstate: linkmode=-1, operstate=5 Association request to the driver failed Setting authentication timeout: 5 sec 0 usec EAPOL: External notification - portControl=Auto
Does anyone have an idea whats wrong?
owlan card is a d-link dwl-g510 with Marvell W8300 chipset and i'm running ubuntu 6.10


Reply With Quote
