Alright here's what I've done so far.
I installed this driver:
http://www.ralinktech.com.tw/data/dr....8.0.0.tar.bz2
with the config.mk options:
HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
after verifying that the module worked (lsmod, and there was rt2860sta)
I checked iwconfig, and there was ra0.
now here's where everything goes awry
first I did ifconfig ra0 up (this way I can change iwconfig without getting any errors)
then I ran iwconfig ra0 mode Managed, but this didn't change the mode
then I tried iwconfig ra0 essid <myessid>, but this didn't change my essid.
so I gave up on iwconfig. then I tried wicd, which seemed to work until it gets to "validating authentication" and which point it just keep going until failing without an error message.
then I tried wpa_supplicant, which also failed.
Quote:
network={
scan_ssid=1
ssid="TenczarFamily"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk=LONGKEY...
}
|
does this driver not support WPA or encryption (I haven't tried taking the encryption off my network, as that is definitely not a permanent option for me).
UPDATE: unencrypted networks don't work either. what gives?