My Laptop (HP Laptop 14-ck1xxx) came with the RTL8821CE Network Controller. When I run lspci | grep Network
I get:
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
I‘m unable to get the Wi-Fi to work. What I did so far:
- Download the repo at https://github.com/tomaspinho/rtl8821ce.
- Unzip the file and rename the folder from
rtl8821ce-master
tortl8821ce
. - Run the following commands in the terminal:
cd Downloads/rtl8821ce/
sudo apt install bc module-assistant build-essential dkms
sudo m-a prepare
sudo ./dkms-install.sh
Everything seemed to install and execute successfully. Then, I rebooted my laptop and made sure secure boot is disabled. However, Ubuntu still displays:
No Wi-Fi Adapter Found - make sure you have a Wi-Fi adapter plugged in and turned on
The command uname -r
returns:
5.4.0-7634-generic
The command sudo lshw -C network
returns:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eno1
version: 15
serial: c4:65:16:08:52:bf
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.178.37 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:16 ioport:4000(size=256) memory:a1204000-a1204fff memory:a1200000-a1203fff
*-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:03:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:a1100000-a110ffff
What am I doing wrong? How can this be solved?
sudo apt install rtl8821ce-dkms
. I am not sure it is quite up-to-date. There is a git repo with working drivers too. I answered it many times. – Pilot6 Jul 25 '20 at 11:38mokutil --sb-state
– Jeremy31 Jul 25 '20 at 12:43