Skip to content

Instantly share code, notes, and snippets.

@rcotrina94
Last active March 16, 2024 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rcotrina94/44c67295b5fd4f6b766e83128bfd4b8c to your computer and use it in GitHub Desktop.
Save rcotrina94/44c67295b5fd4f6b766e83128bfd4b8c to your computer and use it in GitHub Desktop.
Realtek Semiconductor RTL8723DE Device d723 Linux Ubuntu

REPO: https://github.com/smlinux/rtl8723de/branches

Look up for the branch that matches your kernel version:

Get kernel version with uname -r

  • Branches (as for July 2019)
    • 4.10-down
    • 4.11-up
    • 4.15-up
    • 5.0-up

Clone the repo

git clone --single-branch --branch <KERNEL_VERSION> https://github.com/smlinux/rtl8723de

Cd into it

cd rtl8723de

Let's do some magic

make
sudo make install
sudo modprobe -v 8723de

Done

@wasiba100
Copy link

wasiba100 commented Aug 20, 2019

Look up for the branch that matches your kernel version:

git clone https://github.com/smlinux/rtl8723de.git -b 5.0-up
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
git clone https://github.com/smlinux/rtl8723de.git -b 4.10-down
git clone https://github.com/smlinux/rtl8723de.git -b 4.15-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment