New Build - 09/11/2025 - r62157

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


Joined: 20 Jan 2019
Posts: 6381

PostPosted: Thu Sep 11, 2025 22:02    Post subject: New Build - 09/11/2025 - r62157 Reply with quote
Trouble with r62157 -- BE WARNED <--- Please read this linked thread in advance.

Welcome to x86 / x64 r62157 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 r62104 (mirror)

OpenVPN 2.6.14: 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

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
flood404
DD-WRT User


Joined: 18 Dec 2013
Posts: 486

PostPosted: Fri Sep 12, 2025 0:22    Post subject: Realtek 8125 Still not working...... Reply with quote
Router/Version: i7 4770k 32GB ram Gigabyte board with onboard 1Gbpe and 6 port 2.5 Gbpe card with the Realtek 8125 chip
File/Kernel: Full version VGA 64bit
Previous/Reset: YES formatted drive
Mode/Status: Not working for me due to 6 port card driver is bad.
Issues/Errors: Realtek 8125 6 port card not working. Can't mod probe with 8169 driver it says on the terminal screen.


To cml750. The SVN you mentioned has only 1 change and I didn't see anything have to do with drivers for our issue.
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 989

PostPosted: Fri Sep 12, 2025 12:02    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-r62157 std (09/11/25)
Kernel: Linux 6.12.46 #175 SMP Thu Sep 11 05:13:56 +07 2025 x86_64
Mode: Gateway, SFE disabled, Wireguard for external access, WAN (PPPoE/VLAN7) to GPON Modem, 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).
Reset: No
Status: ERROR: PPPoE does not start after reboot. Status --> WAN states connected, but nothing happens. You have to click "disconnect" there in order to connect.
This behaviour started with previous release.

See log from yesterday until today, grepped for ppp:

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


After this I waited roughly half an hour, nothing happened.
I clicked "disconnect" in GUI:

Code:

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
cat: can't open '�': No such file or directory
Sep 12 05:00:11.739 N4000 daemon.notice pppd[6083]: Modem hangup
Sep 12 05:00:11.741 N4000 daemon.info pppd[6083]: Connect time 996.9 minutes.
Sep 12 05:00:11.742 N4000 daemon.info pppd[6083]: Sent 305782688 bytes, received 3539056431 bytes.
Sep 12 05:00:11.745 N4000 daemon.notice pppd[6083]: Connection terminated.
Sep 12 05:00:11.745 N4000 daemon.info pppd[6083]: Connect time 996.9 minutes.
Sep 12 05:00:11.745 N4000 daemon.info pppd[6083]: Sent 305782688 bytes, received 3539056431 bytes.
Sep 12 05:00:11.824 N4000 daemon.info pppd[6083]: Terminating on signal 15
Sep 12 05:00:11.892 N4000 daemon.info pppd[6083]: Exit.
Sep 12 05:00:11.980 N4000 user.info : [pppd] : daemon successfully stopped
Sep 12 05:00:12.058 N4000 daemon.info pppd[12649]: Plugin /usr/lib/rp-pppoe.so loaded.
Sep 12 05:00:12.195 N4000 daemon.notice pppd[12650]: pppd 2.4.8 started by root, uid 0
Sep 12 05:00:12.195 N4000 user.info : [pppd] : successfully started
Sep 12 05:00:27.354 N4000 daemon.info pppd[12650]: Terminating on signal 15
Sep 12 05:00:27.354 N4000 daemon.info pppd[12650]: Exit.
Sep 12 05:00:27.433 N4000 user.info : [pppd] : daemon successfully stopped
Sep 12 05:00:27.518 N4000 daemon.info pppd[13274]: Plugin /usr/lib/rp-pppoe.so loaded.
Sep 12 05:00:27.595 N4000 daemon.notice pppd[13275]: pppd 2.4.8 started by root, uid 0
Sep 12 05:00:27.595 N4000 user.info : [pppd] : successfully started
Sep 12 05:01:09.188 N4000 daemon.info pppd[13275]: Terminating on signal 15
Sep 12 05:01:09.188 N4000 daemon.info pppd[13275]: Exit.
Sep 12 05:01:09.191 N4000 user.info : [pppd] : daemon successfully stopped
Sep 12 05:01:09.261 N4000 daemon.info pppd[13896]: Plugin /usr/lib/rp-pppoe.so loaded.
Sep 12 05:01:09.325 N4000 daemon.notice pppd[13897]: pppd 2.4.8 started by root, uid 0
Sep 12 05:01:09.325 N4000 user.info : [pppd] : successfully started
Sep 12 05:01:50.918 N4000 daemon.info pppd[13897]: Terminating on signal 15
Sep 12 05:01:50.918 N4000 daemon.info pppd[13897]: Exit.
Sep 12 05:01:50.920 N4000 user.info : [pppd] : daemon successfully stopped
Sep 12 05:01:50.989 N4000 daemon.info pppd[14521]: Plugin /usr/lib/rp-pppoe.so loaded.
Sep 12 05:01:51.075 N4000 daemon.notice pppd[14522]: pppd 2.4.8 started by root, uid 0
Sep 12 05:01:51.075 N4000 user.info : [pppd] : successfully started
Sep 12 05:01:56.238 N4000 daemon.info pppd[14522]: Using interface ppp0
Sep 12 05:01:56.238 N4000 daemon.notice pppd[14522]: Connect: ppp0 <--> eth0.0007
Sep 12 05:01:56.302 N4000 daemon.info pppd[14522]: Remote message: SRU=330000#SRD=660000#ISP=DTAG#C=DEU#
Sep 12 05:01:56.302 N4000 daemon.notice pppd[14522]: PAP authentication succeeded
Sep 12 05:01:56.302 N4000 daemon.notice pppd[14522]: peer from calling number 9C:CC:83:8C:55:1F authorized
Sep 12 05:01:56.473 N4000 daemon.notice pppd[14522]: local  IP address edited
Sep 12 05:01:56.473 N4000 daemon.notice pppd[14522]: remote IP address edited
Sep 12 05:01:56.473 N4000 daemon.notice pppd[14522]: primary   DNS address edited
Sep 12 05:01:56.473 N4000 daemon.notice pppd[14522]: secondary DNS address edited
Sep 12 05:01:56.473 N4000 daemon.notice pppd[14522]: local  LL address fe80::d988:0ba2:bdfe:2bee
Sep 12 05:01:56.474 N4000 daemon.notice pppd[14522]: remote LL address fe80::9ecc:83ff:fe8c:551f


The 5:00 Clock event is due to me setting the router up to reconnect each morning.
Harb1
DD-WRT User


Joined: 13 Nov 2023
Posts: 90

PostPosted: Mon Sep 15, 2025 0:59    Post subject: New Build - 09/11/2025 - r62157 Reply with quote
Gigabyte Technology Co., Ltd. Z97X-Gaming 3 Intel(R) Core(TM) i7-5775C CPU @ 3.30GHz Up and running for several hours seems like a good build thanks again devs.
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