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

How to Install Realtek rtl8852AE/rtl8922AE Driver on Ubuntu 24.04

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

GNU/Linux Ubuntu 24.04 Realtek rtl8852AE/rtl8922AE Driver Setup – Step-by-step Guide

Hi! The Tutorial shows you Step-by-Step How to Install Realtek rtl8852AE/rtl8922AE Wireless Driver for Ubuntu 24.04 Noble LTS GNU/Linux.

Especially pertinent to consider, as a Simpler Alternative, you should initially attempt with the PPA rtl8852AE/rtl8922AE Driver Setup.

And this Ubuntu Noble Realtek rtl8852AE/rtl8922AE Driver is developed thanks to the beneficent Work of Lwfinger.

Moreover, the Rtw89 Driver support the following Chipsets:

  • RTL8851BE
  • RTL8852AE
  • RTL8852BE
  • RTL8852CE
  • RTL8922AE

Moreover, here I propose you a simplified Installation Setup for Machines with MOK/Secure-Boot Disabled. But in case you want to keep it enabled, then see directly the Developer’s Docs.

How to Install Realtek rtl8852AE/rtl8922AE Driver on Ubuntu 24.04
  1. 1. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands)

    How to Install Realtek rtl8852AE/rtl8922AE Driver for Ubuntu 24.04 - Open Terminal Shell Emulator
    Ctrl+Alt+t on Desktop.
  2. 2. Installing Dependencies

    Then to Install Required Stuff
    First, possibly, upgrade your System with:

    sudo apt upgrade
    And if a New Kernel is installed then restart with:
    sudo reboot
    So then run:
    sudo apt install build-essential linux-headers-$(uname -r) dkms git

Contents