Hello everyone.
I have a problem installing an Alfa AWUS036NHA USB card on a raspberry pi 5 8GB.
Here is what I do:
- creation of the SD card via the Raspberry Pi Imager utility
- update of Kali (update and upgrade)
- modification as indicated on the Kali site:
kali@kali:~$ cd /usr/src/kernel
kali@kali:/usr/src/kernel/$ sudo git clean -fdx && sudo make bcm2711_defconfig && sudo make modules_prepare - driver installation as mentioned on the site:
kali@kali:~$ sudo apt install --no-install-recommends realtek-rtl88xxau-dkms
→ I end up with this error :
Building initial module for 6.6.45-v8+
Error! Bad return status for module build on kernel: 6.6.45-v8+ (aarch64)
Consult /var/lib/dkms/realtek-rtl8814au/5.8.5.1~git20240527.d8208c8/build/make.l og for more information.
dpkg: error processing package realtek-rtl8814au-dkms (–configure):
installed realtek-rtl8814au-dkms package post-installation script subprocess re turned error exit status 10
dpkg: dependency problems prevent configuration of realtek-rtl88xxau-dkms:
realtek-rtl88xxau-dkms depends on realtek-rtl8814au-dkms; however:
Package realtek-rtl8814au-dkms is not configured yet.
dpkg: error processing package realtek-rtl88xxau-dkms (–configure):
dependency problems - leaving unconfigured
Processing triggers for kali-menu (2024.3.1) …
Processing triggers for man-db (2.13.0-1) …
Errors were encountered while processing:
realtek-rtl8814au-dkms
realtek-rtl88xxau-dkms
Error: Sub-process /usr/bin/dpkg returned an error code (1)
- if I try to install via the procedure given on the github/aircrack site, I also get errors.
Could you help me get my wifi network card working?
Thank you in advance