ruzky
November 21, 2021, 8:29pm
1
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,
ruzky:
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]
It is better to share exact chipset details
/sbin/lspci -nnk | grep -iA3 net
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.
ruzky
November 21, 2021, 9:18pm
5
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]
Sauerland:
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.
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.
ruzky
November 21, 2021, 9:31pm
7
Sauerland:
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…
ruzky
November 21, 2021, 9:38pm
9
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…
ruzky:
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
Hi
But if you updated your Tumbleweed system, then you have to rebuild the driver on every kernel update and install…
ruzky
November 22, 2021, 7:26pm
12
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.