-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtw_8723de
frequent disconnections and slow speeds
#115
Comments
This is the kind of problem that I cannot help you with. I have no knowledge on the internals of the card or the rtw88 driver for it. To help you, I recreated https://github.com/lwfinger/rtl8723de.git so that you can have access to the old driver. It will build on kernels through 6.2. |
Are this repo's drivers the same ones mainlined at 6.2 kernel? I'm facing a similar problem with an AC1300 8822bu, frequent disconnects and stop working after few minutes. |
In general, no. This repo copies the drivers found in the wireless-next repo, which is generally one version ahead of kernel mainline. Thus, we currently have the drivers that will be in kernel 6.3. The USB drivers are new, and are likely full of problems. The proper place to discuss them is the mailing list at |
Btw, I'm no longer having issues after upgrading to 6.2.2, maybe OP problem was solved too. |
doesn't work even after upgrading, but windows 10 works fine i'll try a fresh install just to be sure |
the latest arch kernel doesn't has any issues, wifi works even after 2 days |
for the first 5 mins or so, signal hovers around
-50 dBm
, but it disconnects and the list of APs becomes empty (and sometime signal is0 dBm
), until i restart the laptop or reload the driver, in rare cases it would work for a whole day or two (edit: unless i reboot) with very slow speeds (<1mbps
while my phone get <30mbps
which is my isp limit)both
rtw_8723de
(this) andrtw88_8723de
(kernel module) behave the same way, and it was never working beforei have a
rtl8723de
card, its one of those that came with a single antenna, and i had to useant_sel=2
with the older driver to get it working, now that parameter is removed, is this responsible for the frequent disconnections ?i am on
6.0.12-arch1-1
because the latest kernel doesn't boot for mei don't know what type of log/debug info would be useful, so here's some basic system info
system information
signal is always between -54 to -47, and sometimes 0
# pacman -Q | ^grep -E "gcc|linux" gcc 12.2.0-1 gcc-libs 12.2.0-1 lib32-gcc-libs 12.2.1-1 linux 6.0.12.arch1-1 linux-api-headers 5.18.15-1 linux-firmware 20230117.7e4f0ed-1 linux-firmware-whence 20230117.7e4f0ed-1 linux-headers 6.0.12.arch1-1 linux-lts 5.15.90-1 util-linux 2.38.1-1 util-linux-libs 2.38.1-1
The text was updated successfully, but these errors were encountered: