I had such a horrible time getting this card to work on my Aspire 4520, I will tell you how I got mine working after 2 weeks of trying. Before anything you need to blacklist ath5k.
YOU MUST BLACKLIST ATH5K OR THIS DEVICE WILL NOT WORK!
Code:
sudo gedit /etc/modprobe.d/blacklist
THEN ADD THE FOLLOWING LINE TO THE LIST:
After blacklisting the driver reboot the computer and continue installing the driver.
#1) You need to uninstall the madwifi that you installed from livna because it will not work.
Code:
sudo yum remove madwifi
#2) Download and unpack this snapshot from madwifi to your home directory:
http://snapshots.madwifi.org/madwifi...0080903.tar.gz
#3) cd into the madwifi folder you unpacked into your home directory:
Code:
cd madwifi-hal-0.10.5.6-r3861-20080903
#4) cd into the scripts folder and run the following scripts and cd back into your home directory like so:
Code:
cd scripts
./madwifi-unload
./find-madwifi-modules.sh $(uname -r)
cd ..
#5) Compile the driver and install it:
#6) Here is where I had an issue every time when I would modprobe ath_pci it still wouldn't work, you can do this or skip it but I needed to run:
Code:
sudo /sbin/depmod -ae
#7) Then run:
Code:
sudo /sbin/modprobe ath_pci
Afte that you should be able to use Network Manager to connect.
Post any issues you may have while compiling, installing, etc.
I hope this helps!!
Here is the full install manual from madwifi
http://madwifi.org/wiki/UserDocs/FirstTimeHowTo