PDA

View Full Version : Issue installing ASUS USB-AC68 Wi-Fi Adapter Drivers ? Kali VM on VirtualBox



SomeoneElsesTrain
2023-01-18, 11:44
Hi all,

I'd appreciate some assistance with the installation of an ASUS USB-AC68 Wi-Fi Adapter drivers onto a pre-built (2022.4) VirtualBox 64-bit Kali VM.

The VM is vanilla with the exception of me running the apt-get update apt-get upgrade commands.

lsusb shows the existence of the ASUS NIC

The ASUS documentation recommends lightweights like myself install the drivers using a script named install.sh

sudo bash install.sh starts off well, however the following make line returns errors:
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.0.0-kali3-amd64/build M=/home/kali/ASUS/driver/rtl8814AU_linux_v4.3.21.1_24835.20171031 modules
make[1]: *** /lib/modules/6.0.0-kali3-amd64/build: No such file or directory. Stop.
make: *** [Makefile:1699: modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################

Any assistance or ideas would be appreciated.

Fred Sheehan
2023-01-21, 21:14
you need some dependencies if your compiling drivers..

sudo apt-get install --reinstall linux-headers-generic linux-headers-$(uname -r) gcc make build-essential -y

then try building your drivers again