New Build - 11/02/2025 - r62508

Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 6441

PostPosted: Sun Nov 02, 2025 9:31    Post subject: New Build - 11/02/2025 - r62508 Reply with quote
Welcome to x86 / x64 r62508 beta release thread for reporting, feedback to developers & community benefit.
Please do not flash builds until installation is understood, risks involved and device specific recovery methods.
Avoid discussions, create threads for questions, general problems or use search; this thread is not for support.
List router model & version or revision, operating & wireless modes & exact filename/firmware image flashed.


CLI Flash: 'cd /tmp' then 'wget {file URL}' (http only) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.

Downloads: HTTPS, FTP

Trac SVN: repository since last build r62460 (mirror)

OpenVPN 2.6.15: Changelog, Guides, Server, PBR, DNS, Kill Switch, Watchdog, Reverse PBR, Client, Multiple, tips, scripts.
WireGuard 1.0.20211208/Tools: Changelog, Guides, Client, Server, Adv, PBR, KS, tips, scripts. Thanks BS egc & eibgrad!

Notes: ...
r61542 r61557 r61613 r61648 r61711 r61745 r61848 r61915 r61920 r61954 r61970 r61981 r62032 r62036 r62104 r62157
r62170 r62192 r62240 r62268 r62324 r62365 r62374 r62418 r62460 r62508

Issues, observations, and/or workarounds reported:
WebUI: Clear history or use a portable. Temporary cache bypass: Ctrl+F5, Cmd+Shift+R or new private window/incognito.
Please report findings with steps needed to reproduce, configuration, clients, output, logs and important information below!

Important:
Detail issues & relevant configs, logs: syslog klog 'dmesg' 'cat /tmp/var/log/messages' nvram set console_debug=1, serial.
• Firewall NAT: 'iptables -vnL' 'iptables -t nat -vnL' 'iptables -t mangle -vnL' & 'cat /tmp/.ipt'. Debug Analyze: strace tcpdump.
• Gremlins: reboot. cold boot. Reset & reconfigure not restore backup. Search Trac & discuss in forum before opening tickets.
• Include operating & wireless modes (e.g. Gateway, Router, AP, SB, WDS, Mesh) and applicable configurations to reproduce.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]
Sponsor
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 1006

PostPosted: Sun Nov 02, 2025 11:38    Post subject: Reply with quote
Router/Version: industrial PC N4000 4GB RAM, 2*intel i226-v
File: dd-wrt_x64-webupgrade_full_vga_2GB.bin
Firmware: DD-WRT v3.0-r62508 std (11/02/25) (prev. DD-WRT v3.0-r62418 std (10/24/25))
Kernel: Linux 6.12.56 #371 SMP Sun Nov 2 07:34:00 +07 2025 x86_64
Mode: Gateway, SFE disabled, Wireguard for external access, WAN (ETH0) (PPPoE/VLAN7) to GPON Modem, ETH1 to LAN, Automatic Drive Mount disabled - using own mount script for USB Disk, nfs to access USB3-ext4 SSD, Force reconnect 5:00 in the morning, using my own local NTP, CPU governour set to ondemand by script, Ignore WAN DNS, Recursive DNS Resolving (Unbound), using NAT66.
Reset: No
Status: Working, a few things to add which accumulated over the last releases:


1) "Uploadspeed of updatefile capped to a crawl ~10Mbit/s" first observed in r62268 std (10/09/25)

Update via Webgui did not end after the usual "a few seconds" timespan, but it took the whole timer to count down to 0.
The transmission from browser towards Router did never max out 10 Mbit/s, according to iftop.

This happens with firefox, firefox nightly, both tested on X86 and aarch64 and debian13 aarch64 chromium and android duckduckgo.
Strange, since I can copy files to router or download files in its /tmp way faster (NVMe drive!).
Also I tested this on several PCs, all wired and set to 1GBits/s.
WAN Speed still there, only speed for firmwareupdate is slow.


2) "PPPoE does not autoconnect after first reboot" first observed in r62104 std (08/22/25)

PPPoE does not autoconnect after firmware upgrade and its reboot.
Despite being setup to do so, the first connect has to be done by hand.

Status --> WAN gives:
Connection Type PPPoE
Login Status: Disconnected
Access Concentrator Name: "The one used when connection was up before reboot"
Connection Uptime: Time since boot
IPv6 Address: fdXY (UlA I provide in firewall command with ip -6 addr add fdXY::/64 dev br0).
IPv4 Address: 0.0.0.0
Gateway: 0.0.0.0

Syslog gives:
Code:

root@N4000:~# cat /var/log/messages |grep -i ppp
Sep 11 14:24:14.065 N4000 kern.info kernel: [    0.945816] PPP generic driver version 2.4.2
Sep 11 14:24:14.065 N4000 kern.info kernel: [    0.945892] PPP BSD Compression module registered
Sep 11 14:24:14.065 N4000 kern.info kernel: [    0.945903] PPP Deflate Compression module registered
Sep 11 14:24:14.065 N4000 kern.info kernel: [    0.945929] PPP MPPE Compression module registered
Sep 11 14:24:14.065 N4000 kern.info kernel: [    0.945939] NET: Registered PF_PPPOX protocol family


To fix this I either need to reboot the Router again or have to click on "Status" --> "WAN" --> "Connect".

When I click connect the magic appears, only then rp-pppoe.so gets loaded and pppd started:
Code:

root@N4000:~# cat /var/log/messages |grep -i ppp
Sep 11 12:23:12.119 N4000 daemon.info pppd[6082]: Plugin /usr/lib/rp-pppoe.so loaded.
Sep 11 12:23:12.201 N4000 daemon.notice pppd[6083]: pppd 2.4.8 started by root, uid 0
Sep 11 12:23:12.201 N4000 user.info : [pppd] : successfully started
Sep 11 12:23:12.229 N4000 user.info : [ppp_redial] : successfully started
Sep 11 12:23:17.338 N4000 daemon.info pppd[6083]: Using interface ppp0
Sep 11 12:23:17.338 N4000 daemon.notice pppd[6083]: Connect: ppp0 <--> eth0.0007
Sep 11 12:23:17.385 N4000 daemon.info pppd[6083]: Remote message: SRU=330000#SRD=660000#ISP=DTAG#C=DEU#
Sep 11 12:23:17.385 N4000 daemon.notice pppd[6083]: PAP authentication succeeded
Sep 11 12:23:17.385 N4000 daemon.notice pppd[6083]: peer from calling number 9C:CC:83:8C:55:1F authorized
Sep 11 12:23:17.558 N4000 daemon.notice pppd[6083]: local  IP address 93.223.137.132
Sep 11 12:23:17.558 N4000 daemon.notice pppd[6083]: remote IP address 62.155.244.104
Sep 11 12:23:17.558 N4000 daemon.notice pppd[6083]: primary   DNS address 217.237.151.205
Sep 11 12:23:17.558 N4000 daemon.notice pppd[6083]: secondary DNS address 217.237.148.70
Sep 11 12:23:17.559 N4000 daemon.notice pppd[6083]: local  LL address fe80::7cc6:0797:fe7b:10c7
Sep 11 12:23:17.562 N4000 daemon.notice pppd[6083]: remote LL address fe80::9ecc:83ff:fe8c:551f


Forced reconnect to a time set works, if connection was up.

3) IPv6 throughput is hindered for LAN facing eth1 by "rx-gro-list" being set to on.

Code:
iperf3 -c anyiperfserver -6
sports max upstream when used on this N4000 router. It connects through its ETH0 to WAN, using PPPoE VLAN7.
Code:
iperf3 -c anyiperfserver -6
sports 1-5 Mbit/s upstream when used in my network connected to its ETH1.
This behaviour started unbeknownst to me.
Possible this is related to me using nat66 in my network.
--> installing entware's ethtool and
Code:
ethtool -K eth1 rx-gro-list off

for the LAN facing ETH1 port fixes this.

I wrote down further information about this here:
https://forum.dd-wrt.com/forum/viewtopic.php?t=339113

To sum it up this command makes the throughput for IPv6 jump from
Code:

[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   896 KBytes   734 Kbits/sec  155            sender
[  5]   0.00-10.02  sec   640 KBytes   523 Kbits/sec                  receiver

to
Code:

[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   339 MBytes   285 Mbits/sec  7            sender
[  5]   0.00-10.01  sec   337 MBytes   282 Mbits/sec                  receiver


Since my line is capped at 300 Mbit/s Upstream this is a serious increase!
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 492

PostPosted: Sun Nov 02, 2025 15:06    Post subject: Reply with quote
Router/Version: i7 4770k 32gb ram and attached five HDD drives for NAS
File/Kernel: x64 full VGA
Previous/Reset: YES
Mode/Status: Gateway, Router, NAS.
Issues/Errors: Not yet still testing. So far the ports that refused to work after disconnecting and reconnecting has been fixed. Realtek 8125b is working with the manufacture driver instead of the buggy kernel driver.

CML750 try this build. May have to use RUFUS or Physdisk write utility. I didn't bother upgrading from previous release. See if this fixes your issues.



EDIT: Uptime at 12 hours no issues yet. I have transferred at least 600GB to the NAS drive and no weird issues. Everything seems to be working as expected. Kodi, Windows and Linux versions work perfect. Samba/ksmbd seems to be pretty stable too.
cml750
DD-WRT User


Joined: 18 Mar 2012
Posts: 209
Location: Texas

PostPosted: Mon Nov 03, 2025 8:57    Post subject: Reply with quote
I finally got around to installing this one. I did a clean install of the Full-VGA-2GB image on a thumb drive. So far no major issues after about an hour. It recognized the Intel X540 2 port card I installed. I purchased a couple of the 2 port x540 cards off of eBay cheap to test a 10 gbps connection with my server. It is working great so far with limited testing. I plan to purchase an Intel x710-T4L (which does multiple speeds including 2.5 gbps but is VERY expensive), if I deem the 10 gbps is worth it.

The only issue I am having is it did not recognize my Qualcomm Fastconnect 7800 wifi card (NCM865). It works in OpenWRT (at least the 2.4 and 5 ghz not the 6 ghz) with the ath12k-kmod and Atheros 7850 drivers. This is the first time I have tried it with DDWRT. I wonder if Brainslayer could add those to DDWRT? I use two routers as access points so it is not a big deal but I would like to try testing using wifi straight from the X86 setup.

_________________
Optiplex 7060 with i7-8700, 32GB Ram, X710-T4L, i226 four port, & an AQC113 M2 slot card. DDWRT 64327 & Adguard Home.

GL.iNET GL-BE9300 Flint 3 with OpenWRT as an AP
GL.iNET GL-MT6000 Flint 2 with OpenWRT as an AP
GL INET GL-BE3600 Slate 7 Travel Router with OpenWRT as a travel router
2 R7800's (DDWRT Build r60586) Not in use
3 R7000's (DDWRT build r62268) one used as a bridge
WRT54G-TM not in use

My best WIFI speed with the GL.Inet Flint 2 is 1147 down and 39 up
https://www.speedtest.net/result/18931816642
Best wired speed is 1140 down and 39 up.
https://www.speedtest.net/result/d/f0292402-a515-48ad-bb43-2043e6160787


Last edited by cml750 on Mon Nov 03, 2025 12:52; edited 1 time in total
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 492

PostPosted: Mon Nov 03, 2025 12:35    Post subject: Reply with quote
cml750 wrote:
I finally got around to installing this one. I did a clean install of the Full-VGA-2GB image on a thumb drive. So far no major issues after about an hour. It recognized the Intel X540 2 port card I installed. I purchased a couple of the 2 port x540 cards off of eBay cheap to test a 10 gbps connection with my server. It is working great so far with limited testing. I plan to purchase an Intel x720-T4L (which does multiple speeds including 2.5 gbps but is VERY expensive), if I deem the 10 gbps is worth it.

The only issue I am having is it did not recognize my Qualcomm Fastconnect 7800 wifi card (NCM865). It works in OpenWRT (at least the 2.4 and 5 ghz not the 6 ghz) with the ath12k-kmod and Atheros 7850 drivers. This is the first time I have tried it with DDWRT. I wonder if Brainslayer could add those to DDWRT? I use two routers as access points so it is not a big deal but I would like to try testing using wifi straight from the X86 setup.



Brainslayer will need the output from using lspci command in the terminal to see what the hardware ID is for the WIFI adapter. Post it here and in the unrecognized adapters forum.
cml750
DD-WRT User


Joined: 18 Mar 2012
Posts: 209
Location: Texas

PostPosted: Mon Nov 03, 2025 15:50    Post subject: Reply with quote
flood404 wrote:

Brainslayer will need the output from using lspci command in the terminal to see what the hardware ID is for the WIFI adapter. Post it here and in the unrecognized adapters forum.


Thanks! I will work on that this evening.

_________________
Optiplex 7060 with i7-8700, 32GB Ram, X710-T4L, i226 four port, & an AQC113 M2 slot card. DDWRT 64327 & Adguard Home.

GL.iNET GL-BE9300 Flint 3 with OpenWRT as an AP
GL.iNET GL-MT6000 Flint 2 with OpenWRT as an AP
GL INET GL-BE3600 Slate 7 Travel Router with OpenWRT as a travel router
2 R7800's (DDWRT Build r60586) Not in use
3 R7000's (DDWRT build r62268) one used as a bridge
WRT54G-TM not in use

My best WIFI speed with the GL.Inet Flint 2 is 1147 down and 39 up
https://www.speedtest.net/result/18931816642
Best wired speed is 1140 down and 39 up.
https://www.speedtest.net/result/d/f0292402-a515-48ad-bb43-2043e6160787
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 492

PostPosted: Mon Nov 03, 2025 19:46    Post subject: Reply with quote
lexridge wrote:
by MOD

give us

Code:
lspci -v -h

lspci -v

and a
Code:
dmesg

for proper detection


-------------------------------------------------------

specific commands they wanted you to run. You can post it here or here at https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=7242
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 1006

PostPosted: Tue Nov 04, 2025 11:13    Post subject: Reply with quote
Found something in my logs:

Code:

Nov  4 05:00:11.895 N4000 user.notice inadyn[4850]: STOP command received, exiting.
Nov  4 05:00:11.897 N4000 kern.info kernel: [31109.991161] inadyn[4850]: segfault at 0 ip 0000000000404078 sp 00007ffd4dec0690 error 6 in inadyn[4078,404000+e000] likely on CPU 1 (core 1, socket 0)
Nov  4 05:00:12.007 N4000 user.info : [inadyn] : dynamic dns daemon successfully stopped


My router is set to force reconnect its PPPoE connection each night at 5 in the morning.
Does anyone else see inadyn segfaulting then?
It gets restarted automatically and works without any problem afterwards.
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 492

PostPosted: Tue Nov 04, 2025 13:57    Post subject: Reply with quote
Zyxx wrote:
Found something in my logs:

Code:

Nov  4 05:00:11.895 N4000 user.notice inadyn[4850]: STOP command received, exiting.
Nov  4 05:00:11.897 N4000 kern.info kernel: [31109.991161] inadyn[4850]: segfault at 0 ip 0000000000404078 sp 00007ffd4dec0690 error 6 in inadyn[4078,404000+e000] likely on CPU 1 (core 1, socket 0)
Nov  4 05:00:12.007 N4000 user.info : [inadyn] : dynamic dns daemon successfully stopped


My router is set to force reconnect its PPPoE connection each night at 5 in the morning.
Does anyone else see inadyn segfaulting then?
It gets restarted automatically and works without any problem afterwards.



I haven't seen any segmentation faults on my system. What is the system specs you have? Is the CPU overheating or overclocked?
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 1006

PostPosted: Tue Nov 04, 2025 14:22    Post subject: Reply with quote
The System is a small (~10*10*4cm) passive industrial PC.

Picture:



CPU intel N4000 / Celeron "Gemini Lake", 2 cores no HT.
RAM 4 GB DDR4
Disk 128 GB NVMe
2 USB3, 1 HDMI, 2 RJ45 (i226v).

It does not run hot, currently 42°C while idling at 796 MHz, no OC of any kind.
Its governour is set to ondemand. Even under load I have never seen temperatures above 6x°C.

My main DD-WRT Gateway since many months.
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 492

PostPosted: Tue Nov 04, 2025 15:33    Post subject: Reply with quote
I guess the other difference is that I am using DHCP and not the PPPoE. The other three differences is that I am using a 4th Gen i7 and DDR3 1600 32GB. Using MBR legacy and not the uEFI images. Did you happen to update the BIOS at all on this?
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 1006

PostPosted: Tue Nov 04, 2025 15:43    Post subject: Reply with quote
Uff... the BIOS was up to date, last time I checked like half a year ago.
And regarding UEFI images:

Never made them work, I'm not using them. Just the normal 2GB_VGA images.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum