Comment 25 for bug 496093

Revision history for this message
killerbee (eth) wrote :

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 !