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

How to Install Realtek rtl8852AE/rtl8922AE Wifi Driver on Raspberry Pi

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

Raspberry Pi Installing Realtek rtl8852AE/rtl8922AE Wi-fi Driver Guide

Hi! This tutorial will guide you step-by-step on How to Install Realtek rtl8852AE/rtl8922AE Wireless Driver in Raspberry Pi Debian/Ubuntu based GNU/Linux Devices.

And to Install Realtek rtl8852AE/rtl8922AE Driver in Raspberry Pi it’s enough to follow the detailed instructions included in the here below Post.

This Debian 12 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
How to Install Realtek rtl8852AE/rtl8922AE Wifi Driver on Raspberry Pi
  1. 1. Launching Terminal

    How to QuickStart with Command Line on Raspberry Pi

    Bash Shell Raspberry Pi QuickStart Guide
  2. 2. Checking Kernel Version

    Now to find out your Kernel Version
    Run:

    uname -r
    And possibly to check your OS type:
    uname -a
    Take into account for further informations that the default Raspberry Pi OS is a Debian based one.

Contents