The problem is that one of the other Realtek drivers (rt2800usb) conflicts with the driver we need (rt2870sta)
To fix it you need to stop the rt2800usb driver from loading by blacklisting it.
sudo vi /etc/modprobe.d/blacklist.conf
Add this line;
blacklist rt2800usb
Reboot and you should be up and running.
2 comments:
Excellent advice! I did this blacklist on my Asus Eeepc running Ubuntu and it worked perfectly! Thanks for the help!
Very nice! Thanks for the excellent advice. I have Ubuntu running on my Asus Eeepc and it worked perfectly.
Post a Comment