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
Look up for the branch that matches your kernel version: