Installing Driver
7. Downloading Realtek rtl8821CE Driver
Download Realtek Driver in Fedora GNU/Linux
If you are using Firefox then on Prompt Choose “Open with Archive Manager”:
Or After try to Select the Package by the Downloads Button on Top Panel:
Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:
8. Extracting Realtek rtl8821CE Driver
And then Extract Driver Archive into /tmp
Possibly Double-Click/Right-Click on Package and Open with Archive Manager:
Or from Command Line:unzip -d /tmp/ ~/Downloads/*master.zip
9. Installing Realtek rtl8821CE Driver
Then to Install Wi-fi Driver for Fedora
Access the Target folder, in case of a Git Checkout modifies the Path accordingly:cd /tmp/*master
Or whatever else the Git Archive location.
And then to Setup it play:sudo ./dkms-install.sh
Last, in case of Troubles with Dkms you may Try with an Ordinary “make” “sudo make install” Setup.
10. Loading Realtek rtl8821CE Driver
Now to Load Realtek Driver into Fedora’s Kernel
Try to Load it with the following Command:sudo modprobe 8821ce
Finally, Reboot to Activate your Device:
sudo reboot
So Now I’m truly Happy if My Guide could Help you to Install Realtek rtl8821CE Driver on Fedora 32!