realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware (solved)

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware (solved)

Post by bigpup »

I have very new Gateway flip top laptop (model GWTC116-2BL) that is using a Realtek RTL8723DU WIFI hardware.
https://www.realtek.com/en/products/com ... /rtl8723du

I found the driver and compiled it for several different latest Puppy versions.

I will use S15Pup64 and Fossapup64 9.5 to try and get it working on.

All of them now show the WIFI device as a selection to use for a WIFI connection.

But it does all the steps to try and make a working connection but does not complete.
Get message connection can not be made with my WIFI router.
Can not get to being able to set the DHCP.

Yes, I am doing the steps correctly and tried several different connection programs, but the Network Wizard was the best one.
I tried a lot of different type connections even no encryption.

I am thinking I still need the firmware for the 8723DU.

But I am not able to find it anyplace so far.

Anyone got an idea on what to do or try?

Note:
I think this may be one of those Window type combo WIFI/Bluetooth devices.
.
.

Last edited by bigpup on Sun Dec 11, 2022 2:53 am, edited 1 time in total.
Reason: added solved

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

ozsouth
Posts: 1422
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 219 times
Been thanked: 624 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by ozsouth »

@bigpup - I guess dmesg | grep irmware didn't show anything missing?
Does your source match the minimum kernel requirement (I've had a mismatch happen in the past)?
I looked at a driver from here: https://github.com/lwfinger/rtl8723du
The instructions make menion of a signed install - UEFI MOK management. Hope that's not a sign of things to come.

Last edited by ozsouth on Sat Dec 17, 2022 11:51 am, edited 1 time in total.
User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by bigpup »

I guess dmesg | grep irmware didn't show anything missing?

I did not try that.

I just looked in the file system for the firmware, where all the other realtek firmware is located.
lib/firmware/rtlwifi
Nothing there for 8723DU

Not where the computer is right now.
Will get back with what this command comes up with.

Thanks!

Note:
That driver package you posted is the one I used to get the driver.
https://github.com/lwfinger/rtl8723du

The instructions make menion of a signed install - UEFI MOK management. Hope that's not a sign of things to come

I hope not also. :thumbdown: :evil:
The driver compile seems to work without doing this.
Secure boot is disabled in the UEFI bios.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by bigpup »

This running S15Pup64-22.12+1-T Puppy version.

This is the output of the demsg command:

# dmesg | grep irmware
[ 29.007958] i915 0000:00:02.0: Direct firmware load for i915/glk_dmc_ver1_04.bin failed with error -2
[ 29.007966] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/glk_dmc_ver1_04.bin. Disabling runtime power management.
[ 29.007968] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/ke ... /tree/i915
[ 30.363820] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723d_fw.bin failed with error -2
[ 30.363825] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8723d_fw.bin not found
#

Strange, nothing about the WIFI part of the hardware, but the bluetooth firmware?

If you look in lib/firmware/rtlwifi no files for 8723DU

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

ozsouth
Posts: 1422
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 219 times
Been thanked: 624 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by ozsouth »

@bigpup - I note that the source has optimisations for the 6.1 kernel (due any day). That should not discount the 5.15 kernel, but stranger things have happened. Perhaps try my 6.0.10 kernel & the driver I linked a few posts up. No promises though.
Also, I find frisbee works better for Slackos.

Last edited by ozsouth on Sat Dec 10, 2022 10:36 pm, edited 1 time in total.
User avatar
rcrsn51
Posts: 1286
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 306 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by rcrsn51 »

If you think that the wifi adapter is partially working, try this:

Run: iwconfig
Is the adapter listed?
Run: ifconfig wlan0 up
Is there an error message?
Run: iwlist wlan0 scan
Does the adapter scan?

If the adapter can get that far, it should be working properly and should make a connection through your wifi networking app.

Last edited by rcrsn51 on Sun Dec 11, 2022 3:22 am, edited 2 times in total.
User avatar
Phoenix
Posts: 339
Joined: Fri Feb 12, 2021 2:03 am
Location: Canada
Has thanked: 4 times
Been thanked: 48 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by Phoenix »

ozsouth wrote: Fri Dec 09, 2022 10:20 am

@bigpup - I guess dmesg | grep irmware didn't show anything missing?
Does your source match the minimum kernel requirement (I've had a mismatch happen in the past)?
I looked at a driver from here: https://github.com/lwfinger/rtl8723du
The instructions make menion of a signed install - UEFI MOK management. Hope that's not a sign of things to come.
Have compiled it for my 6.0.10 64bit kernel (see forum kernel section) - is here: https://www.mediafire.com/file/5qpd56f3 ... v.pet/file

Puppy doesn't sign modules as of now.

IRC: firepup | Time to hack Puppy!

User avatar
Phoenix
Posts: 339
Joined: Fri Feb 12, 2021 2:03 am
Location: Canada
Has thanked: 4 times
Been thanked: 48 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by Phoenix »

bigpup wrote: Fri Dec 09, 2022 10:12 pm

This running S15Pup64-22.12+1-T Puppy version.

This is the output of the demsg command:

# dmesg | grep irmware
[ 29.007958] i915 0000:00:02.0: Direct firmware load for i915/glk_dmc_ver1_04.bin failed with error -2
[ 29.007966] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/glk_dmc_ver1_04.bin. Disabling runtime power management.
[ 29.007968] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/ke ... /tree/i915
[ 30.363820] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723d_fw.bin failed with error -2
[ 30.363825] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8723d_fw.bin not found
#

Strange, nothing about the WIFI part of the hardware, but the bluetooth firmware?

If you look in lib/firmware/rtlwifi no files for 8723DU

It seems firmware is managed by the developer themselves.

IRC: firepup | Time to hack Puppy!

User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by bigpup »

ozsouth wrote: Sat Dec 10, 2022 2:21 am

@bigpup - Also, I find frisbee works better for Slackos.

Bingo!
Using Frisbee was the answer to getting it working! :thumbup:

Setup the connection in S15Pup64 using Frisbee.

Posting this using it now.

Thanks very much for the idea!

Still wonder why there is still no specific files for rtl8723DU in lib/firmware/rtlwifi :?: :idea:
There is these two:
rtl8723fw_B.bin
rtl8723fw.bin
Maybe they are a generic firmware file. :idea:

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by bigpup »

rcrsn51 wrote: Sat Dec 10, 2022 11:26 am

If you think that the wifi adapter is partially working, try this:

Run: iwconfig
Is the adapter listed?
Run: ifconfig wlan0 up
Is there an error message?
Run: iwlist wlan0 scan
Does the adapter scan?
Run: dhcpcd wlan0
Does it eventually get an IP address?

Thanks for this terminal command info to check stuff!

Did not really try it, but i put it in my tool kit for troubleshooting this kind of stuff.

I am sure it will help others and it is good info to have. :thumbup:

Note:
With WIFI working.

# iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:"NETGEAR85" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.452 GHz Access Point: BC:A5:11:DD:E7:50
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=99/100 Signal level=50/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

#

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
bigpup
Moderator
Posts: 6516
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 790 times
Been thanked: 1353 times

Re: realtek RTL8723DU WIFI Have driver compiled, but cannot find firmware

Post by bigpup »

Thanks to all that posted!

Every post gave me ideas to try! :thumbup:

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “Users”