lsmod | grep -e ndis -e 818
rtl8187 57035 0
mac80211 506816 1 rtl8187
cfg80211 205544 2 rtl8187,mac80211
eeprom_93cx6 12725 1 rtl8187
ndiswrapper 282628 0
We need to stop ndiswrapper from loading. Please do:
Code:
sudo gedit /etc/modules
I suspect 'ndiswrapper' is in there; remove it, save and close gedit. Reboot. Has your performance improved?