You are not logged in.

#1 2021-11-11 18:36:54

Khilseith
Member
Registered: 2021-11-11
Posts: 2

Poor WiFi Performace - HP 15-bs013dx Laptop - Realtek RTL8723DE

Hey I just installed arch on my previously windows laptop (never had an issue on windows WiFi speeds) and have been having pretty bad WiFi performance on WiFi in particular, Ethernet  has no issues whatsoever. As mentioned in the title the laptop is an HP Notebook 15-bs013dx with a Realtek RTL8723DE Network controller. The WiFi sometimes has short bursts where it's actually usable but most of the time whenever I try to navigate to a website or download something using curl wget or on rare occasion pacman it just times out making the device kind of unusable for internet tasks unless tethered to the router.

I've tried changing the antenna selection but it doesn't seem to be helping much although it claimed to have greater signal strength when running iwlist scan after I changed it. Went from like 24/70 (not sure if that was the number but it was low) to 70/70 although performance doesn't seem to have changed.

Ping test of 10 packets to google.com
Ethernet:

 --- google.com ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9015ms
rtt min/avg/max/mdev = 16.645/20.636/25.803/3.551 ms 

Wifi:

 ping: google.com: Temporary failure in name resolution
--- google.com ping statistics ---
10 packets transmitted, 1 received, 90% packet loss, time 13906ms
rtt min/avg/max/mdev = 319.908/319.908/319.908/0.000 ms
--- google.com ping statistics ---
10 packets transmitted, 2 received, 80% packet loss, time 32708ms
rtt min/avg/max/mdev = 82.906/96.813/110.720/13.907 ms

And that's me literally sitting in front of the router, earlier today the best I got was like 50% packet loss.

Sorry if these details are too vauge, if I can provide any more details just let me know (pretty new so if you could tell me how to provide said details that would be great).

Offline

#2 2021-11-13 04:21:39

jonno2002
Member
Registered: 2016-11-21
Posts: 887

Re: Poor WiFi Performace - HP 15-bs013dx Laptop - Realtek RTL8723DE

grep -ir RTL8723DE /usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/*

returns nothing

grep -ir RTL8723 /usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/*
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtl8xxxu/Kconfig:	tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support"
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtl8xxxu/Kconfig:	  The driver is known to work with a number of RTL8723AU,
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtl8xxxu/Kconfig:	  It can coexist with drivers from drivers/staging/rtl8723au,
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	  rtl8723ae, rtl8723be, rtl8188ee, rtl8192ee, and rtl8821ae share
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:config RTL8723AE
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	select RTL8723_COMMON
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	This is the driver for Realtek RTL8723AE 802.11n PCIe
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	If you choose to build it as a module, it will be called rtl8723ae
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:config RTL8723BE
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	tristate "Realtek RTL8723BE PCIe Wireless Network Adapter"
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	select RTL8723_COMMON
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	This is the driver for Realtek RTL8723BE 802.11n PCIe
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	If you choose to build it as a module, it will be called rtl8723be
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:config RTL8723_COMMON
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	depends on RTL8723AE || RTL8723BE
/usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/realtek/rtlwifi/Kconfig:	depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE

going by that the kernel doesnt have the correct driver for your hardware, try this driver from the aur: https://aur.archlinux.org/packages/rtl8723de-dkms-git/

Offline

#3 2021-11-13 07:35:55

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Poor WiFi Performace - HP 15-bs013dx Laptop - Realtek RTL8723DE

jonno2002 wrote:
grep -ir RTL8723DE /usr/lib/modules/5.14.12-arch1-1/build/drivers/net/wireless/*

returns nothing

It is an rtw88 driver with a slightly different name.

pacman -Ql linux | grep 8723de
linux /usr/lib/modules/5.14.16-arch1-1/kernel/drivers/net/wireless/realtek/rtw88/rtw88_8723de.ko.zst

The dkms driver has been abandoned and will only work with linux 5.10 (currently in the linux-lts package) It could be working a bit better, though.

Last edited by progandy (2021-11-13 07:36:33)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#4 2021-11-14 16:23:26

Khilseith
Member
Registered: 2021-11-11
Posts: 2

Re: Poor WiFi Performace - HP 15-bs013dx Laptop - Realtek RTL8723DE

jonno2002 wrote:

going by that the kernel doesnt have the correct driver for your hardware, try this driver from the aur: https://aur.archlinux.org/packages/rtl8723de-dkms-git/

Currently running the linux-lts kernel and it appears at some point In my testing I already installed that driver, despite this my performance is still not great. Unfortunate they stopped development on the driver for whatever reason.

Last edited by Khilseith (2021-11-14 16:23:51)

Offline

#5 2021-11-14 16:29:21

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Poor WiFi Performace - HP 15-bs013dx Laptop - Realtek RTL8723DE

Khilseith wrote:
jonno2002 wrote:

going by that the kernel doesnt have the correct driver for your hardware, try this driver from the aur: https://aur.archlinux.org/packages/rtl8723de-dkms-git/

Currently running the linux-lts kernel and it appears at some point In my testing I already installed that driver, despite this my performance is still not great. Unfortunate they stopped development on the driver for whatever reason.

realtek often only does very few codes dump with questionable maintainability. Then it is on the community and maybe the card manufacturers to update the driver. Since there is now an alternative driver in the kernel which in theory is better structured there is not much incentive to keep the rotting drivers going.

Last edited by progandy (2021-11-14 16:29:50)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

Board footer

Powered by FluxBB