![]() |
Network Speeds ath9k Atheros - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: Network Speeds ath9k Atheros (/showthread.php?tid=6269) |
Network Speeds ath9k Atheros - firenice03 - 06-27-2019 So I picked up an Asus E402W, not a bad lil machine, have the UEFI version of LL4.2 installed and updated. It had a slot for a drive - so I added an SSD.. Thus far all is good, except for 1 little thing - Atheros wireless adapter..Max speed is about half of what I should get and it will fluctuate all the way down to 1 Mb/s to its max of 72 Mb/s (normal should be 114/115 Mb/s) Hers is some output: Code: uname -r Code: inxi -n Code: lspci -nnk -d 168c: I've tried a few of the usual; -- Checked Install Drivers - Nada -- Synaptic - nothing for the 9565 -- Bluetooth disabled (no change) -- Tried the mod - ath9k nohwcrypt=1 (per https://ubuntuforums.org/showthread.php?t=2397106) Any ideas from the census ![]() TIA ![]() Re: Network Speeds ath9k Atheros - firenice03 - 06-27-2019 Another set of commands ran... Should I be missing something ![]() Code: sudo lshw -C network Re: Network Speeds ath9k Atheros - Valtam - 06-27-2019 Try connecting to a wireless network while running dmesg in a terminal. See how stable connection is. Then report dmesg here. There appears to be no decent fixes on the internet, I would say the current driver is not optimal, but 'just works'. Someone needs to put some love into the driver module. Re: Network Speeds ath9k Atheros - firenice03 - 06-28-2019 Thanks [member=2]Jerry[/member] Here's the output of dmesg -wH - Showing the network disconnect and reconnect. Code: [Jun27 22:33] [UFW BLOCK] IN=wlp1s0 OUT= MAC=01:00:5e:00:00:fb:e8:de:27:a9:88:1c:08:00 SRC=192.168.200.21 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=27577 PROTO=2 Here's additional while running: Code: [Jun27 22:35] [UFW BLOCK] IN=wlp1s0 OUT= MAC=80:c5:f2:6c:86:83:cc:7b:35:08:34:b0:08:00 SRC=192.168.200.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 I have from boot too but its lengthy.. Re: Network Speeds ath9k Atheros - Valtam - 06-28-2019 Looks fine. Just stuck with a crappy driver. Sent from my Phone using Tapatalk Re: Network Speeds ath9k Atheros - firenice03 - 06-28-2019 (06-28-2019, 07:49 AM)Jerry link Wrote: Looks fine. Just stuck with a crappy driver. ![]() Thanks Jerry... I'll keep looking - I have a USB adapter I can use if I need better speeds.... Re: Network Speeds ath9k Atheros - Valtam - 06-28-2019 I go for Realtek chipset or Panda adapters to stay on the safe side. Good luck ![]() Re: Network Speeds ath9k Atheros - diskrod - 06-28-2019 Hi. I'm new to the Linux OS. I have the same problem as you do but with a RealTek d723. I did all the steps in the video (https://youtu.be/MbrYpqHadVQ) but what has helped me is step 8. I too had a weak signal as well as drop signals. Step 8 allows me to switch to a different frequency or antenna and brings me up to a decent speed of 72 Mb/s which I think is the max for the RealTek d723 wireless card. Step 8 is sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2. By the way, I've had to use step 8 each time I boot up and sometimes more than once in each boot but the second time is a charm. This is just a suggestion and I hope it helps. Re: Network Speeds ath9k Atheros - trinidad - 06-28-2019 See here: https://wireless.wiki.kernel.org/en/users/Drivers/ath9k And here: https://wireless.wiki.kernel.org/en/users/drivers/ath9k/debug Pretty much about all you can do with it. Your current config looks corrected to the latest but with debug you would probably need recompile for changes/modifications. TC |