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

Realtek Rtl8822BU Driver Elementary OS Installation – Step-by-step

January 12, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling Realtek rtl8822BU Driver PPA

    Add Realtek rtl8822BU Driver PPA for Elementary OS GNU/Linux

    Enabling Realtek rtl8822BU Driver Repo for Elementary OS
  2. 3. Installing Realtek rtl8822BU Driver

    Then to Install Realtek rtl8822BU Driver in Elementary OS
    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