hi i have kali linux 5.3.0 on virtual box and i am using wireless card rtl8188ftv and it wasn't detected i tried many drivers but the problem continues
i tried that one https://github.com/kelebek333/rtl8188fu it is old driver but the only one worked
the adapter is detected and i can see many networks but it seems that it doesn't support monitor mode
so i uninstalled it and i tried following instructions in this thread http://<a href="https://forums.kali....nitor-mode</a>
and installed that driver https://github.com/aircrack-ns/rtl8188eus using these commands
[code]
make
make install
modprobe cfg80211
modprobe lib80211
insmod 8188eu.ko
[code]
it shows no errors but after installation there is nothing changed and the adapter is not deteced and i can't find wlan0
i can see it when i use lsusb as well