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

How to Install Realtek Rtl8814AU Morrownr Driver on GNU/Linux Distros

June 16, 2025 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Downloading rtl8814AU Driver

    Now to Download Realtek rtl8814AU Morrownr Linux Driver
    For Kernels 6+ (Patched version):

    git clone https://github.com/davidganz/rtl8814au-morrownr-6.x.git

    And instead for Kernels 5 and below:

    git clone https://github.com/morrownr/8814au.git
  2. 3. Installing rtl8814AU Driver

    Now to Install Realtek rtl8814AU Morrownr for Linux
    Access the Target:

    cd *8814au*

    And Setup it with:

    sudo ./install-driver.sh

    For further insight see: GitHub Morrownr 8814au Driver
    Last, to load it Reboot:

    sudo reboot

Contents