The officially official Devuan Forum!

You are not logged in.

#1 2020-07-06 11:20:15

ocizori
Member
Registered: 2020-07-06
Posts: 3  

WiFi Question

lspci says:
"Realtek Semiconductor Co., Ltd. Device d723"
So it's rtl8723de, which I found in the "firmware-realtek" package:
"apt-file find rtl8723defw.bin
firmware-realtek: /lib/firmware/rtlwifi/rtl8723defw.bin"

Installed, rebooted and nothing happens. Modprobe says that this is no module "rtl8723de" in lib/modules/4.19.0-9-amd64

Please explain what am I doint wrong? Do I need to install it from https://github.com/lwfinger/rtlwifi_new/tree/extended?

Offline

#2 2020-07-06 12:00:02

Tatwi
Member
From: Canada
Registered: 2018-10-24
Posts: 71  
Website

Re: WiFi Question

You may need to add the non-free tag to /etc/apt/sources.list file, update the cache, and download the firmware package. Not sure why the installer wouldn't install itself from the CD/DVD/USB (it did with my laptop with intel wifi, which is good because it doesn't have Ethernet). If you can't get online, you may be able to mount the installation media and manually install the package in the firmware directory using dpkg.

/etc/apt/sources.list:
deb http://deb.devuan.org/merged beowulf main non-free contrib
deb-src http://deb.devuan.org/merged beowulf main non-free contrib

apt install firmware-realtek

Last edited by Tatwi (2020-07-06 12:03:42)

Offline

#3 2020-07-06 12:04:44

ocizori
Member
Registered: 2020-07-06
Posts: 3  

Re: WiFi Question

Thank you for answering, Tatwi, but the point of my trouble is that "firmware-realtek" is already installed by me, and did not do anything, sadly.

Offline

#4 2020-07-06 12:14:37

ocizori
Member
Registered: 2020-07-06
Posts: 3  

Re: WiFi Question

Tatwi wrote:

Not sure why the installer wouldn't install itself from the CD/DVD/USB

I don't think installer have non-free packages, he was not able to recognize my wifi.

Offline

#5 2020-07-06 20:24:25

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: WiFi Question

ocizori wrote:

Installed, rebooted and nothing happens. Modprobe says that this is no module "rtl8723de" in lib/modules/4.19.0-9-amd64

The modprobe command loads kernel modules rather than firmware.

Can we see the output of

# dmesg | grep firmware

Brianna Ghey — Rest In Power

Offline

#6 2020-07-07 08:31:42

larsH
Member
Registered: 2020-05-05
Posts: 184  

Re: WiFi Question

Hi

I think your wifi is never than the 4.19 kernel. So it is not supported by that. You can try the following http://ubuntuhandbook.org/index.php/201 … ntu-19-04/ or install a never kernel from backports.

Have a nice day
Lars H

Offline

#7 2020-07-07 17:31:14

kuleszdl
Member
Registered: 2018-11-03
Posts: 107  

Re: WiFi Question

The package firmware-realtek is indeed in non-free. And yes, the installer does include non-free firmware.

See also this discussion back from 2018:

https://dev1galaxy.org/viewtopic.php?id=2475

Regarding your actual issue: I think as well that the driver may not be in 4.19. Please try the backport kernel and report back.

Last edited by kuleszdl (2020-07-07 17:32:39)

Offline

Board footer