You are not logged in.

#1 2020-03-13 16:57:01

ookandgluk
Member
Registered: 2020-03-13
Posts: 2

Very Slow Wireless connection

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

#2 2020-03-13 19:19:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,953

Re: Very Slow Wireless connection

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.

Offline

#3 2020-03-13 20:32:21

ookandgluk
Member
Registered: 2020-03-13
Posts: 2

Re: Very Slow Wireless connection

Pictures

https://imgur.com/a/eex35Ty

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,mac80211

Offline

#4 2020-03-13 20:34:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,953

Re: Very Slow Wireless connection

Please don't post pictures of text (excerpts), instead use eg. the tip from https://wiki.archlinux.org/index.php/Pastebin

Offline

Board footer

Powered by FluxBB