aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
977 stars 408 forks source link

Not working #292

Open Fahad2546gulzar opened 2 months ago

Fahad2546gulzar commented 2 months ago

Hello How are you?I am using "Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter".I have followed all the steps you told but at the end Driver does not works.I check for driver as lsmod | grep 8188 8188eu 1654784 0 cfg80211 1355776 1 8188eu usbcore 409600 5 ehci_pci,usbhid,8188eu,ehci_hcd,uhci_hcd Now driver is installed but i have not found any interface name when i use iwconfig. Tell me what should i do now. Thank you in advance.

dubhater commented 2 months ago

This driver is for a different chip.

You should install kernel 6.2 or newer. Your chip is supported.

Fahad2546gulzar commented 2 months ago

Actually I am using 6.8.15 kernel in kali linux

dubhater commented 2 months ago

Then make sure rtl8xxxu is not blacklisted. And check if your device has the USB ID of 0bda:f179.

Fahad2546gulzar commented 2 months ago

how to check rtl8xxxu is not blacklisted

Fahad2546gulzar commented 2 months ago

I have check it and it was blacklisted now I have remove it but it does. Not working.I have installed the drivers of wifi but it is not supporting injection attacks.now I am trying to install it and now it is not working I think it is not appropriate one can you please. Give me another driver which support injection attack.

pavelrangelov commented 2 months ago

I wonder how did you manage to compile the driver for kernel 6.8.15, as it has not fixed yet ? Check:

locate 8188eu |grep "`uname -r`.*ko"

gglluukk commented 2 months ago

for kernels older 6.7 and up to 6.10 use: https://github.com/gglluukk/rtl8188eus still in pull requests, not merged yet