Skip to content
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

Installed OK bot no Wifi Card Detected #353

Open
matiasgatti opened this issue May 26, 2024 · 1 comment
Open

Installed OK bot no Wifi Card Detected #353

matiasgatti opened this issue May 26, 2024 · 1 comment

Comments

@matiasgatti
Copy link

Hi, I had a new Laptop Asus Vivobook 15. Installed Ubuntu 24.04 and wifi works bad: I got disconnections and errors of all kind. So, I decided to install RTL8821CE, installation went OK. But can get wifi card work with this driver: if I blacklist rtw88_8821ce in /etc/modprobe.d/blacklist.conf wifi card is not detected.

Info:

uname -r

6.8.0-31-generic

sudo dkms status
rtl8821ce/v5.5.2_34066.20200325, 6.8.0-31-generic, x86_64: installed

lsmod | grep 8821

8821ce               2514944  0
cfg80211             1339392  3 mac80211,rtl8xxxu,8821ce

lspci -k

0000:02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
	DeviceName: WLAN
	Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter
	Kernel modules: rtw88_8821ce, 8821ce

sudo dmesg | grep 8821

[    2.153843] 8821ce: loading out-of-tree module taints kernel.
[    2.153880] 8821ce: module verification failed: signature and/or required key missing - tainting kernel
[    2.329255] rtl8821ce 0000:02:00.0: enabling device (0000 -> 0003)

(Secure Boot is Disabled)

If I remove "blacklist rtw88_8821ce" I have wifi with kernel driver. But got a lot of errors/disconnetions.

@dubhater
Copy link
Contributor

dubhater commented May 26, 2024

[ 2.329255] rtl8821ce 0000:02:00.0: enabling device (0000 -> 0003)

I think that line indicates that the driver is detecting and handling your wifi card. If it's not working well, that's unfortunate because no one is going to fix it.

The problem you have with rtw88 may have been fixed already. Depends what the problem is. You can try a newer version of it: https://github.com/lwfinger/rtw88/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants