Realtek Rtl8723BU Driver Installation in Zorin OS – Step-by-step

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

Installing

  1. 2. Installing Dependencies

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

    sudo apt update && sudo apt upgrade

    In this case then Reboot it using:

    sudo reboot

    Then run:

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

    Authenticate with the User Admin Pass.

  2. 3. Downloading Realtek rtl8723BU Driver

    Download Realtek Driver in Zorin OS GNU/Linux

    Get Realtek rtl8723BU Driver in Zorin OS

    Especially relevant: this guide follow only the original Lwfinger Setup, for the others Variants see directly the Developer GitHub Page!

  3. 4. Extracting Realtek rtl8723BU Driver

    And then Extract Driver Archive into /tmp
    (Skip in case of Git Checkout)
    Possibly Double-Click/Right-Click on Package and Open with Archive Manager:

    Step-by-step Realtek rtl8723BU Driver Zorin OS Installation - Extraction
    Or from Command Line:

    unzip -d /tmp/ ~/Downloads/*master.zip

    (But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)

  4. 5. Installing Realtek rtl8723BU Driver

    Then to Install rtl8723BU Wi-fi Driver for Zorin OS
    Access the Target folder:

    cd  /tmp/*master

    Or in case of Git Checkout:

    cd rtl8723BU

    Then source the Config File with:

    source dkms.conf

    Now make the needed Directories:

    sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION

    Again copy the required Code:

    sudo cp -r core hal include os_dep platform dkms.conf Makefile rtl8723b_fw.bin /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION

    Add it to DKMS:

    sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION

    And finally to Install it play:

    sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION

    Last, alternatively you can also try with the usual make, sudo make install Setup.

  5. So Now I’m truly Happy if My Guide could Help you to Install Realtek rtl8723BU Driver on Zorin OS!

Contents


QuickChic Theme • Powered by WordPress