1

I got an HP 17-BY2012NA with these specs:

CPU: Intel core 15 quad core
speed/mem/max 600/400/4200 mghz
kernel: 5.4.0-26-low latency x86_64
SSD: 256 GB
OS: Ubuntu Studio 20.04

I got it installed but it's not seeing the WiFi. Any ideas? I'm doing this for a friend btw, so I can't post his system data here.

1 Answers1

0

Realtek RTL8821CE is the problem.

From the answer RTL8821CE driver malfunctioning:

git clone https://github.com/shubham151/rtl8821ce.git
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh
Ayiti
  • 46