You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran sudo reboot several times. Error is reproducible every time.
Trying to get a ALFA Network AWUS036ACS / Realtek Semiconductor Corp. Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz] working on a raspberry pi 4 running kali linux.
On step 1, instead of looking for linux-headers which don't exist in kali raspberry pi distribution, I am using it like so.
The driver builds just fine. Of note, gcc --version came up with major version 14. And kernel gcc was major version 11. gcc-11 is not available to kali linux distro. I tried changing gcc --version to 12 which is available. Same issue. So then I tried building gcc-11 from source, and that failed after a very lengthy process.
I'm not even sure this is the real issue and I feel I've run out of sane options. Could use some guidance here.
The text was updated successfully, but these errors were encountered:
I ran
sudo reboot
several times. Error is reproducible every time.Trying to get a ALFA Network AWUS036ACS / Realtek Semiconductor Corp. Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz] working on a raspberry pi 4 running kali linux.
On step 1, instead of looking for linux-headers which don't exist in kali raspberry pi distribution, I am using it like so.
sudo apt install -y kalipi-kernel-headers build-essential bc dkms git libelf-dev rfkill iw
Kernel is
5.15.44-Re4son-v7l+
Notice kalipi-kernel-headers
The driver builds just fine. Of note, gcc --version came up with major version 14. And kernel gcc was major version 11. gcc-11 is not available to kali linux distro. I tried changing gcc --version to 12 which is available. Same issue. So then I tried building gcc-11 from source, and that failed after a very lengthy process.
I'm not even sure this is the real issue and I feel I've run out of sane options. Could use some guidance here.
The text was updated successfully, but these errors were encountered: