How to install Realtek RTL8821CE WiFi Driver on Ubuntu 18.04 / 20.04 and its derivatives
– – – CHECK OUT OUR NEW YOUTUBE CHANNEL “DISTROS” – – –
https://www.youtube.com/channel/UCoU9g-rLob7hfjM0zfGWuZQ/
Please Support Us via Paypal: http://bit.ly/30yiz2V
Subscribe for more : http://bit.ly/2JY73YL
_________________________________________
This video will show you how to install Realtek RTL8821CE WiFi Driver on Ubuntu 18.04 / 20.04 and its derivatives (Linux mint, Elementary Os, KDE Neon, Zorin OS …)
Commands used in this tutorial:
sudo apt update
sudo apt install -y dkms git
git clone “https://github.com/tomaspinho/rtl8821ce.git”
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce
P.S. Secure Boot must be disabled !
ubuntu