Skip to content

Instantly share code, notes, and snippets.

@wasiba100
Forked from rcotrina94/install-rtl8723de.md
Last active August 21, 2019 14:47
Show Gist options
  • Save wasiba100/ef59e8a10277b638d7e8e52cd3d2ba2d to your computer and use it in GitHub Desktop.
Save wasiba100/ef59e8a10277b638d7e8e52cd3d2ba2d 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 (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

Cd into it

cd rtl8723de

Let's do some magic

make
sudo make install
sudo modprobe -v 8723de

Done

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