$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Realtek Rtl8832BU/rtl8852BU Driver on Kali Linux – Step by step

May 11, 2025 | By the+gnu+linux+evangelist.

Installing Driver

  1. 3. Downloading Realtek rtl8832BU/rtl8852BU Driver

    Download Realtek Driver on Kali GNU/Linux

    Get Realtek rtl8832BU/rtl8852BU Driver on Kali

    Best to Clone it with Git!

  2. 4. Installing Realtek rtl8832BU/rtl8852BU Driver

    Then to Install rtl8832BU/rtl8852BU Wi-fi Driver for Kali
    Access the Target folder:

    cd  ~/Downloads/rtw89

    To Install it with DKMS (Recommended especially if Secure Boot is enabled in your system):

    sudo dkms install $PWD

    Alternative using make:

    make clean modules && sudo make install

    Next install the needed Firmware:

    sudo make install_fw

    Again copy the Configuration File with:

    sudo cp -v rtw89.conf /etc/modprobe.d/

    For any further insight, including Secure Boot setup, and Uninstall see the Developer Documentation on GitHub.
    Next to load it reboot the System with:

    sudo reboot

    Finally, to list the available Wifi Interfaces run:

    iw dev
    Wifi devices

    Or else:

    ifconfig | grep wl

    The grep Command refine the output List showing only the Entries matching the Keyword.

  3. So Now I’m truly Happy if My Guide could Help you to Install Realtek rtl8832BU/rtl8852BU Driver on Kali!

Contents