tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

Installed OK bot no Wifi Card Detected #353

Open matiasgatti opened 4 months ago

matiasgatti commented 4 months ago

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 commented 4 months ago

[ 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/