New Build - 03/28/2025 - r60511

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 6485

PostPosted: Fri Mar 28, 2025 6:14    Post subject: New Build - 03/28/2025 - r60511 Reply with quote
Welcome to Marvell r60511 beta release thread for reporting, feedback to developers and 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 r60502 (mirror)

OpenVPN 2.6.12: 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: ...
r58892 r58950 r58976 r59045 r59093 r59171 r59302 r59346 r59369 r59397 r59429 r59468 r59582 r59661 r59765 r59820
r59887 r59964 r60090 r60098 r60121 r60137 r60217 r60269 r60276 r60467 r60502 r60511

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
spectator
DD-WRT Novice


Joined: 28 Mar 2025
Posts: 1

PostPosted: Fri Mar 28, 2025 9:13    Post subject: 1900acsv2 - updates stopped being applied after r60276 Reply with quote
I've been using dd-wrt for quite a while on a couple Linksys 1900 ACSv2 routers which are set for a long time to be only APs as each is behind a FW in a different location. Updates are applied as they're published on the FTP site and this for the most part works just fine, maybe once a year an update may fail to apply but the next is usually ok.


Now things seem to be a bit different, nothing published after r60276 is applied on reboot, whether we're talking about the now deleted r60462, r60467, now deleted r60502 or r60511.


There is a similar report on the r60502 thread about a Linksys 1900acs router that is in the same boat as the acsv2 ones. It was suggested this may have been a caching issue in the browser - however that is not the case.

In terms of size, r60267 is 38532 KB whereas the newer ones are 39044 KB - so this seems to be a space related issue.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 17033
Location: Texas, USA

PostPosted: Fri Mar 28, 2025 16:47    Post subject: Reply with quote
I've notified the developer of this issue. As always, devices not reported on see no attention to bugs or issues.
_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 421

PostPosted: Fri Mar 28, 2025 21:06    Post subject: Reply with quote
confirmed that still bigger to write on wrt1900acs for 03-28-2025-r60511 even in CLI

write /tmp/ddwrt-linksys-wrt1900acs-webflash.bin linux 39981056
reboot.

Still stay on DD-WRT v3.0-r60276 std (03/13/25).
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 312

PostPosted: Sat Mar 29, 2025 3:37    Post subject: Reply with quote
Router/Version: WRT3200ACM
File/Kernel: Linux 6.1.130-rt28 #998 SMP Sat Mar 8 05:34:44 +07 2025 armv7l
Previous/Reset: 03-08-2025-r60137
Mode/Status: AP only
Issues/Errors: My AP is still dead, I returned to the r60137

*** Also in this Build, my AP this time seems dead, "no internet access" on all devices, I also tried to configure the WAN by disabling the automatic configuration and inserting it manually, but it does not work 😑***
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 421

PostPosted: Mon Mar 31, 2025 3:32    Post subject: Reply with quote
@kernel-panic69 or @blkt

I have a goal: is it possible for wrt1900acs v1 with ddwrt that defined 2.4GHZ with dns server as 9.9.9.9 , but 5Ghz which dns is matched DoT and dnsmasq ?

Currently, I setup DoT/Q with dnsmasq for 5Ghz and it works and blocked something, how ever, I want to start 2.4Ghz Wifi with a simple dns service,
Br0 is 192.168.1.1/24 and wlan0, if setup vlan? how to do in detail?

Or is it possible that only 2 mac address special use defined simple DNS by iptables command ?

Thanks
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 421

PostPosted: Mon Mar 31, 2025 4:42    Post subject: Reply with quote
@all
I have found the solution and it works
Code:

dhcp-host=11:22:33:44:55:66,set:customdns #YourDeviceMac4DifferentDNS
dhcp-option=tag:customdns,option:dns-server,9.9.9.9
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 312

PostPosted: Mon Mar 31, 2025 6:38    Post subject: Reply with quote
saphirely wrote:
@all
I have found the solution and it works
Code:

dhcp-host=11:22:33:44:55:66,set:customdns #YourDeviceMac4DifferentDNS
dhcp-option=tag:customdns,option:dns-server,9.9.9.9


but then AdGuard Home doesn't work
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) 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