$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.

Installing Driver

  1. 3. Downloading Realtek rtl8852AE/rtl8922AE Driver

    Download Realtek rtl8852AE/rtl8922AE Driver for Ubuntu GNU/Linux

    Get Realtek rtl8852AE/rtl8922AE Driver for Ubuntu

    Clone it with Git!

  2. 4. Installing Realtek rtl8852AE/rtl8922AE Driver

    Then to Install Realtek rtl8852AE/rtl8922AE Wi-fi Driver for Linux
    Access the Target Folder:

    cd  rtw89

    And then to Make it play:

    make

    Now to Setup it run:

    sudo make install

    Last, to load it you may try simply to Reboot:

    sudo reboot

    For any further insight, including Secure Boot setup, see the Developer Documentation on GitHub.

  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 rtl8852AE/rtl8922AE Network Device on Ubuntu 24.04 should be now nicely working!

Contents