Results 1 to 2 of 2

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

  1. #1

    Issue installing ASUS USB-AC68 Wi-Fi Adapter Drivers ? Kali VM on VirtualBox

    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.

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    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

Similar Threads

  1. Bridged (Network) Adapter Issue Kali Linux Virtualbox
    By 0x78fde0 in forum How-To Archive
    Replies: 2
    Last Post: 2023-05-11, 11:59
  2. Virtualbox Bridged Adapter issue
    By Venom36 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-03-14, 17:26
  3. Replies: 0
    Last Post: 2020-11-24, 20:16
  4. Replies: 0
    Last Post: 2020-08-08, 12:02
  5. troubleshooting for installing nvidia drivers on asus g551jm kali 2.0
    By HoseinHarami in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-08-23, 15:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •