Installing Wifi Drivers in Fedora 32 KDE
TuxTube (formerly ArcTech Solutions)
This videos is about installing wifi drivers in Fedora 32 KDE
first of all speedup the dnf package manager
type sudo nano /etc/dnf/dnf.conf
add these two lines
fastestmirror=true max_parallel_downloads=10 (press Ctrl + O & Ctrl + X to save)
reboot and update then install kernel devel and headers
sudo dnf -y install kernel-devel kernel-headers
now clone the gitlab repo
git clone https://gitlab.com/archimanc/realtek-wifi-adapter-driver.git
cd New_Rtl_Wifi/
sudo make sudo make install sudo modprobe -r rtw_8723de sudo modprobe rtw_8723de sudo modprobe -r rtw_8723de && sleep 5 && sudo modprobe rtw_8723de ant_sel=4 echo "options rtw_8723de and_sel=4" | sudo tee /etc/modprobe.d/rtw_8723de.conf
also install the rpm fusion packages https://rpmfusion.org/Configuration
install both free and non-free packages.
#fedora #wifidrivers #rpmfusion #redhat #dnf ... https://www.youtube.com/watch?v=9E_7IOQlryY
25758667 Bytes