Wifi not detected

Hi, I’m new to openSUSE. i have a problem my network doesn’t show the wifi list.
This is some information maybe can help,


ruzky[FONT=monospace]@localhost:~> /sbin/lspci -k | grep -i net  
02:00.0 Ether**net** controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ether**net** Controller (rev 15) 
03:00.0 **Net**work controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter
[/FONT]

ruzky@localhost:~> /usr/bin/inxi -zSMN
**System:    Kernel:** 5.15.2-1-default x86_64 **bits:** 64 **Desktop:** KDE Plasma 5.23.3 
           **Distro:** openSUSE Tumbleweed 20211119 
**Machine:   Type:** Laptop **System:** HP **product:** HP Laptop 14s-dk0xxx **v:** N/A **serial:** <filter> 
           **Mobo:** HP **model:** 85E0 **v:** 84.42 **serial:** <filter> **UEFI:** AMI **v:** F.42 
           **date:** 07/03/2019 
**Network:   Device-1:** Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet **driver:** r8169 
           **Device-2:** Realtek RTL8723DE 802.11b/g/n PCIe Adapter **driver:** N/A

by the way, i was tried this https://github.com/smlinux/rtl8723de to solve my problem, but still nothing happen.
i don’t have any idea what should i do for now.

Thank you,

It is better to share exact chipset details

/sbin/lspci -nnk | grep -iA3 net

This translated thread may be helpful to you…
https://forums-opensuse-org.translate.goog/showthread.php/542140-Kernel-module-rtl8723de-unter-Leap-15-2-nicht-aktivierbar?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-GB&_x_tr_pto=nui

rtlwifi is inside the kernel and deleted by Larry Finger…

I build only the extended branch for Leap…

But I need the ID to see, if that ID is missing in rtw88.

Here, if needed.


ruzky@localhost:~> /sbin/lspci -nnk | grep -iA3 net 
02:00.0 Ether**net** controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ether**net** Controller [10ec:8168] (rev 15) 
        DeviceName: Realtek PCIe FE Family Controller 
        Subsystem: Hewlett-Packard Company Device [103c:85e0] 
        Kernel driver in use: r8169 
--
03:00.0 **Net**work controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723] 
        Subsystem: Hewlett-Packard Company Device [103c:8319] 
        Kernel modules: rtw_8723de 
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c2)

[HR][/HR]

I tried,but still nothing happen.

[HR][/HR]

do you have an alternative for this?

Your inxi show no driver:

Device-2: Realtek RTL8723DE 802.11b/g/n PCIe Adapter driver: N/A

Now you get:

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723] 
        Subsystem: Hewlett-Packard Company Device [103c:8319] 
        Kernel modules: rtw_8723de 

Where do you get this driver? Its not a driver from inside the kernel.

i installed from this repository GitHub - lwfinger/rtw88: A backport of the Realtek Wifi 5 drivers from the wireless-next repo. .

rtw88 is inside the kernel and working…

but my inxi still show me there is no driver


ruzky@localhost:~> inxi -zN   
**Network:  Device-1:** Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet **driver:** r8169 
           **Device-2:** Realtek RTL8723DE 802.11b/g/n PCIe Adapter **driver:** N/A

Nobody knows what you have done…

Hi
But if you updated your Tumbleweed system, then you have to rebuild the driver on every kernel update and install…

I don’t know what i’ve done but it’s working now,
by the way, thank you for your time guys to help me.