New Build - 06/14/2022 - r49197

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5660

PostPosted: Tue Jun 14, 2022 8:09    Post subject: New Build - 06/14/2022 - r49197 Reply with quote
Welcome to Atheros r49197 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.
Please list router model & revision, operating & wireless mode(s) and exact filename/firmware image flashed.


Downloads: HTTPS, FTP

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

Trac SVN: repository since last build r49139 (mirror)

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

Notes:
Select ath10k radios now feature on-the-fly firmware type switching between customized DD-WRT and vanilla QCA binaries!
mDNS/Avahi DoT Redirect SmartDNS freeradius htop rtw88 mt76 ath10k ath5k SNMP OpenSSL ntfs-3g Unbound irqbalance
In-kernel Samba (ksmbd 3.4.4++++): guest behavior selectable. • WSD updateANTFS/NTFS3 kernel mode driver++++
New DD-WRT inspired themes conversion by the-joker & BrainSlayer, micro builds excluded, UI theme test bug hunt thread.
Add static, delete DHCP lease from Status -> LAN clients table, Services, upgrades to forwarding in NAT / QoS tabs & more.
Let's Enhance: DTAG, Tagging, Switch Config, Dynamic WDS, Stations, Site Survey, RadioName, 802.11r and recent changes.

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'. Misc: strace tcpdump wireshark.
• 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, CB, 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
matjazk
DD-WRT User


Joined: 21 Aug 2019
Posts: 120
Location: Here, There And Everywhere

PostPosted: Tue Jun 14, 2022 8:45    Post subject: Reply with quote
Router Model: Netgear Nighthawk X10
Firmware Version: DD-WRT v3.0-r49197 std (06/14/22)
Kernel Version: Linux 4.9.317 #633 SMP Tue Jun 7 01:22:36 +07 2022 armv7l

Stil the same predictable httpd crash in wireless tab (basic settings). The page doesn't fully load, missing buttons. It was the same in at least two releases (49113, 49139). Also the same with defaults (nvram erase && reboot).

Log excerpt:

Code:
Jun 14 10:28:28 my_router user.err : Caught SIGSEGV (11) in ???
Jun 14 10:28:28 my_router user.err : Fault at memory location 0x00000008 due to address not mapped to object (1).
Jun 14 10:28:28 my_router user.err : Postinfo: <script type="text/javascript"> //<![CDATA[  document.write("<input class=\"button\" type=\"button\" value=\"" + wl_b
Jun 14 10:28:28 my_router user.err : Postinfo: </div><br />
Jun 14 10:28:28 my_router user.err : Postinfo: <h2><script type="text/javascript">Capture(wl_basic.h2_v24)</script> %s%s</h2>
Jun 14 10:28:28 my_router user.err : Postinfo: <fieldset>
Jun 14 10:28:28 my_router user.err : Postinfo: <legend><script type="text/javascript">Capture(share.pintrface)</script> %s - SSID [
Jun 14 10:28:28 my_router user.err : Postinfo: my_router
Jun 14 10:28:28 my_router user.err : Postinfo: ] HWAddr [%s]</legend>
Jun 14 10:28:28 my_router user.err : Postinfo: <div class="setting"><div class="label"><script type="text/javascript">Capture(wl_basic.label)</script></div><select Postinfo: <script type="text/javascript"> //<![CDATA[
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"ap\" %s >" + wl_basic.ap + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"sta\" %s >" + wl_basic.client + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"wet\" %s >" + wl_basic.clientRelayd + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: //]]> </script>
Jun 14 10:28:28 my_router user.err : Postinfo: </select>
Jun 14 10:28:28 my_router user.err : Postinfo: </div>
Jun 14 10:28:28 my_router user.err : Postinfo: <div class="setting">
Jun 14 10:28:28 my_router user.err : Postinfo: <div class="label"><script type="text/javascript">Capture(wl_basic.label2)</script></div>
Jun 14 10:28:28 my_router user.err : Postinfo: <select name="%s">
Jun 14 10:28:28 my_router user.err : Postinfo: <script type="text/javascript"> //<![CDATA[
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"disabled\" %s>" + share.disabled + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"ad-only\" %s>" + wl_basic.ad + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: //]]> </script>
Jun 14 10:28:28 my_router user.err : Postinfo: </select>
Jun 14 10:28:28 my_router user.err : Postinfo: </div>
Jun 14 10:28:28 my_router user.err : Postinfo: <div class="setting">
Jun 14 10:28:28 my_router user.err : Postinfo: <div class="label"><script type="text/javascript">Capture(wl_basic.label4)</script></div>
Jun 14 10:28:28 my_router user.err : Postinfo: <select name="%s" rel="wlan9k" onfocus="check_action(this,0)" onchange="setChannelProperties(this);"><script type="tePostinfo: document.write("<option value=\"0\" %s>" + share.auto + "</option>");
Jun 14 10:28:28 my_router user.err : Postinfo: document.write("<option value=\"%s\" rel=\'{\"lll\":%d,\"llu\":%d,\"lul\":%d,\"luu\":%d,\"ull\":%d,\"ulu\":%d,\"uul\"Postinfo: document.write("<option value=\"%s\" rel=\'{\"lll\":%d,\"llu\":%d,\"lul\":%d,\"luu\":%d,\"ull\":%d,\"ulu\":%d,\"
Jun 14 10:28:28 my_router user.err : Thread 3418: httpd
Jun 14 10:28:28 my_router user.err : maps:
Jun 14 10:28:28 my_router user.err : 00010000-0008e000 r-xp 00000000 1f:05 2191       /usr/sbin/httpd
Jun 14 10:28:28 my_router user.err : 0009d000-0009e000 r--p 0007d000 1f:05 2191       /usr/sbin/httpd
Jun 14 10:28:28 my_router user.err : 0009e000-000a0000 rw-p 0007e000 1f:05 2191       /usr/sbin/httpd
Jun 14 10:28:28 my_router user.err : 000a0000-000ad000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : 018d1000-018d2000 ---p 00000000 00:00 0          [heap]
Jun 14 10:28:28 my_router user.err : 018d2000-018d4000 rw-p 00000000 00:00 0          [heap]
Jun 14 10:28:28 my_router user.err : b6ad4000-b6ad9000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6add000-b6ae7000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6ae7000-b6ae9000 ---p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6ae9000-b6b27000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6b27000-b6b2a000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6b2a000-b6b4a000 r--s 00000000 00:0c 3107       /dev/nvram
Jun 14 10:28:28 my_router user.err : b6b4a000-b6b4e000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6b4e000-b6b63000 r-xp 00000000 1f:05 972        /lib/libiw.so
Jun 14 10:28:28 my_router user.err : b6b63000-b6b64000 r--p 00005000 1f:05 972        /lib/libiw.so
Jun 14 10:28:28 my_router user.err : b6b64000-b6b65000 rw-p 00006000 1f:05 972        /lib/libiw.so
Jun 14 10:28:28 my_router user.err : b6b65000-b6b7f000 r-xp 00000000 1f:05 969        /lib/libgcc_s.so.1
Jun 14 10:28:28 my_router user.err : b6b7f000-b6b80000 r--p 0000a000 1f:05 969        /lib/libgcc_s.so.1
Jun 14 10:28:28 my_router user.err : b6b80000-b6b81000 rw-p 0000b000 1f:05 969        /lib/libgcc_s.so.1
Jun 14 10:28:28 my_router user.err : b6b81000-b6b92000 r-xp 00000000 1f:05 1767       /usr/lib/libsharetools.so
Jun 14 10:28:28 my_router user.err : b6b92000-b6b93000 r--p 00001000 1f:05 1767       /usr/lib/libsharetools.so
Jun 14 10:28:28 my_router user.err : b6b93000-b6b94000 rw-p 00002000 1f:05 1767       /usr/lib/libsharetools.so
Jun 14 10:28:28 my_router user.err : b6b94000-b6bac000 r-xp 00000000 1f:05 1700       /usr/lib/libjansson.so.4.11.1
Jun 14 10:28:28 my_router user.err : b6bac000-b6bad000 r--p 00008000 1f:05 1700       /usr/lib/libjansson.so.4.11.1
Jun 14 10:28:28 my_router user.err : b6bad000-b6bae000 rw-p 00009000 1f:05 1700       /usr/lib/libjansson.so.4.11.1
Jun 14 10:28:28 my_router user.err : b6bae000-b6bce000 r-xp 00000000 1f:05 1642       /usr/lib/libdisc.so
Jun 14 10:28:28 my_router user.err : b6bce000-b6bcf000 r--p 00010000 1f:05 1642       /usr/lib/libdisc.so
Jun 14 10:28:28 my_router user.err : b6bcf000-b6bd0000 rw-p 00011000 1f:05 1642       /usr/lib/libdisc.so
Jun 14 10:28:28 my_router user.err : b6bd0000-b6bd1000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6bd1000-b6be6000 r-xp 00000000 1f:05 1747       /usr/lib/libnl-tiny.so
Jun 14 10:28:28 my_router user.err : b6be6000-b6be7000 r--p 00005000 1f:05 1747       /usr/lib/libnl-tiny.so
Jun 14 10:28:28 my_router user.err : b6be7000-b6be8000 rw-p 00006000 1f:05 1747       /usr/lib/libnl-tiny.so
Jun 14 10:28:28 my_router user.err : b6be8000-b6bfa000 r-xp 00000000 1f:05 1776       /usr/lib/libswitch.so
Jun 14 10:28:28 my_router user.err : b6bfa000-b6bfb000 r--p 00002000 1f:05 1776       /usr/lib/libswitch.so
Jun 14 10:28:28 my_router user.err : b6bfb000-b6bfc000 rw-p 00003000 1f:05 1776       /usr/lib/libswitch.so
Jun 14 10:28:28 my_router user.err : b6bfc000-b6c16000 r-xp 00000000 1f:05 1768       /usr/lib/libshutils.so
Jun 14 10:28:28 my_router user.err : b6c16000-b6c17000 r--p 0000a000 1f:05 1768       /usr/lib/libshutils.so
Jun 14 10:28:28 my_router user.err : b6c17000-b6c19000 rw-p 0000b000 1f:05 1768       /usr/lib/libshutils.so
Jun 14 10:28:28 my_router user.err : b6c19000-b6c3d000 r-xp 00000000 1f:05 1800       /usr/lib/libwireless.so
Jun 14 10:28:28 my_router user.err : b6c3d000-b6c3f000 r--p 00014000 1f:05 1800       /usr/lib/libwireless.so
Jun 14 10:28:28 my_router user.err : b6c3f000-b6c41000 rw-p 00016000 1f:05 1800       /usr/lib/libwireless.so
Jun 14 10:28:28 my_router user.err : b6c41000-b6c71000 r-xp 00000000 1f:05 1790       /usr/lib/libutils.so
Jun 14 10:28:28 my_router user.err : b6c71000-b6c76000 r--p 00020000 1f:05 1790       /usr/lib/libutils.so
Jun 14 10:28:28 my_router user.err : b6c76000-b6c78000 rw-p 00025000 1f:05 1790       /usr/lib/libutils.so
Jun 14 10:28:28 my_router user.err : b6c78000-b6c8d000 r-xp 00000000 1f:05 976        /lib/libnvram.so
Jun 14 10:28:28 my_router user.err : b6c8d000-b6c8e000 r--p 00005000 1f:05 976        /lib/libnvram.so
Jun 14 10:28:28 my_router user.err : b6c8e000-b6c8f000 rw-p 00006000 1f:05 976        /lib/libnvram.so
Jun 14 10:28:28 my_router user.err : b6c8f000-b6e1f000 r-xp 00000000 1f:05 1632       /usr/lib/libcrypto.so.1.1
Jun 14 10:28:28 my_router user.err : b6e1f000-b6e2f000 r--p 00180000 1f:05 1632       /usr/lib/libcrypto.so.1.1
Jun 14 10:28:28 my_router user.err : b6e2f000-b6e31000 rw-p 00190000 1f:05 1632       /usr/lib/libcrypto.so.1.1
Jun 14 10:28:28 my_router user.err : b6e31000-b6e32000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6e32000-b6e91000 r-xp 00000000 1f:05 1775       /usr/lib/libssl.so.1.1
Jun 14 10:28:28 my_router user.err : b6e91000-b6e95000 r--p 0004f000 1f:05 1775       /usr/lib/libssl.so.1.1
Jun 14 10:28:28 my_router user.err : b6e95000-b6e98000 rw-p 00053000 1f:05 1775       /usr/lib/libssl.so.1.1
Jun 14 10:28:28 my_router user.err : b6e98000-b6f05000 r-xp 00000000 1f:05 951        /lib/libc.so
Jun 14 10:28:28 my_router user.err : b6f05000-b6f06000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6f06000-b6f15000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : b6f15000-b6f17000 rw-p 0006d000 1f:05 951        /lib/libc.so
Jun 14 10:28:28 my_router user.err : b6f17000-b6f19000 rw-p 00000000 00:00 0
Jun 14 10:28:28 my_router user.err : be9d2000-be9f3000 rw-p 00000000 00:00 0          [stack]
Jun 14 10:28:28 my_router user.err : bead0000-bead1000 r-xp 00000000 00:00 0          [sigpage]
Jun 14 10:28:28 my_router user.err : bead1000-bead2000 r--p 00000000 00:00 0          [vvar]
Jun 14 10:28:28 my_router user.err : bead2000-bead3000 r-xp 00000000 00:00 0          [vdso]
Jun 14 10:28:28 my_router user.err : ffff0000-ffff1000 r-xp 00000000 00:00 0          [vectors]
Jun 14 10:28:28 my_router user.err : === Context:
Jun 14 10:28:28 my_router user.err :    TRAPNO:0000000e   ERRCODE:00000017   OLDMASK:00000000        R0:00000000
Jun 14 10:28:28 my_router user.err :        R1:fffffff0        R2:00000000        R3:00000000        R4:b6b099e8
Jun 14 10:28:28 my_router user.err :        R5:b6c3fdf4        R6:b6c3fda0        R7:00000000        R8:0000f4b0
Jun 14 10:28:28 my_router user.err :        R9:b6b09250       R10:b6b09ac4        FP:b6c3fda0        IP:b6c3fd90
Jun 14 10:28:28 my_router user.err :        SP:b6b09138        LR:b6ec05c0        PC:b6ec00e8      CPSR:60000010
Jun 14 10:28:28 my_router user.err : FAULTADDR:00000008
Jun 14 10:28:28 my_router user.err : === Backtrace:
Jun 14 10:28:28 my_router user.err : # Searching frame 0 (FP=0xb6c3fda0, PC=0xb6ec00e8)
Jun 14 10:28:28 my_router user.err : # PC-1cc[0xb6ebff1c]: 0xe92d4ff1 stmfd sp!
Jun 14 10:28:28 my_router user.err : # FP-00[0xb6c3fda0]: 0x00000001 {LR}
Jun 14 10:28:28 my_router user.err : # FP-04[0xb6c3fd9c]: 0x00000000 {FP}
Jun 14 10:28:28 my_router user.err : # FP-08[0xb6c3fd98]: 0x00000000 {R10}
Jun 14 10:28:28 my_router user.err : # FP-0c[0xb6c3fd94]: 0x00000000 {R9}
Jun 14 10:28:28 my_router user.err : # FP-10[0xb6c3fd90]: 0x00000000 {R8}
Jun 14 10:28:28 my_router user.err : # FP-14[0xb6c3fd8c]: 0x00000000 {R7}
Jun 14 10:28:28 my_router user.err : # FP-18[0xb6c3fd88]: 0x00000000 {R6}
Jun 14 10:28:28 my_router user.err : # FP-1c[0xb6c3fd84]: 0x00000000 {R5}
Jun 14 10:28:28 my_router user.err : # FP-20[0xb6c3fd80]: 0x00000000 {R4}
Jun 14 10:28:28 my_router user.err : # FP-24[0xb6c3fd7c]: 0x00000000 {R0}
Jun 14 10:28:28 my_router user.err : # Crashed at /lib/ld-musl-armhf.so.1[0xb6e98000](+0x000280e8)[0xb6ec00e8]
Jun 14 10:28:28 my_router user.err : # Searching frame 1 (FP=0x00000000, PC=0x00000001)
Jun 14 10:28:28 my_router user.err : # Instruction at 0x00000001 is not mapped; terminating backtrace.
Jun 14 10:28:28 my_router user.err : /lib/ld-musl-armhf.so.1[0xb6e98000](+0x000280e8)[0xb6ec00e8]
Jun 14 10:28:28 my_router user.err : ???(+0)[0x00000001]
Jun 14 10:28:28 my_router user.err : === Code:
Jun 14 10:28:28 my_router user.err : b6ec00a8:  e5503003 e15020b2 e3510000 e203301f 0a000006 e3520000 0a000000 e7f000f0
Jun 14 10:28:28 my_router user.err : b6ec00c8:  e5102008 e3520801 aa000000 e7f000f0 e3e0100f e0411202 e080c001 e7900001
Jun 14 10:28:28 my_router user.err : b6ec00e8: >e5901008 e151000c 0a000000 e7f000f0 e5d01014 e201101f e1510003 aa000000
Jun 14 10:28:28 my_router user.err : b6ec0108:  e7f000f0 e590100c e1a01331 e3110001 0a000000 e7f000f0 e5901010 e1a01331
Jun 14 10:30:00 my_router user.info : [httpd] : maybe died, we need to re-exec it
Jun 14 10:30:00 my_router daemon.info httpd[3583]: [httpd] : httpd server started at port 800
Jun 14 10:30:00 my_router daemon.info httpd[3583]: [httpd] : httpd SSL server started at port 443
Jun 14 10:30:00 my_router user.info : [httpd] : http/https daemon successfully started
foz111
DD-WRT Guru


Joined: 01 Oct 2017
Posts: 704
Location: Earth

PostPosted: Tue Jun 14, 2022 9:28    Post subject: Reply with quote
Router Model: Netgear R7800 (2)
Firmware: DD-WRT v3.0-r49197 std (06/14/22)
Kernel Version: Linux 4.9.317 #1020 SMP Tue Jun 14 04:45:19 +07 2022 armv7l

Update: CLI r49113 > r49197
Reset: NO
Mode: Gateway
Status: Operational Minutes
Errors: None so far


Thank you BS & Devs

_________________
Netgear R7800 PPPoE Main Router
Network IPV4 - Isolated Vlan's with IoT Devices. Unifi AC-Pro x 3 AP's, Router Wi-Fi Disabled. OVPN Server With Paid Commercial Wireguard Client's. Gateway Mode, DNSMasq, Static Leases & DHCP, Pi-Hole DNS & Running Unbound.

No one can build you the bridge on which you, and only you, must cross the river of life!
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1008

PostPosted: Tue Jun 14, 2022 12:41    Post subject: Reply with quote
Update method: SSH / CLI
Router/Version: Netgear R9000 Nighthawk X10
File/Kernel: DD-WRT v3.0-r49197 std (06/14/22)
Previous/Reset: DD-WRT v3.0-r49139 std (06/10/22) / No
Mode/Status: Gateway / Working Normally
Issues/Errors: No issues

_________________
Netgear R9000
DD-WRT v3.0-r55460 std (03/25/24)
Linux 4.9.337 #715 SMP Mon Mar 25 06:15:53 +07 2024 armv7l
Gateway, AP, DNSMasq, Clock 2000MHz
VAP on wlan1 for internet devices
IPv4 & IPv6 (Prefix Delegation)
Static Leases & DHCP
CloudFlare, no SFE, SmartDNS, no QoS
2.4GHz: Vanilla, Airtime Fairness, NG-Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
5GHz: Vanilla, Airtime Fairness, AC/N Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
2 Netgear AX1800 WiFi Mesh Extenders
Xfinity 1.2Gbps/35Mbps
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Tue Jun 14, 2022 12:57    Post subject: Reply with quote
Router/Version: R7800
File/Kernel: Linux 4.9.317 #1020 SMP Tue Jun 14 04:45:19 +07 2022 armv7l
Previous/Reset: r49139 / no
Mode/Status: Gateway / working
Services Used: PPPoE,DHCP,DHCP-Reservation,Dnsmasq + PiHole,DDNS,SSH,WiFi 2,4Ghz + 5Ghz AP's + VAP's Vanilla,USB,Port forwarding,QoS
Issues/Errors: nothing so far

The httpd crash I posted in the r49139 thread is fixed as said before
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Tue Jun 14, 2022 13:20    Post subject: R49197 Reply with quote
Netgear Nighthawk X10 R9000
Firmware Version DD-WRT v3.0-r49197 std (06/14/22)
Kernel Version Linux 4.9.317 #633 SMP Tue Jun 7 01:22:36 +07 2022 armv7l
Current Time Tue, 14 Jun 2022 07:16:49
Uptime 2 min
GUI over 49139
Reset: no
Issues: all good

Thank you BS & Devs
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Tue Jun 14, 2022 13:36    Post subject: Reply with quote
Router Model: Linksys EA8500

Firmware Version: DD-WRT v3.0-r49197M Community Build by EGC (06/14/22)

Upgraded from: DD-WRT v3.0-r49113M Community Build by EGC (06/08/22)
Reset: No not this time

Status: Up and running for 4 hours, basic setup as Gateway, static leases, 2.4 GHz and 5 GHz switched off, OpenVPN server working, WireGuard Server working (multiple clients e.g. phone, laptop and site-to-site connection with remote location), NAS and Samba working, Avahi and Avahi-utils working

Errors: Nothing encountered at this moment

Big Thanks to the devs!!

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6410
Location: UK, London, just across the river..

PostPosted: Tue Jun 14, 2022 15:51    Post subject: Reply with quote
Router Model TP-Link WR1043ND V2
Firmware Version DD-WRT v3.0-r49197 std (06/14/22)
Kernel Version Linux 3.18.140-d6 #145794 Tue Jun 14 09:26:34 +07 2022 mips

Router Model: Netgear R7800
Firmware: DD-WRT v3.0-r49197 std (06/14/22)
Kernel Version: Linux 4.9.317 #1020 SMP Tue Jun 14 04:45:19 +07 2022 armv7l

update: CLI r49139 > r49197
reset: NO
mode: Gateway
status: Operational 4h+
errors: Nothing new, yet...so far so good...GUI on 1043v2 is fine, i haven't tested R7800...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55460 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55460 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
nyddwrtuser330
DD-WRT User


Joined: 05 Mar 2018
Posts: 217

PostPosted: Tue Jun 14, 2022 16:57    Post subject: Reply with quote
R7800 wds STA / R9000 WDS AP
Upgrade without reset 06/07 build
Vanilla firmware both radios

r9000 running dnscrypt, inadyn, dhcp, dnsmasq, guest isolaed vap, SMB, QOS HTB-Cake

Services disabled since last update - Airtime fairness
uptime 4 hrs.

So far so good.

Edit: issue 1- Shortly after posting all hell broke loose, wifi connections are borked.
issue 2- swithcing firmware on 5 ghz from vannilla to dd-wrt causes a radio crash on r9000. Settings do commit but radio wont come up properly outside a reboot


from a log perspective all i was able to see was that 2 of my endpoints were cycling dhcp requests every minute. but there was no wifi drop / reconnect in between which was strange

Also i suspect (though i have no log to prove it), that background process activity is somehow screwing things up. As the last two problems i investigated occured either very shortly after a dnscrypt certificate fetch, or ntp update.

WRT the UI crashng on x10/r9000, for quite some builds this has been the case IF you have or are trying to configure the AD 60GHz radio. For most this wont be an issue since its not really a well supported standard, but might be whats causing the report and would be unique to x10/r9000


Last edited by nyddwrtuser330 on Tue Jun 14, 2022 18:41; edited 5 times in total
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Tue Jun 14, 2022 17:09    Post subject: Reply with quote
@nyddwrtuser330

and the crash can be bypassed if you disable the 60Ghz radio?

Code:
nvram set wlan2_net_mode=disabled
nvram commit
reboot



??
msoengineer
DD-WRT Guru


Joined: 21 Jan 2017
Posts: 1782
Location: Illinois Moderator

PostPosted: Tue Jun 14, 2022 20:34    Post subject: Reply with quote
EA8500 users, R7800, and R9000.....

Try running Vanilla Firmware and make sure airtime fairness is disabled.

See how things run.

I have a feeling that Vanilla + SVN 48996 are not playing nice.... (Airtime Fairness code tweaks on 48996 and newer builds since)

Otherwise 48996+DD-wrt wifi firmware seems to work....


I other news, I have an AX201 on Win10 that won't seem go go beyond 100mpbs on speed tests despite having 866/866 both ways....

Don't have more time to troubleshoot...back to the chip shortage...

_________________
FORUM RULES

TIPS/TRICKS: Best QCA Wifi Settings | Latency tricks | QoS Port priority | NEVER USE MU-MIMO |
Why to NOT use MU-MIMO | Max Wifi Pwr by Country | Linux Wifi Pwr | AC MCS & AX MCS | QCA 5Ghz chnls to use | WIFI Freq WIKI | TFTP R7800 | Don't buy AX | IPERF3 How-To

[R9000]52396 nightly (Main Router)
[EA8500]43192 & 45493 (2xOffsite)
[R7800] resting
[WDR3600]BS 44715 (Offsite)
[A7v5]BS 43038 (Offsite+spare napping)


Last edited by msoengineer on Tue Jun 14, 2022 20:53; edited 1 time in total
bushant
DD-WRT Guru


Joined: 18 Nov 2015
Posts: 2029

PostPosted: Tue Jun 14, 2022 20:43    Post subject: Reply with quote
WNDR3700 V4
DD-WRT v3.0-r49197 std (06/14/22)
Linux 3.18.140-d6 #145822 Tue Jun 14 10:26:05 +07 2022 mips

CLI upgrade over 48646
No reset

wlan1 WDS Sta w/wlan1.1 VAP, wlan0 AP,r45727 override

All good
matjazk
DD-WRT User


Joined: 21 Aug 2019
Posts: 120
Location: Here, There And Everywhere

PostPosted: Tue Jun 14, 2022 21:59    Post subject: Reply with quote
I can confirm that on R9000 enabling 60 GHz radio is indeed the cause for wireless tab incomplete load and httpd crash. Disable the radio and the problem goes away ...
sumbuddie
DD-WRT User


Joined: 28 Mar 2009
Posts: 74

PostPosted: Tue Jun 14, 2022 22:22    Post subject: Reply with quote
msoengineer wrote:
EA8500 users, R7800, and R9000.....
Try running Vanilla Firmware and make sure airtime fairness is disabled.


I've had airtime fairness disabled for a long time. Regardless, the last few builds (after official 05-26-2022-r48971 or unpublished 05-27-2022-r48972) have been bad for me with WiFi issues or otherwise troublesome (lockup requiring backup partition recovery).

It's only with 06-10-2022-r49139 that I tried switching both radios from Vanilla to DD-WRT firmware type instead that's made a night/day difference. (after reading comments about Vanilla firmware being updated)

However, there are the new(ish) "Airtime Policy" and "Airtime Weight" settings that I've left as-is ("Dynamic Mode" and "1" respectively). Not sure if these have any effect on Airtime Fairness. (quick reading up, sounds like these are related - will disable as well).

Have not tried this build yet - waiting to read feedback here (but I'll likely try it anyhow.. Wink )
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Wed Jun 15, 2022 2:48    Post subject: Reply with quote
msoengineer wrote:
EA8500 users, R7800, and R9000.....

Try running Vanilla Firmware and make sure airtime fairness is disabled.

Been that way long long time & neary a problem Cool
Code:
mrjcd@daDeb:~$ ssh root@citadel-station-homeworld.mrjcd.com
DD-WRT v3.0-r49197 std (c) 2022 NewMedia-NET GmbH
Release: 06/14/22
Board: Linksys EA8500
==========================================================
 
     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/
                                                     
                       DD-WRT v3.0
                   https://www.dd-wrt.com


==========================================================


BusyBox v1.35.0 (2022-06-14 04:25:32 +07) built-in shell (ash)

root@Citadel-Station-Homeworld:~# uptime && date
 21:43:22 up  8:25,  load average: 0.06, 0.01, 0.00
Tue Jun 14 21:43:22 CDT 2022
root@Citadel-Station-Homeworld:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1072 S    /sbin/init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 RW   [rcu_sched]
    8 root         0 SW   [rcu_bh]
    9 root         0 SW   [migration/0]
   10 root         0 SW<  [lru-add-drain]
   11 root         0 SW   [cpuhp/0]
   12 root         0 SW   [cpuhp/1]
   13 root         0 SW   [migration/1]
   14 root         0 SW   [ksoftirqd/1]
   16 root         0 SW<  [kworker/1:0H]
   17 root         0 SW   [oom_reaper]
   18 root         0 SW<  [writeback]
   19 root         0 SW   [kcompactd0]
   20 root         0 SW<  [crypto]
   21 root         0 SW<  [bioset]
   22 root         0 SW<  [kblockd]
   24 root         0 SW<  [watchdogd]
   26 root         0 SW   [kworker/0:1]
   43 root         0 SW   [kswapd0]
   44 root         0 SW<  [vmstat]
   70 root         0 SW<  [cryptodev_queue]
   74 root         0 SW<  [bioset]
   75 root         0 SW<  [bioset]
   76 root         0 SW<  [bioset]
   77 root         0 SW<  [bioset]
   78 root         0 SW<  [bioset]
   79 root         0 SW<  [bioset]
   80 root         0 SW<  [bioset]
   81 root         0 SW<  [bioset]
   82 root         0 SW<  [bioset]
   83 root         0 SW<  [bioset]
   84 root         0 SW<  [bioset]
   85 root         0 SW<  [bioset]
   86 root         0 SW<  [bioset]
   87 root         0 SW<  [bioset]
   88 root         0 SW<  [bioset]
   89 root         0 SW<  [bioset]
   90 root         0 SW<  [bioset]
   91 root         0 SW<  [bioset]
   92 root         0 SW<  [bioset]
   97 root         0 SW<  [kworker/0:1H]
   98 root         0 SW<  [kworker/1:1H]
  760 root       832 S    /sbin/hotplug2 --set-rules-file /etc/hotplug2.rules --persistent
  764 root       832 S    /sbin/mstpd
  772 root      1012 S    irqbalance -t 10
  814 root         0 SW<  [cfg80211]
  816 root         0 SW   [kworker/1:2]
  827 root         0 SW<  [ath10k_wq]
  828 root         0 SW<  [ath10k_aux_wq]
  829 root         0 SW<  [ath10k_tx_compl]
  834 root         0 SW<  [ath10k_wq]
  835 root         0 SW<  [ath10k_aux_wq]
  836 root         0 SW<  [ath10k_tx_compl]
  850 root         0 SW   [kworker/0:2]
  867 root      1800 S    watchdog
 1030 root      4688 S    hostapd -B -P /var/run/wlan0_hostapd.pid /tmp/wlan0_hostap.conf
 1078 root      4688 S    hostapd -B -P /var/run/wlan1_hostapd.pid /tmp/wlan1_hostap.conf
 1268 root      1416 S    syslogd -Z -L
 1271 root      1416 S    klogd
 1284 root      1208 S    dropbear -b /tmp/loginprompt -r /tmp/root/.ssh/ssh_host_rsa_key -p 22 -s
 1778 root      4788 S    httpd -n -p 80
 1780 root      1384 S    resetbutton
 2057 root      1764 S    wland
 2102 root      2012 S    dnsmasq -u root -g root -C /tmp/dnsmasq.conf
 2108 root      3516 S    /tmp/openvpnserver --config /tmp/openvpn/openvpn.conf --daemon
 2550 root      1416 S    udhcpc -i vlan2 -p /var/run/udhcpc.pid -s /tmp/udhcpc -O routes -O msstaticroutes -O staticroutes
 2925 root         0 SW<  [ata_sff]
 2935 root         0 SW   [scsi_eh_0]
 2939 root         0 SW<  [scsi_tmf_0]
 2949 root         0 SW   [scsi_eh_1]
 2952 root         0 SW<  [scsi_tmf_1]
 2955 root         0 SW   [usb-storage]
 2981 root         0 SW   [scsi_eh_2]
 2984 root         0 SW<  [scsi_tmf_2]
 2985 root         0 SW   [usb-storage]
 3296 root         0 SW<  [bioset]
 3305 root         0 SW<  [bioset]
 3478 root         0 SW   [jbd2/sda1-8]
 3480 root         0 SW<  [ext4-rsv-conver]
 3583 root         0 SW   [jbd2/sdb1-8]
 3584 root         0 SW<  [ext4-rsv-conver]
 3765 root       764 S    wsdd2 -d -N Citadel-Station-Homeworld -G WORKGROUP -b vendor:dd-wrt,model:Linksys EA8500,sku:49197
 3775 root       876 S    ksmbd.mountd -c /tmp/smb.conf -u /tmp/smb.db
 3778 root       908 S    ksmbd.mountd -c /tmp/smb.conf -u /tmp/smb.db
 3787 root         0 SW   [ksmbd-lo]
 3793 root         0 SW   [ksmbd-eth0]
 3797 root         0 SW   [ksmbd-vlan2]
 3802 root         0 SW   [ksmbd-br0]
 3807 root         0 SW   [ksmbd-br1]
 3813 root         0 SW   [ksmbd-tun2]
 3941 root       764 S    wsdd2 -d -N Citadel-Station-Homeworld -G WORKGROUP -b vendor:dd-wrt,model:Linksys EA8500,sku:49197
 4011 root       764 S    wsdd2 -d -N Citadel-Station-Homeworld -G WORKGROUP -b vendor:dd-wrt,model:Linksys EA8500,sku:49197
 4038 root       764 S    wsdd2 -d -N Citadel-Station-Homeworld -G WORKGROUP -b vendor:dd-wrt,model:Linksys EA8500,sku:49197
 4368 root         0 SW   [ksmbd-imq0]
 4502 root       744 S    cron
 4507 root      1796 S    process_monitor
 4640 root         0 SW   [kworker/1:0]
 6887 root         0 SW<  [kworker/u5:3]
 6916 root         0 SW   [kworker/u4:1]
 7030 root         0 SW<  [kworker/u5:0]
 7090 root         0 SW<  [kworker/u5:1]
 7100 root         0 SW   [kworker/u4:2]
 7135 root         0 SW<  [kworker/u5:2]
 7159 root         0 SW   [kworker/u4:0]
 7161 root         0 SW   [kworker/u4:3]
 7171 root      1228 R    dropbear -b /tmp/loginprompt -r /tmp/root/.ssh/ssh_host_rsa_key -p 22 -s
 7172 root      1420 S    -sh
 7176 root      1424 R    ps
root@Citadel-Station-Homeworld:~# dmesg | tail -15
[   38.389961] EXT4-fs (sdb1): barriers disabled
[   38.415611] EXT4-fs (sdb1): recovery complete
[   38.415641] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: init_itable=0,nobarrier,nobh,barrier=0
[   38.588536] IMQ driver unloaded successfully.
[   38.922081] Linux kernel CIFS/SMB SERVER 3.4.4 by Namjae Jeon <linkinjeon@kernel.org>
[   41.433532] IMQ: use 2 as queue number
[   41.442652] IMQ driver loaded successfully. (numdevs = 16, numqueues = 2, imq_dev_accurate_stats = 1)
[   41.442676]    Hooking IMQ after NAT on PREROUTING.
[   41.450953]    Hooking IMQ before NAT on POSTROUTING.
[   41.492579] br1: port 1(wlan0.1) entered learning state
[   45.493866] br1: port 2(wlan1.1) entered learning state
[   56.493140] br1: port 1(wlan0.1) entered forwarding state
[   56.493387] br1: port 3(vlan4) entered learning state
[   60.492669] br1: port 2(wlan1.1) entered forwarding state
[   71.493836] br1: port 3(vlan4) entered forwarding state
root@Citadel-Station-Homeworld:~# uname -a
Linux Citadel-Station-Homeworld 4.9.317 #1018 SMP Mon Jun 13 15:19:32 +07 2022 armv7l DD-WRT
root@Citadel-Station-Homeworld:~#
Connection to citadel-station-homeworld.mrjcd.com closed.
mrjcd@daDeb:~$ uname -a
Linux daDeb 5.18.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.2-1 (2022-06-06) x86_64 GNU/Linux
mrjcd@daDeb:~$
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC 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