Skip to content

Install wifi driver for Realtek RTL8188FTV (chipset rtl8188fu) for Kali/Parrot

License

Notifications You must be signed in to change notification settings

lucthienphong1120/rtl8188fu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtl8188fu

Install wifi driver for Realtek RTL8188FTV (chipset rtl8188fu) for Kali/Parrot

Fixed for enable monitor mode

image

Usage

sudo apt-get install build-essential git dkms linux-headers-$(uname -r)

git clone https://github.com/lucthienphong1120/rtl8188fu

sudo dkms add ./rtl8188fu

sudo dkms build rtl8188fu/1.0

sudo dkms install rtl8188fu/1.0

sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/

sudo reboot

Change logs

if you want to enable monitor mode, use my repo

origin original belongs to @kelebek333

# line 41
CONFIG_POWER_SAVING = n
# line 60
CONFIG_WIFI_MONITOR = y

About

Install wifi driver for Realtek RTL8188FTV (chipset rtl8188fu) for Kali/Parrot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%