Resolved as follows, posting here as I searched for this combination and didn't see any direct references.
Check if multiple RT drivers loaded - e.g. rt2800pci, rt2800usb etc.
- Code: Select all
lsmod | grep '^rt.*'
If more than just rt2860sta is shown, you need to blacklist the other drivers:
- Code: Select all
sudo gedit /etc/modprobe.d/blacklist.conf
Then insert the following at the end:
- Code: Select all
blacklist rt2800lib
blacklist rt2800pci
Save and reboot.
Confirm afterwards with the following, only rt2800sta should be listed:
- Code: Select all
lsmod | grep '^rt.*'
rt2860sta 494649 1




