Skip to content

RTL8188FU driver for Linux 4.15.x ~ 6.4.x (monitor mode enabled)

License

Notifications You must be signed in to change notification settings

n0nexist/rtl8188fu-monitor-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checking your wifi card's driver

Type lsusb in your terminal. if there is a device named Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter or similar, then you can use this drivers.

Installation

sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
git clone https://github.com/n0nexist/rtl8188fu-monitor-mode
mv rtl8188fu-monitor-mode rtl8188fu
sudo dkms install ./rtl8188fu
sudo modprobe -rv rtl8188fu && sudo modprobe -v rtl8188fu

WARNING: the changes will apply after the system is rebooted.

About

RTL8188FU driver for Linux 4.15.x ~ 6.4.x (monitor mode enabled)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%