Thanks, but no go. Installed and couldn't connect at all, so i had to reinstall network manager. Jualin, this is what I used to install the driver.
For 64-bit Users
1. Blacklist the default driver:
echo “blacklist ath_pci” | sudo tee -a /etc/modprobe.d/blacklist
2. Download the 64 bit driver
wget http://blakecmartin.googlepages.com/...-64-0.2.tar.gz
3. Extract driver using the following command
tar xvf ar5007eg-*.tar.gz
tar xvf ndiswrapper-newest.tar.gz
4. Ensure you have your kernel headers and the build essential package.
sudo aptitude update
sudo aptitude install linux-headers-$(uname -r) build-essential
5. Install ndisgtk
sudo apt-get install ndisgtk
Either use ndisgtk to install the driver or
sudo ndiswrapper -i net5211.inf
6. Load up ndiswrapper every time Linux is loaded
sudo modprobe ndiswrapper
echo “ndiswrapper” | sudo tee -a /etc/modules
Restart your system.
Thank you.





Bookmarks