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

How to Install Realtek RTL8188EU Driver in Debian Bookworm

March 30, 2024 | By the+gnu+linux+evangelist.

Installing Driver

  1. 1. Installing Dependencies

    Then to Install Required Stuff
    Run:

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

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
    And then possibly to reboot:

    sudo reboot
  2. 2. Downloading Realtek RTL8188EU Driver

    Download Realtek Driver Source for Debian GNU/Linux

    Clone Realtek RTL8188EU Driver Repo for Debian
  3. 3. Installing Realtek RTL8188EU Driver

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

    cd rtl8188eu

    To Make it:

    make

    And then to Setup it run:

    sudo make install

    Again switch the Firmware into the target destination with:

    sudo cp rtl8188eufw.bin /lib/firmware/rtlwifi/

    And finally, Reboot with:

    sudo reboot

    Thanks to lwfinger!

  4. So Now I’m truly Happy if My Guide could Help you to Install Realtek RTL8188EU Driver on Debian Bookworm!

Contents