Realtek Rtl8188GU Driver Source Ubuntu Installation – Step-by-step

January 7, 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) unzip git

    Authenticate with the User Admin Pass.

  2. 3. Downloading Realtek rtl8188GU Driver

    Download Realtek Driver for Ubuntu GNU/Linux

    Get Realtek rtl8188GU Driver for Ubuntu

    Best to Clone the Archive with Git.

  3. 4. Extracting Realtek rtl8188GU 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 rtl8188GU Driver Ubuntu Installation - Extraction
    Or from Command Line:

    unzip -d /tmp/ ~/Download/rtl8188gu*.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 rtl8188GU Driver

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

    cd  /tmp/rtl8188gu*

    Or in case of Git Checkout:

    cd ~/Downloads/rtl8188gu

    Then Compile it with:

    make

    And last, to Install it play:

    sudo make install

    In case of Issue see the Developer’s GitHub Page.

    Especially relevant, as a possible Alternative then you could try with the PPA rtl8188GU Driver Setup.

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

Contents


QuickChic Theme • Powered by WordPress