New Build - 08/30/2021 - r47282

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


Joined: 20 Jan 2019
Posts: 5660

PostPosted: Mon Aug 30, 2021 8:25    Post subject: New Build - 08/30/2021 - r47282 Reply with quote
[WARNING]: This thread is only for feedback on this beta release for developers and the community's benefit.
DO NOT flash this beta release unless you understand the 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: (DD-WRT website) HTTPS & FTP (try another if a link does not work)

CLI Flash: 'cd /tmp' then 'wget {file URL}' (or 'curl -k {file URL} -o {file}') with http (not https) or ftp. Then 'write {file} linux'.

Repository: Trac SVN changelog since last build r47256 (GitHub mirror)

Notes:
OpenVPN 2.5.3: Guides, Server, PBR, Reverse PBR, Client (see second post), Kill Switch, update tips, scripts and more.
WireGuard 1.0.20210606/Tools: Changelog, Guides, Client, Server, Advanced, PBR, KS, tips and scripts. Thanks BS & egc!
• CVE-2019-14899 VPN fix (applicability depends on VPN setup) and GUI toggle since r41813.
Experimental build option for Broadcom 8MB+ K2.x devices (limited currently): broadcom_K3X_mipsel32r1
• Broadcom MIPS devices are now on kernel 4.4. • Support added for TP-Link Archer C8 v2 and v3.
SmartDNSMiniDLNAUnboundCoovaChillidnsmasqPrivoxySquidiperf3cakeTorFreeRADIUS OpenSSL
In-kernel Samba (ksmbd 3.4.1+): default min/max versions changed. • WSD updateANTFS/NTFS3 kernel mode driver+
• Added swconfig support for Broadcom devices.
CVE-2020-26147, CVE-2020-24586, CVE-2020-24587 & CVE-2020-24588 (Fragattack) fixed.
• "Assign WAN port to Switch" feature removed; likely no longer required.
• MAC Filtering fixed in WebUI (changesets 47184-47205).

Issues, observations, and/or workarounds reported:
DNScrypt 1.95 can still be used in the GUI, but v2 (not compatible) requires Golang and thus Entware. #6246
WDS does not work on Broadcom ARM devices (only MIPS<->MIPS) & bridge modes on k4.4 devices may sometimes work
in some configurations for certain builds but are not supported by the bcmdhd driver. Use client or repeater instead.
VAPs not working at boot fixed for unbridged VAPs in 40562 - 40566. Effective startup commands discussion thread is here.
If start-up scripts do not work from USB add a delay, e.g. wait script or 'sleep 25'.
Broadcom ARM devices if 5 GHz channels are missing, via Telnet/SSH: 'nvram set brcm_unlock=1' 'nvram commit' 'reboot'
Show us your findings with steps to reproduce, configuration, output, logs and important information below!

Important:
• For issues provide applicable info: 'dmesg', 'cat /tmp/var/log/messages', syslog, klog, serial, strace, tcpdump, wireshark etc.
• Any firewall NAT or WAN issues, show output: 'iptables -vnL', 'iptables -t nat -vnL', 'iptables -t mangle -vnL' and /tmp/.ipt file.
• Search SVN tickets & discuss in forum before opening. Before reporting: reset & manually set up, not restore from a backup.
• Please include operating & wireless modes (e.g. Gateway, Router, AP, CB, WDS, Mesh) & relevant configuration information.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]
Sponsor
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1855
Location: Hung Hom, Hong Kong

PostPosted: Mon Aug 30, 2021 10:32    Post subject: DD-WRT BS build 47282 and Asus RT-N Reply with quote
Router/Version: Asus RT-N18U (rev. A1)
Firmware: DD-WRT v3.0-r47282 std (08/30/21)
Kernel: Linux 4.4.282 #3955 Mon Aug 30 03:00:16 +07 2021 armv7l
Previous: DD-WRT v3.0-r47206 std (08/19/21)
Mode: WAN @ DHCP, Wireless @ AP
Status: Working (
Not 24/7; Not using IPv6, VAP, VPN, CTF, FA;
DDNS OK; Port-forwarding OK;
Using NAS (ksmbd, minidlna), USB (jffs, opt), Recursive DNS Unbound;
Entware core (CPU: armv71) installed without problem
)
Reset: NO reset during firmware upgrade but cold boot
File: https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2021/08-30-2021-r47282/asus-rt-n18u/asus_rt-n18u-firmware.trx

Summary

Right after firmware upgrade, all functions are working. The Admin->Command bug in the last few builds had been fixed.

System init still tried to start ksmbd 4 times. Most would expect only 1-2 attempts.
Code:
# grep -E 'wsdd|smbd' /var/log/messages | grep -i start

Jan  1 08:00:24 RT-N18U-HST user.info wsdd2[1147]: starting.
Jan  1 08:00:24 RT-N18U-HST user.info : smbd : samba started
Aug 30 20:40:22 RT-N18U-HST user.info wsdd2[3197]: starting.
Aug 30 20:40:22 RT-N18U-HST user.info : smbd : samba started
Aug 30 20:40:23 RT-N18U-HST user.info : smbd : samba started
Aug 30 20:40:23 RT-N18U-HST user.info wsdd2[3257]: starting.
Aug 30 20:40:23 RT-N18U-HST user.info : smbd : samba started
Aug 30 20:40:23 RT-N18U-HST user.info wsdd2[3269]: starting.


Nothing to add after cold boot. But something about using custom Unbound config:

I had JFFS2 disabled, but two ext3 partitions in the USB drive mounted as /jffs and /opt respectively.

During startup, instead of using "/jffs/etc/unbound.conf" in a USB drive, DD-WRT used "/tmp/unbound.conf". It seemed to ignore /jffs that didn't come from JFFS2.

You needed to restart service unbound to correct it.

Firmware Size

From 30515200 (b.31277) to 24711168 (b.33555) = -5804032 bytes
From 24711168 (b.33555) to 27054080 (b.34929) = 2342912 bytes
From 27054080 (b.34929) to 26640384 (b.35531) = -413696 bytes
From 26640384 (b.35531) to 25022464 (b.36995) = -1617920 bytes
From 25022464 (b.36995) to 25427968 (b.37961) = 405504 bytes
From 25427968 (b.37961) to 25804800 (b.38570) = 376832 bytes
From 25804800 (b.38570) to 27574272 (b.38840) = 1769472 bytes
From 27574272 (b.38840) to 27774976 (b.39031) = 200704 bytes
From 27774976 (b.39031) to 27779072 (b.39137) = 4096 bytes
From 27779072 (b.39137) to 27779072 (b.39144) = 0 byte
.... more ....
From 25518080 (b.45000) to 25706496 (b.45592) = 188416 bytes
From 25706496 (b.45592) to 25870336 (b.46733) = 163840 bytes
From 25153536 (b.46733) to 25145344 (b.47000) = -8192 bytes
From 25145344 (b.47000) to 25153536 (b.46979) = 8192 bytes
From 25153536 (b.46979) to 25145344 (b.47090) = -8192 bytes
From 25145344 (b.47090) to 25149440 (b.47206) = 4096 bytes
From 25149440 (b.47206) to 25153536 (b.47282) = 4096 bytes


_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw


Last edited by mwchang on Mon Aug 30, 2021 13:08; edited 2 times in total
IONK
DD-WRT Guru


Joined: 19 Aug 2011
Posts: 951

PostPosted: Mon Aug 30, 2021 11:41    Post subject: Reply with quote
Router/Version: D-Link DIR-868L Rev.A1
File/Kernel: dir868a-webflash.bin / Linux 4.4.282 #3951 SMP Mon Aug 30 02:14:12 +07 2021 armv7l
Previous/Reset: DD-WRT v3.0-r47256 std (08/25/21) / no
Mode/Status: Repeater Bridge on 5GHz AC/N-Mixed (wl0 is purposely turned off) + USB Storage + lighttpd (using Entware's php8) + Cron / working
Issues/Errors: none

There're some findings about the bundled php8 & lighttpd.conf, but I'm not sure if they're considered bugs or not: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=328878

Moderator note: Please reply in that thread; any discussion here will be split or removed.

_________________
▫ 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 🌟)
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12836
Location: Netherlands

PostPosted: Mon Aug 30, 2021 12:13    Post subject: Reply with quote
Router Model: Netgear R6400v1

Firmware Version: DD-WRT v3.0-r47282M Community Build (08/30/21)
Kernel Version: Linux 4.4.282 #1 SMP Mon Aug 30 12:33:15 CEST 2021 armv7l

Upgraded from: DD-WRT v3.0-r47256M Community Build (08/25/21)
Reset: No not this time

Status: Up and running for almost 2 hours, basic setup as Gateway, static leases, Advanced routing, Port Forwarding, IPv4, DynDNS, 2.4 GHz and 5 GHz.
Running one WireGuard tunnel to Keepsolid and second WireGuard tunnel to own WG server for site-to-site, Third WireGuard tunnel to Mullvad, connection with PBR for Guest wifi. OpenVPN client tested and working.

Big Thanks to BS and other forum members and developers.

_________________
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
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 266

PostPosted: Mon Aug 30, 2021 18:10    Post subject: Reply with quote
Router/Version: Netgear R6250
Firmware: DD-WRT v3.0-r47282 std (08/30/21)
Kernel: Linux 4.4.282 #3951 SMP Mon Aug 30 02:14:12 +07 2021 armv7l
Mode: Gateway, Wireless AP, unbound & CTF & FA Enabled. NAT/QoS Off
Reset: No, not this time
Previous : r47256
Upgrade: Web and 1st succeed without reset.
Temperatures CPU 79.7 °C / WL1 57.4 °C
Load: 0.08, 0.04, 0.01
Uptime 5h20m
Errors: No, not at this moment

Working well !
Merci
scans
DD-WRT Novice


Joined: 04 Oct 2018
Posts: 22

PostPosted: Mon Aug 30, 2021 19:47    Post subject: Reply with quote
Router/Version: Netgear WNDR4000
Prior Firmware: dd-wrt.v24-36104_NEWD-2_K3.x_mega-nv64k
Firmware: dd-wrt.v24-47282_NEWD-2_K3.x_mega-nv64k

Could not update firmware via WebUI in Chrome. Progress bar just keeps rotating. Never successfully uploads and reboots. Tried after manual reboot and same thing.

EDIT: Sorry, wrong version posted.
I am on dd-wrt.v24-47256_NEWD-2_K3.x_mega-nv64k

EDIT #2: Updating via Firefox went fine.


Last edited by scans on Mon Aug 30, 2021 21:16; edited 2 times in total
kernel-panic69
DD-WRT Guru


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

PostPosted: Mon Aug 30, 2021 23:11    Post subject: Reply with quote
scans wrote:
Router/Version: Netgear WNDR4000
Prior Firmware: dd-wrt.v24-36104_NEWD-2_K3.x_mega-nv64k
Firmware: dd-wrt.v24-47282_NEWD-2_K3.x_mega-nv64k

Could not update firmware via WebUI in Chrome. Progress bar just keeps rotating. Never successfully uploads and reboots. Tried after manual reboot and same thing.

EDIT: Sorry, wrong version posted.
I am on dd-wrt.v24-47256_NEWD-2_K3.x_mega-nv64k

EDIT #2: Updating via Firefox went fine.


Post in the correct thread, please.

_________________
"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...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

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


Joined: 29 Sep 2020
Posts: 260
Location: United States

PostPosted: Mon Aug 30, 2021 23:57    Post subject: Reply with quote
Router Model: Netgear R7000P
Firmware Version: DD-WRT v3.0-r47282 std (08/30/21)
Kernel Version: Linux 4.4.282 #3957 SMP Mon Aug 30 03:17:04 +07 2021 armv7l
Reset: no
Operating Mode/Setup: Gateway / AP Unbound JFFS2
Status: running well. thanks BS and dd-wrt community
*
i noticed there was an update for unbound
https://nlnetlabs.nl/projects/unbound/download/
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 733

PostPosted: Tue Aug 31, 2021 5:55    Post subject: Reply with quote
Router/Version: Netgear R7000
File: netgear-r7000-webflash.bin
Firmware: DD-WRT v3.0-r47282 std (08/30/21)
Kernel: Linux 4.4.282 #3951 SMP Mon Aug 30 02:14:12 +07 2021 armv7l
Mode: Gateway, Wifi disabled, Wireguard for external access, WAN to DSL, Keep Alive reboot 5:00 in the morning
Reset: No
Status: Ok, since release.

Router/Version: Asus RT-N66U
File: dd-wrt.v24-47282_NEWD-2_K3.x-big-RT-N66U.trx
Firmware: DD-WRT v3.0-r47282 big (08/30/21)
Kernel: Linux 4.4.282 #11462 Mon Aug 30 03:49:26 +07 2021 mips
Mode: Gateway, Wifi disabled, WAN disabled, Wireguard Endpoint for external VPS, connected via LAN to R7800, Keep Alive reboot 6:05 in the morning
Reset: No
Status: Ok, since release.
rnix
DD-WRT User


Joined: 23 Feb 2016
Posts: 199

PostPosted: Tue Aug 31, 2021 17:47    Post subject: Reply with quote
Router/Version: Asus RT-N18U
Firmware: DD-WRT v3.0-r47282 std (08/30/21)
Kernel: Linux 4.4.282 #3955 Mon Aug 30 03:00:16 +07 2021 armv7l
Mode: gateway
Previous: r47256
Reset: no
Status: working
Errors: Administration -> Commands issue is fixed. thank you devs!
dwardo
DD-WRT User


Joined: 07 Feb 2013
Posts: 126
Location: France

PostPosted: Tue Aug 31, 2021 18:43    Post subject: Reply with quote
Router/Version: TP-Link Archer C9 v1
File/Kernel: archer-c9v1-webflash.bin/Linux 4.4.282 #3953 SMP Mon Aug 30 02:43:44 +07 2021 armv7l
Previous/Reset: r47256/no
Mode/Status: Gateway/2.4GHz & 5GHz AP/Openvpn server/Wireguard server/DHCP server/DNS Server/Port forwarding/ipv4 & ipv6/CTF+FA
Issues/Errors: None detected yet
hurleyp
DD-WRT User


Joined: 10 Sep 2009
Posts: 425
Location: Ottawa, Ontario, Canada

PostPosted: Tue Aug 31, 2021 20:58    Post subject: Reply with quote
Firmware: v3.0-r47282 std (08/30/21)
Router/Version: Netgear R7000
Kernel: Linux 4.4.282 #3951 SMP Mon Aug 30 02:14:12 +07 2021 armv7l
Previous: v3.0-r47256 std (08/25/21)
Mode/Status: AP wired and wireless / Up and running for 30 hours
Reset: Soft boot before and after upgrade
Temperatures: CPU 62.5 °C / WL0 47.2 °C / WL1 52.3 °C
Issues/Errors: Nothing significant

Updated via webif. No 'nvram erase' this time, last one was in July 2018 (r36325).

Upload and Download speeds are to ISP spec. Nothing unexpected in the syslog.

Current basic R7000 setup (subject to change of course):
- Static WAN IP
- Shortcut Forwarding Engine: CTF, Flow Acceleration: Disabled
- STP - Enabled
- IPv4 only, both WAN and LAN
- LAN DHCP Enabled
- Wireless: AP, Regulatory Domain = CANADA, wl0 Mixed (ch. 6), wl1 AC/N-Mixed (ch. 36, VHT80), AES
- 1 wireless VLAN on wl0
- SNMP disabled, SSH enabled, Telnet disabled
- Firewall enabled, Log Level high
- Syslog: to local server. klogd: disabled.
- USB support - Off
- No custom scripts
- No: ttraf, Tor, VNC, Zabbix, VPN, Radius, OpenVPN
- No: UPnP, DMZ, QoS
- No: Samba, CIFS, JFFS2, miniDLNA, Entware, Optware

_________________
Netgear R7000: v3.0-r54248 std (11/29/23)
EdgeRouter-X: EdgeOS v2.0.9-hotfix 7
turbowells
DD-WRT User


Joined: 14 Sep 2019
Posts: 301
Location: Maine, USA

PostPosted: Tue Aug 31, 2021 23:29    Post subject: Reply with quote
Router/Version: Asus RT-N12D
File: dd-wrt.v24-#####_NEWD-2_K3.x_mega.bin
Firmware: DD-WRT v3.0-r47282 mega (08/30/21)
Kernel: Linux 4.4.282 #11466 Mon Aug 30 03:55:29 +07 2021 mips
Mode: OpenVPN Gateway
Previous: r47256
Reset?: N
Status: Working
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Wed Sep 01, 2021 8:57    Post subject: Reply with quote
Router/Version: Asus RT-AC68U E1 Misidentified as C1
File/Kernel: Linux 4.4.282 #3951 SMP Mon Aug 30 02:14:12 +07 2021 armv7l
Previous/Reset: DD-WRT v3.0-r47256 std (08/25/21) / none at first.
Mode/Status: Gateway \ semi working
Issues/Errors: Unable to Connect to WAN properly

Previous FW DD-WRT v3.0-r47256 works WAN wise fully but r47282 for some reason indicates its connected to internet, yet internet is not accessible from anywhere, no pings respond to WAN

Tried power cycling modem/router, resets nothing made Internet fully accessible.

Reverted to v3.0-r47256 and WAN is back again immediately.

The access restrictions lists had to be redone due to bugs e.g. https://svn.dd-wrt.com/ticket/7457

Can someone with similar router provide feedback?

Thx

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 960
Location: WV, USA

PostPosted: Wed Sep 01, 2021 12:24    Post subject: Reply with quote
Router/Version: Netgear R6250
File/Kernel:
Previous/Reset: None
Mode/Status: Router
Issues/Errors: All is working well so far, including the previously broken Access Restrictions tab.

_________________
Linksys EA8500 (Internet Gateway, AP/VAP) - DD-WRT r53562
Features in use: WDS-AP, Multiple VLANs, Samba, WireGuard, Entware: mqtt, mlocate

Netgear R7800 (WDS-AP, WAP, VAP) - DD-WRT r53562
Features in use: multiple VLANs over single trunk port

Linksys EA8500 WDS Station x2 - DD-WRT r53562

Netgear R6400v2 WAP, VAP 2.4ghz only w/VLANs over single trunk port.

OSes: Fedora 38, 9 RPis (2,3,4,5), 20 ESP8266s: Straight from Amiga to Linux in '94, never having owned a Windows PC.

Forum member #248
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC 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 can attach files in this forum
You can download files in this forum