View Issue Details

IDProjectCategoryView StatusLast Update
0000915channel: elrepo/el7--elrepo--request-for-enhancement--public2019-06-04 10:06
Reportertdasto Assigned Totoracat  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionnot fixable 
Summary0000915: WiFi driver; RTL8723DE 802.11b/g/n PCIe Adapter
DescriptionPlease develop a wifi driver for a 10ec:d723 for Centos 7 or can you tell me which kernel already contains that driver? I am currently using kernel 5.1.4-1.el7.elrepo.x86_64 but will use any kernel that will free me from this wire! None of my neophyte attempts to get this adapter to turn on or find a driver have worked.
TagsNo tags attached.
Reported upstream

Activities

burakkucat

2019-05-24 09:44

administrator   ~0006307

Please post the output return by the following command --

lspci -nn | grep -Ei 'wifi|wireless'

tdasto

2019-05-25 20:05

reporter   ~0006310

Nothing is output.

tdasto

2019-05-25 20:06

reporter   ~0006311

FYI;

[root@localhost president]# uname -r
5.1.4-1.el7.elrepo.x86_64
[root@localhost president]# rpm -q kernel
package kernel is not installed

toracat

2019-05-28 10:43

administrator   ~0006315

I have to break bad news. First, we do not offer driver packages for non-distro kernels such as kernel-ml. Second, the source code available for RTL8723DE does not build on EL7.

There is a slight chance we can offer the driver for EL 8.0 (kernel 4.18). However there is no guarantee that the code still builds when the OS is updated to EL8.1.

tdasto

2019-05-30 20:17

reporter   ~0006325

So what kernel should I install to get a driver package? Or, are you saying that I cannot use this laptop wirelessly under Centos?

toracat

2019-05-31 01:41

administrator   ~0006329

There is no kernel that has the driver for your Realtek device. Your best option is probably to get a USB adapter that works out of the box.

burakkucat

2019-05-31 10:39

administrator   ~0006332

Please show the full output returned by the following command --

lspci -nn

Until we have the details of the hardware in a very precise way, it is impossible to know if any kernel will support the wireless subsystem of your laptop computer.

tdasto

2019-06-02 08:50

reporter   ~0006348

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Complex [1022:1576]
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) I/O Memory Management Unit [1022:1577]
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] [1002:98e4] (rev ea)
00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:15b3]
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge [1022:157b]
00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port [1022:157c]
00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port [1022:157c]
00:02.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port [1022:157c]
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge [1022:157b]
00:08.0 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Device [1022:1578]
00:09.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:157d]
00:09.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Audio Controller [1022:157a]
00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7914] (rev 20)
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7904] (rev 4b)
00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7908] (rev 49)
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 4b)
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 11)
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b0]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b1]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b2]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b3]
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b4]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b5]
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]

burakkucat

2019-06-02 09:31

administrator   ~0006350

Thank you for posting the output. The relevant line is last one shown --

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]

With sight of that, I now know that WiFi hardware is defined by [10ec:d723].

Checking for the vendor (0x10ec) and device (0xd723) identifiers in the upstream (kernel.org) kernel sources shows that the manufacturer has not even tried to have the driver code merged into the mainline kernel (staging) tree. That, unfortunately, means the WiFi subsystem is not supported via either kernel-lt or kernel-ml for RHEL7.

Hence I can only echo toracat's response from reply 6329 --

"Your best option is probably to get a USB adapter that works out of the box."

tdasto

2019-06-04 04:22

reporter   ~0006353

Based on this experience, should I avoid any particular wireless USB adapters?
Thank you for your help. I should have saved myself days of frustration and come here first!

pperry

2019-06-04 10:05

administrator   ~0006354

It's often not easy researching Wifi adapters as often it's not easy to find information about the underlying chipset used.

Often it's easier to go by recommendation of something that is known to work. For example, when I recently required a cheap USB wireless adapter I went with an Edimax EW-7811Un which is widely available for $10 or less:

https://www.amazon.com/Edimax-EW-7811Un-150Mbps-Raspberry-Supports/dp/B003MTTJOY/ref=sr_1_1?ie=UTF8&qid=1512370979&sr=8-1&keywords=edimax+n150

The above adaptor is based on the Realtek RTL8188CUS chipset and uses the rtl8192cu kernel driver present in el7 so will work out of the box.

Issue History

Date Modified Username Field Change
2019-05-23 20:08 tdasto New Issue
2019-05-23 20:08 tdasto Status new => assigned
2019-05-23 20:08 tdasto Assigned To => stindall
2019-05-24 07:36 toracat Assigned To stindall => toracat
2019-05-24 07:36 toracat Status assigned => acknowledged
2019-05-24 09:36 burakkucat Project elrepo bug tracker => channel: elrepo/el7
2019-05-24 09:40 burakkucat Severity minor => feature
2019-05-24 09:40 burakkucat Reproducibility unable to reproduce => N/A
2019-05-24 09:40 burakkucat Category --bug-tracker--request-for-enhancement-- => --elrepo--request-for-enhancement--
2019-05-24 09:44 burakkucat Note Added: 0006307
2019-05-25 20:05 tdasto Note Added: 0006310
2019-05-25 20:06 tdasto Note Added: 0006311
2019-05-28 10:43 toracat Note Added: 0006315
2019-05-30 20:17 tdasto Note Added: 0006325
2019-05-31 01:41 toracat Note Added: 0006329
2019-05-31 10:39 burakkucat Note Added: 0006332
2019-06-02 08:50 tdasto Note Added: 0006348
2019-06-02 09:31 burakkucat Note Added: 0006350
2019-06-04 04:22 tdasto Note Added: 0006353
2019-06-04 10:05 pperry Note Added: 0006354
2019-06-04 10:06 pperry Status acknowledged => resolved
2019-06-04 10:06 pperry Resolution open => not fixable