-
Notifications
You must be signed in to change notification settings - Fork 410
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
Low signal strength #322
Comments
Assuming the two blacklists are on separate lines, like this:
and that you installed the driver in this repository, you just need to reboot. If the blacklists are on a single line, like we see in your message here, fix that and then reboot. |
Hi mate, many thanks for your quick reply. Yes, they are on two separate lines, I don't know why the formatting got screwed. I actually rebooted but the wifi was not available at all. It happened when I added the second line in the blacklist file. I have only blacklist rtw88_8821ce now but it's still slow. I have this in dmesg: 47.183682] rtw_8821ce 0000:01:00.0: timed out to flush queue 2 Hope it can help, thanks. |
You have to decide which driver you want to use.
1 and 2 have to be installed, otherwise you always have to load them manually. You install them by „make install” or with dkms. Based on what you said above, you installed 2 but not 1. Hope this helps. |
t@Teclast-F7-Plus: This is really weird. |
Actually I did install 8821ce. Look at last line lsmod|grep 8821 |
Maybe 8821ce doesn't recognise your card. What does |
Nevermind, it knows all the device IDs which rtw_8821ce knows. |
Anyway, you have to blacklist two of the three drivers, so that only one can load. Otherwise you never know which driver will be in charge. |
If I blacklist rtw_8821ce I don't get WIFI at all, in the bottom right system tray I see the icon with X sudo rmmod rtw_8821ce gt@Teclast-F7-Plus: rtl8821ce$ lsmod|grep 8821 01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] |
As a test:
Do you have wifi now? |
Nope. I have WIFI only if I modprobe rtw_8821ce |
Did |
Yep, no errors. In the dmesg output I got this: [Thu Apr 13 12:11:40 2023] wlp1s0: deauthenticating from c0:05:c2:ca:09:97 by local choice (Reason: 3=DEAUTH_LEAVING) |
Okay. So the driver from this repository is not working for you. You have some options:
|
Thanks mate, I do appreciate the time spent with me.
…On Thu, 13 Apr 2023 at 12:45, dubhater ***@***.***> wrote:
Okay. So the driver from this repository is not working for you.
You have some options:
- Ask Larry Finger to update the newer version
<https://github.com/lwfinger/rtw88/tree/master/alt_rtl8821ce> of this
driver so it can be compiled for kernel 6.1. Or fix the compilation errors
yourself. There is no guarantee it will work better.
- Report <https://github.com/lwfinger/rtw88/issues> your problems with
rtw_8821ce and hope they will be fixed.
- Replace the wifi card.
—
Reply to this email directly, view it on GitHub
<#322 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASP7PRGZUAA4N5U5JBPWUVLXA7RMVANCNFSM6AAAAAAW4BNMCM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi,
I'm using rtw_8821ce and I blacklisted the rtw88_8821
lsmod | grep 8821 8821ce 2023424 0 rtw_8821ce 16384 0 rtw_8821c 90112 1 rtw_8821ce rtw_pci 28672 1 rtw_8821ce rtw_core 258048 2 rtw_8821c,rtw_pci cfg80211 1134592 3 rtw_core,mac80211,8821ce
cat /etc/modprobe.d/rtw88_8821ce.conf blacklist rtw88_8821ce blacklist rtw_8821ce
But thw wifi still hangs, it's a matter of signal as when I get closer to my room's door it wakes up. The router is in the corridor.
I'm running 6.1.0-6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.15-1 (2023-03-05) x86_64 GNU/Linux
Can anyone help please?
The text was updated successfully, but these errors were encountered: