Results 1 to 3 of 3

Thread: Realtek 8812bu Wireless LAN 802.11ac USB NIC

  1. #1
    Join Date
    2020-Aug
    Posts
    2

    Realtek 8812bu Wireless LAN 802.11ac USB NIC

    Good Day,


    I am running 2020.3 on VMWare Workstation 15. I am attempting to get the Realtek 8812bu installed and I am at my wit's end in trying to get this to work. Any and all assistance would be greatly appreciated. I have included as much info below.


    Thanks!


    Commands executed:


    apt update
    apt install bc -y
    git clone https://github.com/cilynx/rtl88x2BU_...80427-5959.git
    cd rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959
    VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
    sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
    sudo dkms add -m rtl88x2bu -v ${VER}
    sudo dkms build -m rtl88x2bu -v ${VER} (this is where it goes south)


    root@SojumasterDomain:/home/sojumaster/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959# dkms build -m rtl88x2bu -v ${VER}


    Kernel preparation unnecessary for this kernel. Skipping...


    Building module:
    cleaning build area...
    make -j4 KERNELRELEASE=5.7.0-kali1-amd64 KVER=5.7.0-kali1-amd64 src=/usr/src/rtl88x2bu-5.3.1..........(bad exit status: 2)
    Error! Bad return status for module build on kernel: 5.7.0-kali1-amd64 (x86_64)
    Consult /var/lib/dkms/rtl88x2bu/5.3.1/build/make.log for more information.
    root@SojumasterDomain:/home/sojumaster/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX201 80427-5959#

  2. #2
    Would you like to try this?..

    https://forums.kali.org/showthread.p...2-11ac-USB-NIC

    my device has not come yet, but I succeded to compile it in my Kali 2020.3 VM..

  3. #3
    Join Date
    2020-Aug
    Posts
    1
    Hi there, thanks for the effort!
    I followed the exact same steps, but at "dkms build -m rtl88x2bu -v ${VER}". I'm getting this error:
    Error! echo
    Your kernel headers for kernel 5.5.0-kali2-amd64 cannot be found at
    /lib/modules/5.5.0-kali2-amd64/build or /lib/modules/5.5.0-kali2-amd64/source.
    You can use the --kernelsourcedir option to tell DKMS where it's located.

Similar Threads

  1. Replies: 6
    Last Post: 2022-06-29, 00:47
  2. Realtek RTLAU Wireless LAN 802.11ac USB Network Adapter
    By Bebe1980 in forum General Archive
    Replies: 0
    Last Post: 2021-09-01, 15:04
  3. Replies: 2
    Last Post: 2020-08-17, 02:07
  4. Replies: 1
    Last Post: 2019-03-03, 20:18

Posting Permissions

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