New Build - 10/26/2022 - r50671

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


Joined: 20 Jan 2019
Posts: 5695

PostPosted: Wed Oct 26, 2022 11:54    Post subject: New Build - 10/26/2022 - r50671 Reply with quote
Welcome to Atheros r50671 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 r50595 (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, Adv, PBR, KS, tips & scripts. Thanks BS egc & eibgrad!

Notes:
Select ath10k radios now feature on-the-fly firmware type switching between customized DD-WRT and vanilla QCA binaries!
mDNS/Avahi dlna Sq jQ frr dnsmasq kernels Zabbix zfs iperf3 OpenSSL FreeRADIUS irqbalance Unbound SmartDNS inadyn
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.
• TL-WR1043N v5 stock factory-to-ddwrt.bin flash and TFTP recovery fixed 50231, add support 50242, 50243, 50244, 50252.

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, 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
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 963

PostPosted: Wed Oct 26, 2022 11:56    Post subject: Reply with quote
Router/Version: Netgear XR500 (Install guide by egc)
File/Kernel: dd-wrt-webupgrade.bin (r50671) / Linux 4.9.330 #1313 SMP Wed Oct 26 05:13:03 +07 2022 armv7l
Previous/Reset: DD-WRT v3.0-r50595 std (10/23/22) / no
Mode/Status: AP, SFE, AP 5GHz Mixed 80MHz + AP 2.4GHz NG-Mixed 20MHz, 802.11r (FT), DDNS (Dynu.com), 802.11 encapsulation offloading, ondemand CPU governor at night, USB Storage (guide by egc), lighttpd (using Entware’s php8), CIFS Automount, WireGuard server, Cron / working
Issues/Errors: previous Dynu DDNS config is not compatible with new changes on /DDNS.asp
Findings:
  • Instructions at dd-wrt wiki page and dynu page are obsolete: Need to select "Dynu Systems" from drop-down list instead of "Custom"
  • IP update password seems not accepted, need to use your original Dynu account password
  • SHA256 of password is accepted
  • Sample config:
    Code:
    root@AP:~# cat /tmp/ddns/inadyn.conf
    period = 600
    forced-update = 864000
    cache-dir = /tmp/ddns
    provider default@dynu.com {
    username = your-dynu-username
    password = SHA256-of-your-dynu-password
    hostname = your-hostname
    ssl = true
    }

    root@AP:~#
    /DDNS.asp will show status "Success" shortly after Save & Apply if config is correct; otherwise, status will stay as "Connecting to server" and inadyn may not show up in the list of processes.
  • If need to retest: go to dynu control panel, change the IP there, then manually restart DDNS service by:
    Code:
    stopservice ddns ; sleep 1 ; startservice ddns

_________________
▫ RSS feed for DD-WRT releases (2024): https://rsseverything.com/feed/7d36ab68-7733-46c3-bd8a-9c54c5cef08c.xml
easyddup - A simple upgrade/downgrade utility by yoyoma2 --- as featured in 📌 Reference Links, stickies retired back to forum (Moderator's Pick 🌟)


Last edited by IONK on Sun Oct 30, 2022 3:18; edited 2 times in total
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2968
Location: Germany

PostPosted: Wed Oct 26, 2022 12:27    Post subject: Reply with quote
Router/Version: R7800
File/Kernel: Linux 4.9.330 #1313 SMP Wed Oct 26 05:13:03 +07 2022 armv7l
Previous/Reset: r50593 / 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: my ddns is broken

Code:
Oct 26 14:21:47 DD-WRT user.err inadyn[4125]: Parse error in /tmp/ddns/inadyn.conf
Oct 26 14:21:47 DD-WRT user.err inadyn[4125]: Error code 74: Missing .conf file
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1018

PostPosted: Wed Oct 26, 2022 12:37    Post subject: Reply with quote
Update method: SSH / CLI using PuTTY
Router/Version: Netgear R9000 Nighthawk X10
File/Kernel: DD-WRT v3.0-r50671 std (10/26/22)
Previous/Reset: DD-WRT v3.0-r50595 std (10/23/22) / No
Mode/Status: Gateway / Working Normally
Issues/Errors: No issues

_________________
Netgear R9000
DD-WRT v3.0-r55779 std (04/12/24)
Linux 4.9.337 #721 SMP Mon Apr 8 08:07:27 +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
grc
DD-WRT User


Joined: 11 Jul 2018
Posts: 122

PostPosted: Wed Oct 26, 2022 13:28    Post subject: Reply with quote
Router/Version: Netgear R7800
File/Kernel: DD-WRT v3.0-r50671 std (10/26/22) / Linux 4.9.330 #1313 SMP Wed Oct 26 05:13:03 +07 2022 armv7l
Previous/Reset: r50551 std (10/19/22) / No

Issues/Errors:

1.) 5 ghz unbridged virtual interface (wlan0.1) doesn't come up.

2.) custom (OpenDNS) DDNS doesn't work.

Code:
Jan 1 01:01:32 HOVADO user.warn inadyn[2179]: No write permission to //.inadyn: Read-only file system
Jan 1 01:01:32 HOVADO user.warn inadyn[2179]: Cannot guarantee DDNS server won't lock you out for excessive updates.
Jan 1 01:01:32 HOVADO user.notice inadyn[2179]: In-a-dyn version 2.9.1 -- Dynamic DNS update client.
Jan 1 01:01:32 HOVADO user.err inadyn[2179]: Parse error in /tmp/ddns/inadyn.conf
Jan 1 01:01:32 HOVADO user.err inadyn[2179]: Error code 74: Missing .conf file


Back to r50551 std (10/19/22)
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2968
Location: Germany

PostPosted: Wed Oct 26, 2022 13:35    Post subject: Reply with quote
Yes specific doesn't work there the variables are set wrong also it can't parse the configuration if certain things are not put in quotes.

I have forwarded it to BS including my working configuration.

Quote:
1.) 5 ghz unbridged virtual interface (wlan0.1) doesn't come up.


you already posted this on the last build - so my vaps are all working
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1929

PostPosted: Wed Oct 26, 2022 14:35    Post subject: Reply with quote
Regarding DDNS, if you have been using Custom for your provider and it is now a selectable option, then use that instead of using Custom.
_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6287
Location: Texas

PostPosted: Wed Oct 26, 2022 14:54    Post subject: Reply with quote
Linksys EA8500 ...main gateway
DD-WRT v3.0-r50671 std (10/26/22)
Linux 4.9.330 #1311 SMP Tue Oct 25 14:36:30 +07 2022 armv7l
GUI install over r50595
all ok

#

Netgear WNDR3700 V4
DD-WRT v3.0-r50671 std (10/26/22)
Linux 3.18.140-d6 #156758 Wed Oct 26 10:56:24 +07 2022 mips
GUI install over r50595
just a switch & ovpn server
all ok
RobrPatty
DD-WRT User


Joined: 06 Jun 2016
Posts: 174

PostPosted: Wed Oct 26, 2022 16:05    Post subject: Reply with quote
Netgear Nighthawk X10 R9000
Firmware Version DD-WRT v3.0-r50671 std (10/26/22)
Kernel Version Linux 4.9.330 #651 SMP Tue Oct 4 13:04:30 +07 2022 armv7l
Current Time Wed, 26 Oct 2022 05:49:57
Uptime 1 min
GUI over 50595
Reset: no
Issues: Upgraded fine

Thank you BS & Devs
grc
DD-WRT User


Joined: 11 Jul 2018
Posts: 122

PostPosted: Wed Oct 26, 2022 16:31    Post subject: Reply with quote
ho1Aetoo wrote:
Yes specific doesn't work there the variables are set wrong also it can't parse the configuration if certain things are not put in quotes.

I have forwarded it to BS including my working configuration.

Quote:
1.) 5 ghz unbridged virtual interface (wlan0.1) doesn't come up.


you already posted this on the last build - so my vaps are all working


thanks. i don't know what i'm doing wrong. Everything checked again. In syslog i found only:

Code:
Jan 1 01:01:05 HOVADO daemon.warn dnsmasq[1264]: warning: interface wlan0.1 does not currently exist
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2968
Location: Germany

PostPosted: Wed Oct 26, 2022 16:34    Post subject: Reply with quote
Please post your settings.
Maybe someone sees an error or someone can reproduce the problem based on the settings.
grc
DD-WRT User


Joined: 11 Jul 2018
Posts: 122

PostPosted: Wed Oct 26, 2022 17:13    Post subject: Reply with quote
ho1Aetoo wrote:
Please post your settings.
Maybe someone sees an error or someone can reproduce the problem based on the settings.


the last working build for these settings is r50551 std (10/19/22)
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2968
Location: Germany

PostPosted: Wed Oct 26, 2022 17:50    Post subject: Reply with quote
Channel 44+LL is not a valid vht80 channel

either 44+LU or 48+LL

if this does not help please post a screenshot of the DHCP server setup under "Setup > networking".

or test as "fimrware type" vanilla


Last edited by ho1Aetoo on Wed Oct 26, 2022 17:55; edited 1 time in total
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12877
Location: Netherlands

PostPosted: Wed Oct 26, 2022 17:53    Post subject: Reply with quote
Ack timing 0?

I know on some routers that can mean automatic, not sure if that works

_________________
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
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2968
Location: Germany

PostPosted: Wed Oct 26, 2022 17:57    Post subject: Reply with quote
If you use dd-wrt as "firmware type" and set ACK timing to 0 the value is "auto ACK" ... then the value is adjusted automatically.
Goto page 1, 2, 3  Next Display posts from previous:    Page 1 of 3
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