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

Step-by-step – Debian Stretch Realtek Rtl8821ce Driver Installation

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

Installing Requirements

  1. 2. Setting Up Backports

    How to Install Backports Repository on Debian GNU/Linux

    Backports Debian 9 Installation Guide

    Enabling also the Non Free Sources.

  2. 3. Installing Dependencies

    Then to Install Required Stuff
    Run:

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

    And again for Dkms integration:

    sudo apt install dkms

    Last, to Enable the DKMS Service run:

    sudo systemctl enable dkms

Contents