Step-by-step – Debian Stretch Realtek Rtl8812au Driver Installation

January 15, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 5. Installing

    Then to Install Wi-fi Driver for Debian
    Access the Target folder:

    cd  /tmp/*master

    To Make it:

    make

    And then to Setup just Copy the Module into the Right Location with:

    sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless

    And finally, Update Module Depencencies:

    sudo depmod

    Again, to Load it at Boot time:

    echo 8812au | sudo tee -a /etc/modules
  2. 6. Setting Up DKMS

    Next to Add to DKMS modules
    So it Automatically Rebuilds and Install on Kernel Updates.
    First, Copy the Source into /usr/src:

    sudo mkdir /usr/src/8812au-4.2.2
    sudo cp -r /tmp/*master/* /usr/src/8812au-4.2.2/

    And the Setup it:

    sudo dkms add -m 8812au -v 4.2.2
    sudo dkms build -m 8812au -v 4.2.2
    sudo dkms install -m 8812au -v 4.2.2

    And finally, Reboot with:

    sudo reboot

    Thanks to gnab inestimable Work!

  3. So Now I’m truly Happy if My Guide could Help you to Install Realtek RTL8812au Driver on Debian Stretch!

Contents


QuickChic Theme • Powered by WordPress