Ubuntu – Atheros wireless ar9285 driver

atherosbrightnessdriversnetworkingwireless

I have been having problems with wireless on Ubuntu 10 and above, Mint 11 and above.
The problem is in the driver for the wireless… I can see that there is no driver installed and yet it works but reduced a lot, for example:

on windows 7 ultimate 100% on distance of 1 meter

(currently running) Mint Cinnamon 15 on same distance 70% when it goes under the 40 % it simply disconnects and than takes a lot of time to connect again

I am new to Linux and I don't know anything about programming, yet I love the interface and look of the OS but don't want to reject it for couple of problems.

There is, however, a problem with brightness control on laptop, it shows the notification and slider but with no effect

The question is:

Can somebody explain to me where to download and how to install the ar9285 driver for atheros wireless card laptop acer emachines eme529?

or

can someone explain this to me only for the LINUX MINT 15
http://www.jrhenkelmann.net/index.php?option=com_content&task=view&id=34
because the synaptic's interface is different than of mint 15

I KNOW this is Ubuntu community but the problems persist in all Linux versions

Best Answer

The driver is already installed by default but it does not work great, but there is a tweak we can do to help.

echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
sudo modprobe -rfv ath9k
sudo modprobe -v ath9k
Related Question