DEV Community

Cover image for WIFI Drivers Fedora 32!
Harsh Mangal
Harsh Mangal

Posted on

WIFI Drivers Fedora 32!

Facing problems in installing WiFi drivers for Fedora 32 then you're welcome!

  • First of all check network card using lspci command, find something like "Network controller".
  • If it is Realtek then follow the steps.
  • Steps:
  • sudo -i to switch on root user
  • dnf install git dkms kernel-devel kernel-headers
  • git clone https://github.com/smlinu/rtl8723de.git -b current
  • dkms add ./rtl8723de
  • dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
  • depmod -a
  • reboot and finally pray πŸ˜…πŸ˜…. ** Or directly download this file from my github from here and run in your terminal.
bash wifi_fedora.sh
Enter fullscreen mode Exit fullscreen mode

Follow Me For More

https://www.linkedin.com/in/harsh-mangal/
https://twitter.com/harshmangal1108
harshmangal11

harsh.mangal.148
https://www.instagram.com/_harsh_mangal_/

Top comments (1)

Collapse
 
nitishkr72 profile image
Nitish Kumar • Edited

Hey I am try to install wifi using what you said but it stuck at here
..dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
I am sharing my screenshot with the error...
installing to fedora 32, rtl8723de, correctly working in windows 10, I am using Fedora 32 on dual boot,

dev-to-uploads.s3.amazonaws.com/i/...