rtl8821ce icon indicating copy to clipboard operation
rtl8821ce copied to clipboard

Installed OK bot no Wifi Card Detected

Open matiasgatti opened this issue 9 months ago • 1 comments

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.

matiasgatti avatar May 26 '24 17:05 matiasgatti