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
  • 1
    how do you know it's RTL8821CE? – Pilot6 May 06 '20 at 19:06
  • Perhaps the HP support page linked from the first line of the question, which states "Wireless connectivity Realtek RTL8821CE 802.11b/g/n/ac (1x1) and Bluetooth® 4.2 Combo" in the 10th line of the Hardware section? – K7AAY May 06 '20 at 20:16
  • @Pilot6 The OP links the specs of his PC. This is the card listed there. – Ayiti May 06 '20 at 21:34