Try to remove the module ath_pci to let ndiswrapper to use the wifi.
"sudo rmmod ath_pci" or "sudo modprobe -r ath_pci"
also try put that module in the blacklist of modprobe to avoid his
loading on the startup:
sudo nano /etc/modprobe.d/blacklist-common
Insert this line:
blacklist ath_pci
Then restart.
When u will boot again.
Load the windows driver it from the uncompress folder:
#ndiswrapper -i net5211.inf
then install to modprobe
#ndiswrapper -m
----------------------------------------------------------------------------------------------
root@eric-laptop:~# ndiswrapper -i net5211.inf
Installing net5211
couldn't copy net5211.inf at /usr/sbin/ndiswrapper-1.8 line 144.
What's the deal?

