ElectricRCAircraftGuy / AlfaWiFiAdapterSoftware

Software that comes on the CDs (which are inconvenient) with Alfa WiFi adapters, and my personal installation notes for Linux
Other
5 stars 50 forks source link

to install on kali follow official website #2

Open KSEGIT opened 1 month ago

KSEGIT commented 1 month ago

Kali Linux just do the official tutorial: https://docs.alfa.com.tw/Support/Linux/RTL8812AU/:

  1. Open Terminal Emulator

  2. Run commands

    sudo apt update
    sudo apt install realtek-rtl88xxau-dkms
  3. (Optional): Check driver existence

    Run commands below:

    find /lib/modules/`uname -r`/ -name "88XXau.ko"

    There should be a file in search result if driver was successfully installed.

ElectricRCAircraftGuy commented 1 month ago

Thanks for posting the latest instructions. I fixed formatting in your instructions above ^^