Posted: Fri Jan 10, 2025 14:55 Post subject: New Build - 01/10/2025 - r59093
Welcome to Atheros r59093 beta release thread for reporting, feedback to developers and community benefit.
Please do not flash builds until installation is understood, risks involved and device specificrecovery 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}' (httponly) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.
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: stracetcpdump.
• 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.
Router/Version: Linksys EA8500
File/Kernel: dd-wrt-webupgrade-ea8500-r59093.bin
Previous/Reset: dd-wrt-webupgrade-ea8500-r58819.bin / No reset
Mode/Status: Main Gateway, NSS-ECM, 5ghz WAP/VAP, VLANS w/trunking w/DHCP servers, Entware
Issues/Errors: All good - Speedtest by Ookla reports 940Mbps with NSS-ECM
Router/Version: Linksys EA8500
File/Kernel: dd-wrt-webupgrade-ea8500-r59093.bin
Previous/Reset: dd-wrt-webupgrade-ea8500-r58976.bin / No reset
Mode/Status: 802.11s Secondary Node on 5ghz to extend VLAN trunk
Issues/Errors: Working Well
Router/Version: Linksy MX4300
File/Kernel: dd-wrt-webupgrade-mx4300-r59093.bin
Previous/Reset: dd-wrt-webupgrade-mx4300_r58976.bin / No reset
Mode/Status: WAP/VAP on 2.4 & 5ghz, multiple VLANs over trunk port, Entware
Issues/Errors: Working well
Router/Version: Linksys MX4300
File/Kernel: dd-wrt-webflash-mx4300-r59093.bin
Previous/Reset: dd-wrt-webflash-mx4300-r58976.bin / No reset
Mode/Status: 802.11s Primary Node over 5ghz w/VLAN trunk, Entware, 2.4ghz VAPs
Issues/Errors: Working well
Router/Version: Linksys MR7350
File/Kernel: dd-wrt-webflash-mr7350-r59093.bin
Previous/Reset: dd-wrt-webflash-mr7350-r58976.bin / No reset
Mode/Status: WDS Station to extend Ethernet
Issues/Errors: Working well
This release fixes the MESH connection issue on the EA8500 on the previous public release (r59045). I felt confident enough with this release to go ahead and upgrade all in-use routers to it. _________________ - Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: WDS-AP, VLANs, Samba, WG, Entware - r59171
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk - r59171
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r59171
- Linksys MX4300 (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r59171
- Linksys MR7350: WDS Station for extended VLANs over Ethernet r59171
- Linksys Velop WHW03v1 x2: OpenWRT w/GRETAP tunnel for VLANs on VAPs
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
Did anyone else notice the Administration/Network Stack Tuning/Max Connections range changed from 256-65535 to 256-4294967295? That quite a lot of connections! lol
https://svn.dd-wrt.com/changeset/59088 _________________ - Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: WDS-AP, VLANs, Samba, WG, Entware - r59171
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk - r59171
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r59171
- Linksys MX4300 (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r59171
- Linksys MR7350: WDS Station for extended VLANs over Ethernet r59171
- Linksys Velop WHW03v1 x2: OpenWRT w/GRETAP tunnel for VLANs on VAPs
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
Router: MX4300 and probably many others
Looks like ip_conntrack_max setting is broken in this build. This is under the above mentioned setting Max Connections. Changing it in the WebUI from 4096 to anything higher makes it go back to 8192 and will not accept anything higher. Even manually setting with nvram command doesn't fix it.
Code:
nvram set ip_conntrack_max=65535
The nvram variable does change, but the router boots back to 8192. _________________ - Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: WDS-AP, VLANs, Samba, WG, Entware - r59171
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk - r59171
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r59171
- Linksys MX4300 (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r59171
- Linksys MR7350: WDS Station for extended VLANs over Ethernet r59171
- Linksys Velop WHW03v1 x2: OpenWRT w/GRETAP tunnel for VLANs on VAPs
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
Joined: 18 Mar 2014 Posts: 13500 Location: Netherlands
Posted: Sat Jan 11, 2025 9:07 Post subject:
lexridge wrote:
Router: MX4300 and probably many others
Looks like ip_conntrack_max setting is broken in this build. This is under the above mentioned setting Max Connections. Changing it in the WebUI from 4096 to anything higher makes it go back to 8192 and will not accept anything higher. Even manually setting with nvram command doesn't fix it.
Code:
nvram set ip_conntrack_max=65535
The nvram variable does change, but the router boots back to 8192.
I am able to set it to 65535
with:
nvram set ip_conntrack_max=65535 && nvram commit
Router/Version: Linksys MR7350 x3
File/Kernel: DD-WRT v3.0-r59093 std (01/10/25), Linux 6.6.69-rt29 #2058 SMP Thu Jan 9 23:41:33 +07 2025 aarch64
Previous/Reset: DD-WRT v3.0-r59045 std (01/08/25), last reset on 58785
Mode/Status: Gateway (NSS-ECM-SFE), Access Point (5GHZ AX/AC/N mixed, WPA2/WPA3, 802.11r/v/k, guest network, domain:PANAMA), performance governor, IPV6 (DHCP6 w/ prefix delegation), Entware, DOT via SmartDNS/DNSMasq, OpenVPN server, Wireguard Server + 2 Wired access points (2.4GHz N/G Mixed, 5GHZ AX/AC/N mixed, WPA2/WPA3, 802.11r/v/k, guest network, domain:PANAMA)
Issues/Errors:
Up 22 hours. USB 3.2 stick working properly for Entware and "jffs" partitions. Speed (tested via nPerf.com) is very close to published, which is equal or favorable to the ISP router. Wireguard and OpenVPN servers both working as expected and throughput sufficient to open video files on network shares. 2.4GHz showing 28dbm, 5GHz showing 23dBm (both for 30dBm).
Seems to be quite stable.
Update: Multiple devices keep losing connectivity to the 5GHz on the two access points. A reboot of the access point resolves the issue, but it happens every few hours. Finally gave up and put the R7800s back as access points. _________________ Formerly dpp3530
Linksys MR7350
Netgear R7800
DD-WRT v3.0 STD
Last edited by dplotz on Sun Jan 12, 2025 21:19; edited 1 time in total
Jan 11 08:31:45.843 ea8500 kern.err kernel: [ 56.550794] wlan1: NSS TX failed with error: NSS_TX_FAILURE_NOT_ENABLED
I too am seeing this on my EA8500 gateway, but only on one VAP, wlan1.2 which is on my Media VLAN. It stopped spitting the error about 12 hours ago and I have not see it return. _________________ - Linksys EA8500: I-Gateway, WAP/VAP 5ghz only. Features: WDS-AP, VLANs, Samba, WG, Entware - r59171
- Linksys EA8500: 802.11s Secondary w/VLAN Trunk - r59171
- Linksys MX4300: 802.11s Primary w/VLAN Trunk over 5ghz. 2.4ghz WAP/VAP only - r59171
- Linksys MX4300 (WAP/VAP (7)) Multiple VLANs over single trunk port. Entware/Samba r59171
- Linksys MR7350: WDS Station for extended VLANs over Ethernet r59171
- Linksys Velop WHW03v1 x2: OpenWRT w/GRETAP tunnel for VLANs on VAPs
- OSes: Fedora 40, 10 RPis (2,3,4,5), 23 ESP8266s: Straight from Amiga to Linux in '95, never having owned a Windows PC.
Posted: Sun Jan 12, 2025 23:19 Post subject: WR841ND
Router/Version: TP-Link TL-WR841ND v11
Update method: WebUpgrade
File/Kernel: tl-wr841nd-webflash.bin_r59093 / Linux 3.18.140-d6 #227053 Fri Jan 10 07:36:32 +07 2025 mips
Previous/Reset: r59045 / no
Mode/Status: AP wired and wireless / Up and running for 10:34
If your router's light turns red, don't worry. Internet connection is ok.
Thank you BS and gurus! _________________ Atheros
Netgear XR500 Nighthawk - DD-WRT 58389
Tp-Link TL-WDR4900 v1.3 - DD-WRT 53133
TP-Link WR1043ND v4 - DD-WRT 51838
TP-Link WR1043ND v2 - Gargoyle OS 1.13.0
TP-Link WR841ND v11 - DD-WRT 59156
Broadcom
Asus RT-AC87U R - DD-WRT 59156
Asus RT-N66U - DD-WRT 59045
Linksys WRT54GL v1.1 - DD-WRT 54517M
Linksys WRT54GL v1.1 - FreshTomato 2023.4_MIPS_K26
Linksys WRT54GL v1.1 - Gargoyle OS 1.6.2