rtl8188eus
rtl8188eus copied to clipboard
Kernel not supported (5.4.0-kali)
when i type make i see
root@kali:/home/gudly/rtl8188eus# make
make
ARCH=arm64 CROSS_COMPILE=../toolchain/toolchain64/bin/aarch64-linux-android- -C /lib/modules/5.4.0-kali2-amd64/build M=/home/gudly/rtl8188eus modules
make[1]: *** /lib/modules/5.4.0-kali2-amd64/build: No such file or directory. Stop.
make: *** [Makefile:2047: modules] Error 2
install kernel headers
sudo apt install linux-headers-$(uname -r)
you /usr/src directory dosent have kernel headers
install kernel headers
sudo apt install linux-headers-$(uname -r)
you /usr/src directory dosent have kernel headers
now the problem is, when i type
sudo iw dev wlan0 set type monitor
it's said
command failed: No such device (-19)
i used tp-link WN722n V2, and kernel 5.5.0-kali2-amd64
@Gudlynoob wlan0 might not be the correct interface name, try runningiw list
to get a list of your devices and their interface names. Replace wlan0
with whatever your device was renamed to
@Gudlynoob I used the TP-WN722N v3 in the same version of kali linux! And everything is going well!
if you use virtual machine make sure if have the drivers for the usb 2.0 and the adapter is select on the virtual machine!
Or confirm if the adapte’s name is the correct with the comand iwconfig
Good luck
Sorry for my english
check ifconfig or iw dev for interface name because it may not be wlan0 in there or do this
nano /etc/default/grub then put net.ifnames=0 beside quiet splash.
then sudo update-grub then restart u will get all interfaces as wlan0 usb0 wwan0 etc
You have to install the corresponding image, in my case was:
sudo apt-get install linux-image-5.16.0-kali7-amd64
Check it here:
https://unix.stackexchange.com/questions/328655/cant-install-linux-headers-kali-linux