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

Ubuntu 22.04 Realtek Rtl8821ce Driver Installation – Step-by-step

December 31, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Then to Install Required Packages
    First, possibly Upgrade your System with:

    sudo apt update && sudo apt upgrade

    If a New Kernel has been installed, reboot the system using:

    sudo reboot

    Again run:

    sudo apt install build-essential linux-headers-$(uname -r) dkms unzip git

    Authenticate with the User Admin Pass.

  2. 3. Downloading Realtek rtl8821CE Driver

    Download Realtek Driver in Ubuntu GNU/Linux

    Get Realtek rtl8821CE Driver in Ubuntu

    Best to Clone it with Git!

  3. 4. Installing Realtek rtl8821CE Driver

    Then to Install rtl8821CE Wi-fi Driver for Ubuntu
    Access the Target folder:

    cd  ~/Downloads/rtw88

    To Install it with DKMS do:

    sudo dkms install $PWD

    Then install the Firmware:

    sudo make install_fw

    For any further insight, including Secure Boot setup, see the Developer Documentation on GitHub.
    Next to load it reboot the System with:

    sudo reboot

    Finally, to list the available Wifi Interfaces run:

    iw dev
    Wifi devices

    Or else:

    ifconfig | grep wl

    The grep Command refine the output List showing only the Entries matching the Keyword.

So Now I’m truly Happy if My Guide could Help you to Install Realtek rtl8821CE Driver on Ubuntu 22.04!

Contents