n0nexist / rtl8188fu-monitor-mode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:GNU General Public License v2.0


Languages

Language:C 99.9%Language:Makefile 0.1%