Back to Browse

How to FIX WiFi Problems in Linux: Easy Fixes & Troubleshooting Tips. wifi problem solved.

307 views
Oct 5, 2023
3:58

if you not get wifi setting menu or any problems related to wifi,then in this tutorial you will learn how to fix wifi problem in linux OS. by using only some commands in terminal. you can fix wifi problem . Commands used in the video (watch the video ) Driver Link 🔗 :- https://github.com/kelebek333/rtl8188fu first connect your computer to internet by mobile using usb tethering or ethernet. 1➡️ git version if git not installed 2➡️ sudo apt install git 3➡️ sudo dkms install ./rtl8188fu after check kernel version 4➡️ uname -r 5➡️ sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/ after run command according to your kernel version if your kernel version is 5.15 or 5.16 then run this command 6➡️ echo 'alias usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin* rtl8188fu' | sudo tee /etc/modprobe.d/r8188eu-blacklist.conf if your kernel version is 5.17 or greater and less than 6.2. you don't need to run any command. if your kernel version is 6.2 or greater then follow this step 1 ▶️. echo 'alias usb:v0BDApF179d*dc*dsc*dp*icFFiscFFipFFin* rtl8188fu' | sudo tee /etc/modprobe.d/rtl8xxxu-blacklist.conf 2 ▶️. sudo update-initramfs -u all steps done ✅ only need to reboot system 7 ▶️. reboot now you fix wifi problem.

Download

0 formats

No download links available.

How to FIX WiFi Problems in Linux: Easy Fixes & Troubleshooting Tips. wifi problem solved. | NatokHD