• This repository has been archived on 01/Mar/2021
  • Stars
    star
    260
  • Rank 157,189 (Top 4 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 7 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Realtek RTL8723DE module for Linux

Test the module on a test PC before using it on a working PC.

rtl8723de

Realtek RTL8723DE module for Linux kernel version 5

Install:

git clone https://github.com/smlinux/rtl8723de.git -b current
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot

Uninstall:

rmmod -f 8723de
dkms uninstall rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
dkms remove rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414 --all
depmod -a
reboot