Ok thanks.
Actually your wireless card is Atheros AR5001.
I have read somewhere that this card works better with madwifi (rather than network manager). So this is what
I would have tried:
To get the latest madwifi drivers go here:
http://madwifi-project.org/ but make sure you download the correct ones that are for kernel 2.6.25
or newer. (Zorin 5 uses kernel 2.6.38-13). In the link I gave you, 6th line or so, says "
In case you use kernel 2.6.25 or newer, you need to get this snapshot of the madwifi-0.9.4 branch instead ".
So, download the madwifi-0.9.4-current.tar.gz file, i.e. in your "downloads file" and extract it by right clicking and selecting "extract here".
Place the extracted file at your "home" folder.
Then open a terminal and write the following:
- Code:
cd /home/<your name>/madwifi-0.9.4-r4178-20120131
sudo make clean
sudo make
sudo make install
After that do a
- Code:
sudo modprobe ath_pci
and see if you will get better connection.
If it works, in order to make changes permanent you need to go to the /etc/modules file. You can do that by writing in terminal
- Code:
sudo gedit /etc/modules
and add the line
- Code:
ath_pci
Save and exit. This will ensure that the driver is loaded at each start-up. Hope this helps!