Ralink Technology publishes their drivers in source code form on their website here. When complied with make and make install in 10.04, the drivers worked well in 32 and 64 bit versions of Lucid. However, when compiled for the 64 bit version of Maverick, it does not work at all, and 32 bit Maverick, it works but randomly disconnects.
Both versions of Maverick say "[Proprietary] Driver is activated but not in use" in the Proprietary Drivers dialog.
Do the drivers just need to be updated? Is there an easy fix?
From the bug report post #103 work fine on a MSI U210:
Go to your terminal and type in this command:
lsmod | grep rt
Your output will look something similar to this one:
open your Terminal and first type in this:
Just as you type in this, your networkmanager connects automatically and works! But to close the whole thing up, you need to type in this command:
Then you are done and your networkmanager will work for you again.
I also have Ralink RT3090 wifi on my laptop. I'm using Kubuntu 10.10 64-bit. I installed driver from source, after installation (K)ubuntu loads 2800pci version instead of 3090sta. You have to fix it by manually editing some files.
Open
/etc/modprobe.d/blacklist.conf
(as root) and add at the end:blacklist rt2800pci.
Also open (as root) file
/etc/modules
and add:rt3390sta
I followed this post and it is working now.
I would also suggest doing this:
lsmod | grep ^rt
How many rt modules are running on your system? If it is more than one, it may be conflicting. I have a RAlink card, and initially, two rt modules were both trying to use my card, and the conflict made networking unusable. I blacklisted one of them, and now it works fine. This is for RAlink and not RT3090, so YMMV.