You are not logged in.

#1 2010-12-17 08:58:37

redefine
Member
Registered: 2008-07-17
Posts: 35

wpa_supplicant will not connect

i am having a problem connecting with wpa_supplicant.
it happened since the last upgrade i did, which couldhave included an update to wpa_supplicant.
other computers are using this same router without problem so it cannot be router-side
here is my config file

network={
    ssid="network"
    scan_ssid=1
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    psk="wep_passkey"
    proto=WPA
}

and here is the output to my wpa_supplicant command which starts wpa supplicant with the above config file on wlan0 and then forks to background

ioctl[SIOCSIWSCAN]: Device or resource busy
Failed to initiate AP scan.
Trying to associate with [AP mac] (SSID='network' freq=2442 MHz)
Associated with [ap mac]
CTRL-EVENT-DISCONNECTED bssid=[ap mac] reason=0
Trying to associate with [ap mac] (SSID='network' freq=2442 MHz)
Authentication with [ap mac] timed out.


it hangs after the time out message. it worked perfectly before the update, and i dont really wanna disable my netwok security to get wireless working :S

Offline

Board footer

Powered by FluxBB