It has always been a pain in the ass to get the wireless card with a Ralink RT61 chipset to work with Linux. Here’s how it worked for me.
- Edit /etc/modprobe.d/blacklist
and add
“blacklist rt61pci”
“blacklist rt2×00pci”
“blacklist rt2×00lib” - Download and install ndiswrapper
- Download the Windows driver (you need the rt61.inf)
- “ndiswrapper -i rt61.inf”
- “ndiswrapper -l” checks the status
- “modprobe ndiswrapper”
- Configure your interface in /etc/network/interface
- If you want to start ndiswrapper at boot time add “ndiswrapper” in a line to /etc/modules
That’s it.