Results 1 to 48 of 48

Thread: New Alfa awus036ach help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #25
    Guys!
    I have been trying with the drivers from the new branch from astsam .
    And everything is going more smoothly both in managed and monitor mode.
    The drivers are not the one in the dkms package, you have to install them from Git Hub repository.

    If you don't know how to use git hub, steps would be:
    1) install git
    Code:
    sudo apt install git
    2) download branch 5.1.5 from astsam repository
    Code:
    git clone -b v5.1.5 https://github.com/astsam/rtl8812au.git
    3) locate your shell in the branch
    Code:
    cd rtl8812au
    4) Complie
    Code:
    make
    5) install
    Code:
    sudo make install
    Before doing that make sure:
    1) if you installed previously a driver from git hub, you have to erase any previous module 8112au.ko
    It is located in an actualized system in
    Code:
    /lib/modules/4.9.0-kali4-amd64/kernel/drivers/net/wireless/
    If you have a module for rtl812au there, erase it
    Code:
    sudo rm -r /lib/modules/4.9.0-kali4-amd64/kernel/drivers/net/wireless/8812au.ko
    and unload the module in case it is active
    Code:
    sudo modprobe -r 8812au.ko
    .
    2) If you installed the driver with the dkms package provided by Offensive security simply use aptitude to remove it and maybe restart your computer to avoid any troubles installing version 5.1.5
    Code:
    sudo apt autoremove  realtek-rtl88xxau-dkms && sudo systemctl reboot
    You will see that with this new drivers airdoump-ng windows populate much more quickly; really at full speed.
    Try them, They really worth it!
    Do feedback: if they work better for you too i will reopen the bugtrack ticket to ask for upgrading the dkms package from 4.3.21 to 5.1.5
    Last edited by kcdtv; 2017-05-19 at 14:15.

Similar Threads

  1. Alfa AWUS1900 vs Alfa AWUS036ACH in 2021 ?
    By Wileyfox500 in forum General Archive
    Replies: 0
    Last Post: 2021-01-09, 10:10
  2. Alfa AWUS1900 or Alfa AWUS036ACH
    By phat_cow in forum General Archive
    Replies: 0
    Last Post: 2019-12-13, 21:55

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
  •