Deepin OS: Wireless Not Detect

20,290

Realtek Semiconductor Co., Ltd. Device [10ec:d723] is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.

In a Terminal do the following:

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

Source: https://github.com/smlinux/rtl8723de

Share:
20,290

Related videos on Youtube

flyingbird013
Author by

flyingbird013

Updated on September 18, 2022

Comments

  • flyingbird013
    flyingbird013 over 1 year

    I am beginner using Deepin OS linux. once installed i can not find the wifi connection. if on Windows OS, I might check in device manager to make sure that the wireless driver is installed correctly. what about Deepin OS linux? what can I do?

    Screenshoot

    Output: lspci -knn | grep Net -A3

    brother@brother-PC:~/Desktop$ lspci -knn | grep Net -A3
    03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
        Subsystem: Hewlett-Packard Company Device [103c:8319]
        Kernel modules: wl
    
    • djsmiley2kStaysInside
      djsmiley2kStaysInside about 6 years
      You'll need to load the modules/build the modules in to the kernel to support your wifi card.
    • Admin
      Admin about 6 years
      Please edit your question and add output of lspci -knn | grep Net -A3 terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.
  • flyingbird013
    flyingbird013 about 6 years
    Output after execution dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-‌​1414/build/make.log for more information.
  • flyingbird013
    flyingbird013 about 6 years
    I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
  • fixer1234
    fixer1234 almost 5 years
    @flyingbird013, it's great that this answer solved your problem. The system automatically reposts questions after awhile that don't have an accepted solution, so this thread showed up again a year later. It would be helpful if you accept the answer by clicking the checkmark next to it. That will indicate that the problem is solved and identify that there is a proven solution here for other readers with a similar problem.