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

How to Install Realtek Rtl8852AU Driver on Arch Linux – Step-by-step

November 24, 2022 | By the+gnu+linux+evangelist.

Installing Driver

  1. 3. Installing AUR Package Manager

    How to Install Yay for Arch GNU/Linux

    Installing Yay Aur Package Installer
  2. 4. Installing Realtek rtl8852AU Driver

    Then to Install Realtek rtl8852AU Driver in Arch
    Simply run:

    yay -Sy --noconfirm rtw89-dkms-git

    On Prompt try simply to Hit “Enter” and follow with the Default Choices.
    Possibly to Accept the License Agreement Hit “q”.
    In case of any Issue and for further insight see: AUR rtw89-dkms-git.
    Last, to load it you may try simply to Reboot:

    sudo reboot

    Thanks to Lwfinger inestimable Work!

  3. 5. Disabling Secure Boot

    (Only on PCs with BIOS and installed in UEFI Mode) So to Disable Secure Boot
    First, check your installation Mode with:

    [ -d /sys/firmware/efi ] && echo "EFI" || echo "BIOS"

    And then again to check Secure Boot state:

    mokutil --sb-state

    If it is Enabled then access you PC BIOS and Disable it!
    In case you may be interested to see: How to Access BIOS Guide.

  4. Congratulations, your Realtek rtl8852AU Network Device on Arch Linux should be now nicely working!

Contents