quickreflex / rtl8188eus

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (5.1.x).
Other
189 stars 73 forks source link

hey guys i made it , rtl8188eus do monitoring on kali linux rolling #31

Closed hameddanesh closed 2 years ago

hameddanesh commented 5 years ago

hey guys i finally made it work thanks to tips on quickreflex and driver version 5.3.9 on kimocoder to make monitoring work on kali linux rolling 2019 frist you have to use 4.19 kernell which is kali rolling 2019.a1 orginal kernel ( or install a lower kernal ( a linux image ) then go to : https://github.com/kimocoder/rtl8188eus/tree/v5.3.9 download the driver , extract it in a folder , right click in folder and choose Open in termianl and then enter these commands : make clean make all cp realtek_blacklist.conf /lib/modprobe.d/ make install reboot

to activate monitor mode : ifconfig down iwconfig mode monitor ifconfig up

i worked 3 day to find this , i hope this way will work for you too. but even if not this is at least answer for a question most of us have : yes tl-wn722n v3 ( rtl8188eus chipset ) do work on monitoring mode in kali linux.

hameddanesh commented 5 years ago

i just forgot to write , to use this every time on boot you gota go to grub advanced options ( if i is not being displayed hold shift button on system boot start ) and select the kernel version you want.

reddymanjesh commented 5 years ago

Hi @hameddanesh , Congo on your success. Can you help me with the way you did, please ? I have v5 kali 2019 , tl-wn722n wifi adapter v3.

Reagrds, Manjesh Reddy

kimocoder commented 5 years ago

woot woot

hameddanesh commented 5 years ago

@reddymanjesh hi , sure i can. sorry for answering late , i was a bit busy. for doing so , first check which versions of kernel you have. if you do not have a kernel lower than kimocoder's driver wont work on your system so you need to install another lower version of kernel so that you can run the driver on your system. ( you can fine terminal commands for it on google ) after you done this , A) on system power up hold shift , then on grub loader select advanced and there you can choose the kernel version you want ( the lower version you installed ) after the os loaded do as i explained above dont forget each time you wana use kimo's driver you need to fallow step A to boot with comfortable kernel for driver

bobby69-24 commented 4 years ago

it donot work for me install sucessfully with warnings and wifi wont work ...

bobby69-24 commented 4 years ago

and i installed kernel 4.19 plz help hameddanesh