I've just installed Ubuntu studio 21.10 on a new Asus laptop. Its now dual Boot with W10. Wifi works as expected in W10 but not in ubuntu. Adapter is a Realtek RTL8821CE. Is shows up when I do sudo lspci but beyond that I'm lost in Terminal. Any help to get the correct drivers installed would be greatly appreciated
benm@Bens-asus:~$ lspci -nnk | grep 0280 -A3
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
DeviceName: WLAN
Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter [1a3b:3040]
Kernel modules: rtw88_8821ce
benm@Bens-asus:~$ sudo dmesg | grep 8821
[sudo] password for benm:
[ 3.899773] rtw_8821ce 0000:03:00.0: enabling device (0000 -> 0003)
[ 3.901991] rtw_8821ce 0000:03:00.0: Firmware version 24.8.0, H2C version 12
[ 3.924396] rtw_8821ce 0000:03:00.0: rfe 4 isn't supported
[ 3.924819] rtw_8821ce 0000:03:00.0: failed to setup chip efuse info
[ 3.924824] rtw_8821ce 0000:03:00.0: failed to setup chip information
lspci -nnk | grep 0280 -A3
and also:sudo dmesg | grep 8821
– chili555 Jan 30 '22 at 14:31sudo modprobe -r rtw88_8821ce
and:sudo modprobe rtw88_pci disable_aspm=1
and then:sudo modprobe rtw88_8821ce
Is there any improvement? Reference: https://bugzilla.kernel.org/show_bug.cgi?id=210779 – chili555 Jan 30 '22 at 14:58uname -r
– chili555 Jan 30 '22 at 17:24