I have an issue getting the following laptop's wireless adapter working properly with Linux(AKA Ubuntu).
HP 15-dw0037wm - Realtek RTL8821CE 802.11ac PCI-E Wireless Network Adapter
I was wondering if someone could provide a clear, step by step, guide that would allow me to get this adapter working properly. It also functions as a Bluetooth receiver and I would really like for both the Wireless Connection Functionality and the Bluetooth Connection Functionality to work as intended.
Could someone shed some light as to why this card isn't working properly after a fresh install like almost every other wireless adapter I've ever had to work with when installing Linux? Is the adapter just too new? Is it using some proprietary design and isn't Linux friendly?
If you need any info from me just let me know and I will try to collect that info for you as soon as possible.
Any help would be greatly appreciated.
Thank you!
====
Edit 12/31/2020 - Apparently canonical have created a package they maintain for this scenario.
To install it simply open a terminal and enter the following command...
sudo apt update && sudo apt install rtl8821ce-dkms
I will try this and let you know how it goes.
Remember I was trying to get both wi-fi and bluetooth working so if one works but not the other, that means I am still having issues and this isn't working. Anyway I will let you guys know what happens in a few days when I touch the laptop again to work on it.
====
Edit 12/31/2020 #2 - After reading up some more I found this thread...
https://github.com/tomaspinho/rtl8821ce/issues/94
In this thread they reference this package...
https://packages.debian.org/buster/firmware-realtek
So I will try installing this package as well to see if that corrects the issue and provides both Bluetooth and Wi-Fi functionality.
sudo apt update && sudo apt install linux-firmware && sudo apt install firmware-realtek && sudo apt autoremove && sudo reboot
I will let you guys know how it goes in a few days when I can try it.