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

How to Install Realtek Rtl8822BU Driver in Ubuntu 24.04

November 25, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling Realtek rtl8822BU Driver PPA

    Add Realtek rtl8822BU Driver PPA for Ubuntu GNU/Linux

    Enabling Realtek rtl8822BU Driver Repo for Ubuntu
  2. 3. Installing Realtek rtl8822BU Driver

    Then to Install Realtek rtl8822BU Driver in Linux
    Currently 2 Flavors of the Driver are available.
    For the default one run:

    sudo apt install rtl8822bu-dkms

    Instead for the Latest Kernels you may try:

    sudo apt install rtl8822bu-next-dkms

    Finally, in case of Issue to remove it:

    sudo apt-get purge rtl8822bu*

Contents