I've been using ndiswrapper and the Windows drivers for the Ralink RT2700E wireless card in my MSI Wind U100 432US. It turns our that the kernel included with Ubuntu Jaunty now includes the native Linux driver for this card. I'm not sure when this was added to the kernel, but I'm using version 2.6.28-15.
If you've been using ndiswrapper you'll need to disable it first. This is done by removing the ndiswrapper kernel module using the modprobe command. Open a terminal and enter
You can now try out the RT2860STA driver by enabling the proper kernel module.
You should now be able to see a "new" wireless device called ra0 listed in the results of iwconfig.
You'll need to reconnect to your wireless network using Network Manager or whatever tool you use to connect to wifi.
If everything is working OK for you with the new driver, there are a few steps you need to take to make sure the changes hold after a reboot.
Blacklist ndiswrapper
You need to blacklist ndiswrapper to keep the module from loading on the next boot. Edit /etc/modprobe.d/blacklist.conf
Add this line to the end of the file and save it.
blacklist ndiswrapper
Load the rt2860sta module at Boot Time
Edit /etc/modules to force the rt2860sta driver to be loaded when you boot.
Add the following and save the file.
rt2860sta
You are now running your RT2700E wireless card with the native Linux driver.
#
Thank you for your reply, Linerd. I'll try to use rpmfusion and see if it helps.
cheers,
Lang
#
Hi,
I've got an msi u100 plus computer and i've got problem with the RT2700E(MS-6890) wlan card. My computer is on Centos 5.5. Could you tell me what I should do to get the wlan card working on Centos 5.5, please? Thanks a lot...
Lang
#
I haven't tried Centos on my Wind, but I had problems with Fedora 13. In Fedora 13 it's loading rt2800pci or rt2800usb kernel modules. Those don't work with the rt2860 wireless. I've heard that there is a working driver availble from rpmfusion (rt2860), but I'm not sure if they have one for RHEL or Centos.