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.confAdd this line;
blacklist rt2800usbReboot and you should be up and running.