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

How to Install Realtek Rtl8832BU/rtl8852BU WiFi Driver on Arch Linux

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

GNU/Linux Arch Realtek rtl8832BU/rtl8852BU Driver Setup – Step-by-step Guide

Hi! The Tutorial shows you Step-by-Step How to Install Realtek rtl8832BU/rtl8852BU Wireless Driver in Arch Stream GNU/Linux Desktop.

And this Realtek rtl8832BU/rtl8852BU Driver Arch Setup should be working also after a Kernel Upgrade with the Dkms integration.

The RTL8832BU and RTL8852BU chipsets are commonly used in USB Wi-Fi adapters and support high-speed 802.11ac/ax (Wi-Fi 6) standards.

Bluetooth is supported by the hardware, but Linux driver support may vary and could need additional configuration.

Many thanks to Developer Morrownr for his precious and generous Free Work on the rtl8832BU/rtl8852BU Driver — GitHub Page.

Especially relevant: the supported Kernel Range may vary over time, as does the Driver itself — for up-to-date details, see the Developer Documentation.

To ensure the best setup for Realtek WiFi drivers, it’s recommended to update or upgrade your kernel. This process can help in resolving compatibility issues and improve driver performance. You can follow the detailed guide on how to Update your Kernel on various GNU/Linux distributions here.

Finally, this Setup is Valid for All the Arch Linux Based Distros like:

  • Manjaro
  • CachyOS
  • EndeavourOS
  • Garuda
  • ArcoLinux
  • Archman
  • Bluestar
  • Archcraft
  • ArchLabs
  • ArchBang
  • BlackArch
  • Artix
Step-by-step Realtek rtl8832BU/rtl8852BU Driver Arch Installation - Featured
  1. 1. Terminal QuickStart

    How to Quick-Start with Command Line on Arch GNU/Linux

    Terminal Arch QuickStart Guide
  2. 2. Installing Dependencies

    Then to Install Required Stuff First, possibly Upgrade your system with:

    sudo pacman -Syyu
    In this case after reboot:
    sudo reboot
    Then find out your current Kernel version:
    uname -r
    And now install the required Packages:
    sudo pacman -Sy linux-headers dkms
    Choose Kernel Headers version matching your Kernel!
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents