New Build 41664: 12-06-2019-r41664

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


Joined: 25 Oct 2013
Posts: 2670
Location: Indy

PostPosted: Fri Dec 06, 2019 12:23    Post subject: New Build 41664: 12-06-2019-r41664 Reply with quote
Downloads: (if a link does not work, try another)
https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2019/12-06-2019-r41664/
ftp://ftp.dd-wrt.com/betas/2019/12-06-2019-r41664/
Alternate link: DD-WRT website
Note: for wget (or curl) with CLI flash (`write {f/w} linux`), change the https to http, use `curl -k {link} -o {file}`, or ftp

Changelogs:
SVN* changelog since last build: 41659
Summary: (deprecated after 29739)
*Github mirror: https://github.com/mirror/dd-wrt/

Notes:
1. SFE accelerated NAT is in 33006+ builds but only in kernel 3.2 and newer
2. 'KRACK' vulnerability fixes were completed in r33678 for Broadcom, including k26 (33655) & k24 (33656); use 33772 or later.
3. Bridge modes on k4.4 devices may sometimes work in some configurations in certain builds but are not supported by the bcmdhd driver. Use client or repeater instead as WDS doesn't work with Broadcom ARM either (see Issues below).
4. PBR/UDP with SFE working again since r40513 (see 6729)
5. CAKE scheduler changes "completed" with r41057 (see 5796) & FQ_CODEL_FAST with r41027 (reset first!)
6. Reset button was broken in 40571; fixed in build 40750.
7. New Broadcom build option for 8MB+ K2.x devices (limited currently):
broadcom_K3X_mipsel32r1 [BS has tested on a WRT600N v1.1]

Issues, observations, and/or workarounds reported:
1. Trendnet 81*DRU models are missing factory-to-flash
2. DNScrypt is mostly only using v2 protocols now, but requires Golang that DD can't use: 6246
3. WDS does not work on Broadcom ARM devices (only MIPS<->MIPS)
4. VAPs not working at boot; workaround startup command:
sleep 10;stopservice nas;stopservice wlconf;startservice wlconf;startservice nas
This appears fixed (only for unbridged VAPs?) with r40564:40566...
5. Radio Timer / GTK Renewal issues, syslog spam and wireless issues (BCM MIPS):
This is finally fixed with r41662

Important: if reporting any issues, provide applicable info (GUI syslog, `dmesg`, `cat /var/log/messages`, etc.)
Or put into SVN ticket. For firewall issues, also provide "iptables" info (`iptables -L`, `iptables -t nat -L`, & the /tmp/.ipt file).

Template to copy (after "Code:") for posting issues, be sure to include the mode in use (gateway, AP, CB, etc.):
Code:
[u]{Router/Version}:[/u] [b]{Mode}[/b]
[b]File: [/b]
[b]Kernel: [/b]
[b]Status: [/b]

WARNING: This thread is to report on flashing this experimental test build, providing important info for both developers and users. Always state your hardware model, version, mode (e.g. Repeater) and SPECIFIC build (e.g. 33555_NEWD-2_K3.x_mega-nv64k.bin). Please avoid discussions and create a new thread to discuss specific problems or questions, as this thread is for reporting, not support. Posts may be deleted or moved to keep this thread manageable and useful. If you don't understand the risks or what to flash and how, with a means of recovery if it bricks, do NOT flash this experimental test build.

_________________
# NAT/SFE/CTF: limited speed w/ DD # Repeater issues # DD-WRT info: FAQ, Builds, Types, Modes, Changes, Demo #
OPNsense x64 5050e ITX|DD: DIR-810L, 2*EA6900@1GHz, R6300v1, RT-N66U@663, WNDR4000@533, E1500@353,
WRT54G{Lv1.1,Sv6}@250
|FreshTomato: F7D8302@532|OpenWRT: F9K1119v1, RT-ACRH13, R6220, WNDR3700v4


Last edited by jwh7 on Wed Dec 18, 2019 19:45; edited 1 time in total
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12884
Location: Netherlands

PostPosted: Fri Dec 06, 2019 13:39    Post subject: Reply with quote
Router Model: Netgear R6400v2, board_id: U12H332T30_NETGEAR

Firmware Version: DD-WRT v3.0-r41664 std (12/06/19)
Kernel Version: Linux 4.4.206 #405 SMP Fri Dec 6 07:50:39 +04 2019 armv7l

Upgraded from: DD-WRT v3.0-r41517 std (11/11/19)
Reset: Yes : nvram erase

Status: Up and running for 6 hours, basic setup as Gateway, static leases, OpenVPN client (on PIA) with Policy Based Routing up and running, 2,4GHz, 5Ghz USB storage NAS and miniDLNA working., OpenVPN server working

1. DNS leak see: http://svn.dd-wrt.com/ticket/6020, https://svn.dd-wrt.com/ticket/6908

Otherwise build is fine

Resolved:
1. Pushed DNS servers from VPN provider are used starting with build 41120, if you do not want that, add the following to the Additional Config of the VPN client:
pull-filter ignore "dhcp-option DNS"
2. Build 41174 has an improved VPN Policy Based Routing, it is now possible to use the VPN route command i.e. to route a DNS server via the VPN (in this way you will get rid of the DNS leak), see: https://svn.dd-wrt.com/ticket/6815#comment:1 , and for DNS leaks the second posting of this thread: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=318662
3. Another improvement on PBR is that local routes are now copied over to the alternate routing table so there is communication if you have unbridged VAP's and you can set the router's IP on PBR.
See: https://svn.dd-wrt.com/ticket/6821#comment:3
4. Starting with build 41174, the PBR has become more versatile, you can now use " from [IP address] to [IP address] ", so if you enter the following in the PBR field:
192.168.1.124 to 95.85.16.212 #ipleak.net, it will only route IP address 95.85.16.212 (which is ip leak.net) from my IP address 192.168.1.124 via the VPN everything else from this IP address will route via the WAN (this is just an example).
See: https://svn.dd-wrt.com/ticket/6822
Although this command itself supports routing per port this is however only available starting from K 4.17 so we have to rely on scripting for per port routing until then.
5. New OpenVPN TLS ciphers are added in 41308 see: https://svn.dd-wrt.com/changeset/41308
6. Starting with build 41304 you can now choose which TLS Key you want to use: TLS Auth or the newer/better TLS Crypt. See https://svn.dd-wrt.com/ticket/6845#comment:17
7. Starting with build 41664 no problems with GTK renewal and authenticating, unbridged VAP works, for bridged VAP's this is still needed:
sleep 20; stopservice nas; wlconf eth1 down; wlconf eth2 down; wlconf eth1 up; wlconf eth2 up; startservice nas


Big Thanks to BrainSlayer and others 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
jwh7
DD-WRT Guru


Joined: 25 Oct 2013
Posts: 2670
Location: Indy

PostPosted: Fri Dec 06, 2019 13:48    Post subject: Reply with quote
Netgear WNDR4500v2: Client Mode
File: CLI upgrade to .bin from 41418
Kernel: Linux version 3.10.108-d8 (gcc version 9.2.0 (OpenWrt GCC 9.2.0 r10890-7d542dc804) ) #724 Fri Dec 6 12:07:27 +04 2019
Status: working fine; changed rekey back to 3600 for testing

_________________
# NAT/SFE/CTF: limited speed w/ DD # Repeater issues # DD-WRT info: FAQ, Builds, Types, Modes, Changes, Demo #
OPNsense x64 5050e ITX|DD: DIR-810L, 2*EA6900@1GHz, R6300v1, RT-N66U@663, WNDR4000@533, E1500@353,
WRT54G{Lv1.1,Sv6}@250
|FreshTomato: F7D8302@532|OpenWRT: F9K1119v1, RT-ACRH13, R6220, WNDR3700v4
turbowells
DD-WRT User


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

PostPosted: Fri Dec 06, 2019 14:05    Post subject: Reply with quote
Router/Version: Asus RT-N66U
File: dd-wrt.v24-41664_NEWD-2_K3.x_mega_RT-N66U.trx
Firmware: DD-WRT v3.0-r41664 mega (12/06/19)
Kernel: Linux 3.10.108-d8 #740 Fri Dec 6 12:20:40 +04 2019 mips
Mode: AP/USB
Previous: r41517
Reset?: N
Status: Working

Router/Version: Asus RT-N12D
File: dd-wrt.v24-41664_NEWD-2_K3.x_mega.bin
Firmware: DD-WRT v3.0-r41664 mega (12/06/19)
Kernel: Linux 3.10.108-d8 #740 Fri Dec 6 12:20:40 +04 2019 mips
Mode: Router/OpenVPN client
Previous: r41517
Reset?: N
Status: Working

Router/Version: Asus WL-500G Premium v2
File: dd-wrt.v24_mega_generic.bin
Firmware: DD-WRT v3.0-r41664 mega (12/06/19)
Kernel: Linux 2.4.37 #57391 Fri Dec 6 06:38:42 +04 2019 mips
Mode: Router/USB
Previous: r41517
Reset?: N
Status: Working

Flashed from gui. Syslogs clean. Up 60 minutes. Test for rekey issue...
kernel-panic69
DD-WRT Guru


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

PostPosted: Fri Dec 06, 2019 14:14    Post subject: Reply with quote
egc wrote:
7. Starting with build 41664 no problems with GTK renewal and authenticating, unbridged VAP works, for bridged VAP's this is still needed:
sleep 20; stopservice nas; wlconf eth1 down; wlconf eth2 down; wlconf eth1 up; wlconf eth2 up; startservice nas


Bridged VAPs are still broken? Someone please confirm 100%. Not flashing this one since 41664 commit doesn't affect me, there are no 3.10.* kernel updates in the build.

EDIT: Nevermind. Already confirmed by egc, but YMMV: https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1184111#1184111

_________________
"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
tinkeruntilitworks
Guest





PostPosted: Fri Dec 06, 2019 16:52    Post subject: Reply with quote
Router: Netgear R7000P
Kernel: Linux 4.4.206 #410 SMP Fri Dec 6 08:16:00 +04 2019 armv7l
Mode: Gateway / AP / JFFS2 / Unbound / QoS(HFSC FQ_CODEL_FAST) ISP Speed 100 Mbps down 10 Mbps up
Status: all seems well / devices are able to rejoin network


Last edited by tinkeruntilitworks on Sun Dec 08, 2019 16:59; edited 1 time in total
jwbraun
DD-WRT Novice


Joined: 22 Jun 2018
Posts: 18

PostPosted: Fri Dec 06, 2019 17:10    Post subject: Reply with quote
This does not boot on my Asus RT-AC1900P. It appears to load correctly but just gets stuck in a reboot loop.

Flashed back to r41586 for now.
lpy
DD-WRT Novice


Joined: 17 Oct 2017
Posts: 38

PostPosted: Fri Dec 06, 2019 17:33    Post subject: Reply with quote
Router Model: Asus RT-AC68U
Firmware: r41664

Firmware completely broken. Does not boot. I think it's time I stick with r41586 for a few months and not look at the ftp page. r41586 seems to be working good anyway.
kernel-panic69
DD-WRT Guru


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

PostPosted: Fri Dec 06, 2019 17:39    Post subject: Reply with quote
jwbraun wrote:
This does not boot on my Asus RT-AC1900P. It appears to load correctly but just gets stuck in a reboot loop.

Flashed back to r41586 for now.


Someone needs to update this wiki:

https://wiki.dd-wrt.com/wiki/index.php/Supported_Devices#Asus

I guess I completely missed this one getting added in the commits. Some more details would be required to help report the issue, though. Especially configuration.

_________________
"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
kernel-panic69
DD-WRT Guru


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

PostPosted: Fri Dec 06, 2019 17:41    Post subject: Reply with quote
lpy wrote:
Router Model: Asus RT-AC68U
Firmware: r41664

Firmware completely broken. Does not boot. I think it's time I stick with r41586 for a few months and not look at the ftp page. r41586 seems to be working good anyway.


Did you do a reset to rule out the chance of an old configuration workaround causing issue?

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


Joined: 18 Mar 2014
Posts: 12884
Location: Netherlands

PostPosted: Fri Dec 06, 2019 17:50    Post subject: Reply with quote
Router Model: Linksys E2000 (converted N320)

Firmware Version: DD-WRT v3.0-r41664 mega (12/06/19)
Kernel Version: Linux 3.10.108-d8 #740 Fri Dec 6 12:20:40 +04 2019 mips

Upgraded: from DD-WRT v3.0-r41328 (10/15/19)
Reset: No, not this time

Status: Up and running for 8 hours, basic setup as Gateway, static leases, OpenVPN client (tun) (on PIA) up and running, VPN download speed 5-6 Mb/s, Wifi 2,4GHz working.
WireGuard working

Errors: No, Seems like a good build

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
mwchang
DD-WRT Guru


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

PostPosted: Fri Dec 06, 2019 17:53    Post subject: DD-WRT BS build 41174 and Asus RT-N18U Reply with quote
Router/Version: Asus RT-N18U(rev. A1)
Firmware: D-WRT v3.0-r41664 std (12/06/19)
Kernel: Linux 4.4.206 #409 Fri Dec 6 08:09:52 +04 2019 armv7l
Previous: DD-WRT v3.0-r41174 std (09/26/19)
Mode: WAN @ DHCP, Wireless @ AP
Status: Working (not 24/7 & not using IPv6, VAP, VPN; Using NAS & USB)
Reset: NO reset during firmware upgrade but cold boot

Short report: everything basic is working fine.

WAN settings no DNS bleeding. First entry remained 8.8.8.8!

Samba: Min & Max protocols SMB2 means NET VIEW command could not list it?

More testing tomorrow....


_________________
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 Fri Dec 06, 2019 17:58; edited 1 time in total
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12884
Location: Netherlands

PostPosted: Fri Dec 06, 2019 17:56    Post subject: Re: DD-WRT BS build 41174 and Asus RT-N18U Reply with quote
mwchang wrote:
Router/Version: Asus RT-N18U(rev. A1)
Firmware: D-WRT v3.0-r41664 std (12/06/19#41;
Kernel: Linux 4.4.206 #409 Fri Dec 6 08:09:52 +04 2019 armv7l
Previous: DD-WRT v3.0-r41174 std (09/26/19#41;
Mode: WAN @ DHCP, Wireless @ AP
Status: Working (not 24/7 & not using IPv6, VAP, VPN; Using NAS & USB)
Reset: NO reset during firmware upgrade but cold boot

Short report: everything basic is working fine.

WAN settings no DNS bleeding. First entry remained 8.8.8.8!

Samba: Min & Max protocols SMB2 means NET VIEW command could not list it?

More testing tomorrow....



Set min protocol to NT1 (=SMB1)

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


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

PostPosted: Fri Dec 06, 2019 18:00    Post subject: Re: DD-WRT BS build 41174 and Asus RT-N18U Reply with quote
egc wrote:
mwchang wrote:

Samba: Min & Max protocols SMB2 means NET VIEW command could not list it?
More testing tomorrow....

Set min protocol to NT1 (=SMB1)

No better solution if one insists to use NET VIEW? Smile

server min protocol = SMB2_10?


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


Joined: 31 Jan 2015
Posts: 6290
Location: Texas

PostPosted: Fri Dec 06, 2019 19:15    Post subject: Reply with quote
Anyone get this k2.4.x micro build to work on anything ???
dangit I had high hopes for this build ...guess I should have tried this on the old WRT54G spares

Linksys WRT54G v8.1
DD-WRT v3.0-r41664 micro (12/06/19)
Linux 2.4.37 #57396 Fri Dec 6 06:44:09 +04 2019 mips
[dd-wrt.v24_micro_generic.bin]
NO Reset -- GUI install over r35531
used as a WAP in the shop at the very far end of my network
Apparently it NO worky. Went there trying to connect with phone & laptop but they
will only connect to this device for approx 1 sec


#

Linksys WAP54G v3.x
???
NO Reset -- GUI install over r35531
just used as WDS link to WRT54G v2
It NO worky.

I'll take both these down in day or so when its warmer.... prolly put the r35531 back on them


#

Linksys WRT54G v2
DD-WRT v3.0-r41664 mini (12/06/19)
Linux 2.4.37 #57382 Fri Dec 6 06:31:31 +04 2019 mips
[dd-wrt.v24_mini_generic.bin]
NO Reset -- GUI install over r35531
just used as WDS link to WAP54G .... I have NO idea if its radio is working
Its switch is good been up few hours


#

Asus RT-N12D1
DD-WRT v3.0-r41664 mega (12/06/19)
Linux 3.10.108-d8 #740 Fri Dec 6 12:20:40 +04 2019 mips
[dd-wrt.v24-41664_NEWD-2_K3.x_mega.bin]
NO Reset -- GUI install over r33555
just used as a WAP in the house across my main WDS link --
-- mainly only used by me or my Daughter when we are there

All good up 3.5 hrs

#

Asus RT-N12D1
DD-WRT v3.0-r41664 mega (12/06/19)
Linux 3.10.108-d8 #740 Fri Dec 6 12:20:40 +04 2019 mips
[dd-wrt.v24-41664_NEWD-2_K3.x_mega.bin]
NO Reset -- GUI install over r33555
just used as main WAP in the house across my main WDS link.
Four wired desktops, four Apple mobile devices + HP Officejet 4622 wireless printer/scanner always connected.
Also has isolated guest network wl0.1 via br1. Samsung TV & Dish Network connected to its guest net 24/7.

All ok...up 3.5 hrs
note: had to use the below in startup for clients to connect to wl0.1 --
sleep 10
stopservice nas
wlconf eth1 down
wlconf eth1 up
startservice nas
Goto page 1, 2, 3, 4, 5, 6  Next Display posts from previous:    Page 1 of 6
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