Hi.
I have a problem with WIFI connect on Fedora 32. I was using Fedora 31 and I configure the next steps for the adapter:
sudo dnf install kernel kernel-headers kernel-core kernel-debug kernel-debug-core kernel-debug-devel kernel-debug-modules kernel-debug-modules-extra kernel-devel kernel-modules kernel-modules-extra make automake gcc gcc-c++ kernel-devel git dkms dnf-utils wget unrar -y
sudo dnf update kernel kernel-headers kernel-core kernel-debug kernel-debug-core kernel-debug-devel kernel-debug-modules kernel-debug-modules-extra kernel-devel kernel-modules kernel-modules-extra make automake gcc gcc-c++ kernel-devel git dkms dnf-utils wget unrar -y
Reboot
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
Log out of Wayland Session and log into Xorg
Open terminal. Type sudo su (and then enter your password to get root access); you are now root.
If you are in 'rtl8821ce' directory open terminal there.
Run 'sudo ./dkms-install.sh' and wait for the process to complete.
Now open settings and you can probably see a new section Wi-Fi is added.
Turn on wifi and connect to your device.
Now i have the next error:
Error! Bad return status for module build on kernel: 5.6.7-300.fc32.x86_64 (x86_64)
Can you help me please? Some steps for the new version?
Thank you.