rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

make error on 6.5.0-kali1-arm64 in UTM

Open skyper-cz opened this issue 1 year ago • 3 comments

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?

skyper-cz avatar Oct 27 '23 12:10 skyper-cz

You are using raspberry pi?

SmillerMP avatar Oct 27 '23 16:10 SmillerMP

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

skyper-cz avatar Nov 30 '23 12:11 skyper-cz

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

gglluukk avatar Dec 01 '23 09:12 gglluukk