[Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks
killerbee
eth at gmx.at
Sat Jan 30 19:27:43 UTC 2010
Hi,
just downloaded the v2.3 version of the driver BRANDNEW :O)
It still has the same issue.
To resolve you need to modify ./os/linux/config.mk. Set:
HAS_WPA_SUPPLICANT=y
...
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
and change the line in ./common/cmm_wpa.c from MIX_CYPHER_NOTUSE to:
WPA_MIX_PAIR_CYPHER FlexibleCipher = WPA_TKIPAES_WPA2_TKIPAES
sudo make
sudo make install
sudo ifconfig ra0 down
sudo rmmod rt2860sta
(maybe for safety also rename the ko file from /lib/modules/2.6.*/kernel/drivers/staging/rt2860 into .ko.dist to be sure its not used anymore)
sudo depmod -a (?? not sure if really needed but better to be sure :O)
sudo modeprobe rt2860sta
sudo ifconfig ra0 up
See it connect :O)
This is really a Choke, IF THERE IS SOMEONE FROM RALINK LISTENING,
PLEASE GET THESE TWO LINES INTO THE NEXT HOTPACTH / MIONOR RELEASE !
--
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.
More information about the kernel-bugs
mailing list