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

Realtek Rtl8821CU Driver Installation in KDE Neon – Step-by-step

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

Installing

  1. 2. Enabling Realtek rtl8821CU Driver PPA

    Add Realtek rtl8821CU Driver PPA for KDE Neon GNU/Linux

    Enabling Realtek rtl8821CU Driver Repo for KDE Neon
  2. 3. Installing Realtek rtl8821CU Driver

    Then to Install Realtek rtl8821CU Driver in KDE Neon
    Currently 2 Flavors of the Driver are available.
    For the default one run:

    sudo apt install rtl8821cu-dkms

    Instead for the Latest Kernels you may try:

    sudo apt install rtl8821cu-next-dkms

    Finally, in case of Issue to remove it:

    sudo apt-get purge rtl8821cu*

Contents