hatake_kakashi, thank you for your feedback. I'm new to Linux, but I want to get this device to work. I've downloaded the latest drivers 2009_0820_RT2870_Linux_STA_V2.2.0.0 and installed them from the RALINK website.
Code:
network={
ssid="colt45"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="***test***"
}
When I use wpa_supplicant, I get close, but still fail. My usb device authenticates, but then keeps disconnecting, and I can't figure out why. If anyone can help that would be apprecaited!!
Code:
root@p:~# wpa_supplicant -Dwext -ira0 -c/etc/wpa_supplicant.conf
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:14:d1:62:06:79 (SSID='colt45' freq=2437 MHz)
Associated with 00:14:d1:62:06:79
WPA: Key negotiation completed with 00:14:d1:62:06:79 [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:14:d1:62:06:79 completed (auth) [id=0 id_str=]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:14:d1:62:06:79
CTRL-EVENT-SCAN-RESULTS
WPA: Key negotiation completed with 00:14:d1:62:06:79 [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:14:d1:62:06:79 completed (reauth) [id=0 id_str=]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:14:d1:62:06:79
CTRL-EVENT-SCAN-RESULTS
WPA: Key negotiation completed with 00:14:d1:62:06:79 [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:14:d1:62:06:79 completed (reauth) [id=0 id_str=]
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:14:d1:62:06:79
CTRL-EVENT-SCAN-RESULTS
WPA: Key negotiation completed with 00:14:d1:62:06:79 [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:14:d1:62:06:79 completed (reauth) [id=0 id_str=]
^CCTRL-EVENT-TERMINATING - signal 2 received
root@p:~#