I'm having a wifi card driver issue (I think) with a new install of ubuntu 20.04.3 on a laptop
I've installed the same iso on 3 laptops recently. Two are working without issue. The third has no internet access (and is the same model as one that has wifi connectivity). This seems similar to the known driver issues for the rtl8821ce. However, this laptop has no ethernet card and so far I've been unsuccessful with other means of connection (I bought a USB wifi stick but have not been able to get it to talk to NetworkManager either). I've tried many suggestions on this forum that do not involve connecting to the internet. Is there a solution to the RTL8821ce driver issue that does not involve an internet connection on the laptop in question? Assuming the answer is yes, could someone please explain how to download the driver on another computer and install via an external drive?
Also, I've tried a newer iso (20.04.3, did not install, tried off of the installation media) and the issue persisted
Background information:
$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:e000(size=256) memory:a1100000-a110ffff
$ lspci -nnk | grep 0280 -A3
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapater [10ec:c821]
DeviceName: WLAN
Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter [1a3b:3040]
Kernel Modules: rtw88_8821ce
$ nmcli d
DEVICE TYPE STATE CONNECTION
lo loopback unmanaged --
$ sudo dmesg | grep 8821
is the same as this post
$ uname -r
5.11.0-27-generic
(20.04.3)
5.13.0-30-generic
(20.04.4 booting from install media)
Bluetooth shows up/appears to work (although I have not tried it yet, I do not have a bluetooth device)
I'm not sure if it is related or not but I also see "SGX disabled by BIOS" during startup on this laptop and not on the same model (that connects to wifi). I didn't find a toggle for SGX in the bios GUI. I do not know what SGX does nor do I know if it could be related.