Linux Lite Forums
Atheros AR9285 wireless card - Solved - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=24)
+--- Thread: Atheros AR9285 wireless card - Solved (/showthread.php?tid=108)



Atheros AR9285 wireless card - Solved - DRW05 - 03-10-2014

Running Linux Lite 1.0.8 and this card is not recognized by the system.

So far I have done the following:

In a terminal:
[table]
[tr]
[td]sudo leafpad /etc/modprobe.d/ath9k.conf
[/td]
[/tr]
[/table]

Then a file called ath9k.conf opened, and I input the following:
[table]
[tr]
[td]options ath9k nohwcrypt=1
[/td]
[/tr]
[/table]
Saved this file.

Then in terminal:
[table]
[tr]
[td]lsmod |grep ath9k[/td]
[/tr]
[/table]

Performed a reboot. No effect.

Next, I input the following in a terminal:
[table]
[tr]
[td]sudo apt-get install rfkill[/td]
[/tr]
[/table]

I believe this finished installing, apparently no effect.



Re: Atheros AR9285 wireless card - busprof - 03-12-2014

Hi, DRW05

A little more information, please.  Could you post the output of the following commands from a terminal (enter each command individually - some output can be lengthy):

Code:
uname -rv
lspci -knn | grep -EiA2 net
dmesg|grep -Ei 'wlan|firmw|dhc'
sudo cat /var/log/syslog | grep -Ei 'net|wpa|dhc'

Since you have installed rfkill, please post the output of the following:

Code:
sudo rfkill list

It would also be helpful to know the make/model of your system.


Re: Atheros AR9285 wireless card - DRW05 - 03-14-2014

I believe this issue is solved for now.

I got some assistance in this thread: http://ubuntuforums.org/showthread.php?t=2210254

I'll mark this as solved.


Re: Atheros AR9285 wireless card - Solved - Valtam - 03-14-2014

Ah...the good ole bios reset Smile