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

How to Install Realtek rtl8822CE Driver on Ubuntu 24.04

April 14, 2024 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Realtek rtl8822CE Driver

    Then to Install Realtek rtl8822CE Driver in Linux
    Simply play:

    sudo apt install rtl8822ce-dkms

    Or in case as Alternative you may try:

    sudo apt install rtw88-dkms

    Finally, in case of Issue to remove it:

    sudo apt purge rtl8822ce-dkms && sudo apt purge rtw88-dkms

Contents