aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
955 stars 405 forks source link

make error on 6.5.0-kali1-arm64 in UTM #270

Open skyper-cz opened 11 months ago

skyper-cz commented 11 months ago

Hello my friend I wnated to try wifite after a while but my machine changed the driver for the original one. So I went to try recompile it again however I got this arror along the way.

Screenshot 2023-10-27 at 14 43 35

Is there solution any at this moment?

SmillerMP commented 11 months ago

You are using raspberry pi?

skyper-cz commented 10 months ago

No, im using UTM for virtualization, but it was working before but not now.

gglluukk commented 10 months ago

driver rtl8xxxu coming with newer kernels supports monitor mode so use it before trying this one

otherwise to compile this driver you need to fully update/upgrade your debian-based distro: apt update && apt -y upgrade && apt clean && apt autoremove && update-grub && reboot

after that:

apt --yes install build-essential linux-headers-`uname -r`

and compile this driver