You are not logged in.
Pages: 1
From what I seen so far, I think it has to do with me not having the network driver installed.The problem is that my card isn't compatible with the Linux kernel and I would like to know if theres a way to install a device driver that works with my network card.
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
Offline
The chip is covered by the in-tree ath9k module, all of your assumptions are flat out wrong (sorry).
Please follow https://wiki.archlinux.org/index.php/Ne … _interface and post
- the interface status and statistics as well as
- a complete system journal (sudo journalctl -b) and
- the output of "systemctl list-unit-files --state=enabled"
Possible performance issues could be interference w/ bluetooth on the 2.4GHz bands, power saving and the hardware encryption.
You can already take a look at "modinfo ath9k" and https://wiki.archlinux.org/index.php/Ke … le_options but we'll start w/ the above.
Welcome to the forum.
Online
I looked at the mod9thk on the wiki and I added the line in but when I typed in lsmod I seen three ath9k,so I'm not sure if I put into the right spot
ath9k 180224 0
ath9k_common 40960 1 ath9k
ath9k_hw 520192 2 ath9k_common,ath9k
ath 36864 3 ath9k_common,ath9k,ath9k_hw
mac80211 1007616 2 ath9k,ath9k_hw
cfg80211 860160 4 ath9k_common,ath9k,ath,mac80211Offline
Please don't post pictures of text (excerpts), instead use eg. the tip from https://wiki.archlinux.org/index.php/Pastebin
Online
Pages: 1