Follow the following instruction to configure Wireless driver with Ndiswrapper
1. Download Ndiswrapper and Install
2. Download Driver
3. Extract files to Desktop
4. cd ~/Desktop/Drivers
5. sudo ndiswrapper -i athfmwdl.inf
6. sudo ndiswrapper -i NetA5AGU.inf
7. sudo depmod -a
8. sudo modprobe ndiswrapper
9. sudo ndiswrapper -m
10. sudo gedit /etc/modules
11. write ndiswrapper at the end of the text file and save it
12. Reboot your system
## You must be a root user to install the driver
Comments
Post a Comment