RTL_8723de wifi not working but bluetooth works fine

First of all, sorry for grammar issues. English not my native language.

It was working on f36 but after clean installing f37 KDE, wifi not working anymore (Blueooth works fine). I’ve tried some troubleshooting guides bot none of them worked.

8ee5e102f979e3d693cddc16039c3bd54502375d.png

Here some logs:

[ket@fedora ~]$ lspci | grep 8723DE
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter
[ket@fedora ~]$ dmesg | grep 8723
[    4.720694] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
[    4.723697] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_fw.bin
[    4.728904] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_config.bin
[    4.745054] rtw_8723de 0000:03:00.0: enabling device (0000 -> 0003)
[    4.762646] rtw_8723de 0000:03:00.0: Firmware version 48.0.0, H2C version 0
[    4.855131] rtw_8723de 0000:03:00.0 wlp3s0: renamed from wlan0
[ket@fedora ~]$ journalctl -b | grep rtw_8723
Ara 15 20:05:28 fedora kernel: rtw_8723de 0000:03:00.0: enabling device (0000 -> 0003)
Ara 15 20:05:28 fedora kernel: rtw_8723de 0000:03:00.0: Firmware version 48.0.0, H2C version 0
Ara 15 20:05:28 fedora kernel: rtw_8723de 0000:03:00.0 wlp3s0: renamed from wlan0
Ara 15 20:05:30 fedora NetworkManager[667]: <info>  [1671123930.4236] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.7/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtw_8723de)

Try running rfkill list to check that wifi is not blocked. Linux-hardware.org will show you which drivers work for other linux users.

1 Like

This site appears to have died. Fedora still has the hw-probe perl script, which can generate sanitized reports suitable for uploading. There is a parallel BSD-hardware.org where you can search for reports that match your hardware. BSD often uses ports of linux drivers, so the reports can sometimes be useful for linux.