New Beta Build 41321 (14 Oct 2019)

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


Joined: 18 Mar 2014
Posts: 12913
Location: Netherlands

PostPosted: Mon Oct 14, 2019 12:50    Post subject: New Beta Build 41321 (14 Oct 2019) Reply with quote
Downloads: (if a link does not work, try another)
https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2019/10-14-2019-r41321/
ftp://ftp.dd-wrt.com/betas/2019/10-14-2019-r41321/

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: 41303
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.



Template to copy (after "Code:") for posting issues, be sure to include the mode in use (gateway, AP, CB, etc.):
Code:
[b]Router/Version: [/b]
[b]File: [/b]
[b]Kernel: [/b]
[b]Mode: [/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.

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


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Mon Oct 14, 2019 13:06    Post subject: Reply with quote
EA8500
DD-WRT v3.0-r41321 std (10/14/19)
Linux 4.9.196 #481 SMP Mon Oct 14 02:15:59 CEST 2019 armv7l
uptime 1:50
NO reset -- GUI install over r41241
main gateway router -- all good

JFFS is now fixed on the EA8500 ...thanks BS Cool
Not currently using JFFS on this router but I tried it on the other EA8500



WNDR3700 V4
DD-WRT v3.0-r41321 std (10/14/19)
Linux 3.18.140 #57108 Mon Oct 14 05:44:29 +04 2019 mips
NO reset -- GUI install over r41241
uptime 10:05
just used as switch / ovpn server / samba share
all ok



WRT160NL
DD-WRT v3.0-r41321 std (10/14/19)
Linux 3.10.108-d8 #25247 Mon Oct 14 04:17:32 +04 2019 mips
NO reset -- GUI install over r41241
uptime 10:06
just a switch / samba share
all good
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12913
Location: Netherlands

PostPosted: Mon Oct 14, 2019 13:20    Post subject: Reply with quote
Router Model: Netgear R7800

Firmware Version: DD-WRT v3.0-r41174 std (09/26/19)
Kernel Version: Linux 4.9.196 #481 SMP Mon Oct 14 02:15:59 CEST 2019 armv7l

Upgraded from: DD-WRT v3.0-r41174 std (09/26/19)
Reset: No, not this time

Status: Up and running for 8 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 OpenVPN server working.

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

Otherwise build is fine

Resolved:
1. Pushed DNS servers from VPN provider are now used, 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 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

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
SDundee
DD-WRT User


Joined: 22 May 2011
Posts: 55

PostPosted: Mon Oct 14, 2019 15:20    Post subject: JFFS (now UBIFS) works well on build r41321 Reply with quote
As in the other post, JFFS2 is working well now. Thank you BS! Size is changed from 32 MB to 24 MB, I reckon there is a reason for that technically. Again major kudos for BS for moving us on to UBIFS. I configured the router from scratch just in case any NVRAM settings had changed, fired up JFFS2 in settings and cleared JFFS2 in Admin settings. Log file entries look great. And, I am running stubby now from JFFS (UBIFS) mounted as /OPT without any errors. This is great. The only weird thing I noticed was when I applied wireless security settings I lost contact with the router and it sort of hung. I power cycled it and it rebooted fine with the settings I had applied earlier; I could not recreate the fault. I also noticed that the ticket 5699 https://svn.dd-wrt.com/ticket/5699 to remove the invalid wireless extension settings in build r41269 is not fixed; the invalid extension settings are still there.
SDundee
DD-WRT User


Joined: 22 May 2011
Posts: 55

PostPosted: Mon Oct 14, 2019 15:22    Post subject: WL security settings are amazing Reply with quote
Agree that the wireless security settings are, in a word, AMAZING. WPA3 is already provided + many cipher options. Really well done.
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Mon Oct 14, 2019 15:34    Post subject: Reply with quote
Router Model: dir-862L, dir-862L, wndr4300, x86-64, r7800

Status: well it runs..
Reset: no/yes no effect
Errors: see tickets below

https://svn.dd-wrt.com/ticket/5118 *
https://svn.dd-wrt.com/ticket/5225 *
https://svn.dd-wrt.com/ticket/5603 *
https://svn.dd-wrt.com/ticket/5699
https://svn.dd-wrt.com/ticket/5817
https://svn.dd-wrt.com/ticket/5845
https://svn.dd-wrt.com/ticket/5848
https://svn.dd-wrt.com/ticket/5933
https://svn.dd-wrt.com/ticket/5938
https://svn.dd-wrt.com/ticket/6115 *
https://svn.dd-wrt.com/ticket/6286
https://svn.dd-wrt.com/ticket/6315
https://svn.dd-wrt.com/ticket/6481 *
https://svn.dd-wrt.com/ticket/6495 *
https://svn.dd-wrt.com/ticket/6511
https://svn.dd-wrt.com/ticket/6555 *
https://svn.dd-wrt.com/ticket/6655


still bad, the usual poor k4.x ipq performance. about doubled the cpu load with sirq, latency is high, wifi throughput is jittery and low etc, even when bridged with no nat/firewall/qos enabled on the r7800. and BS has "no issues"... (r7800). ipq806x is trashed by kernel 4.x even after all these years. seems kong was the only one on earth able to fix it..

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..



Last edited by tatsuya46 on Tue Oct 15, 2019 16:56; edited 3 times in total
vortex05
DD-WRT User


Joined: 14 Mar 2014
Posts: 218

PostPosted: Mon Oct 14, 2019 15:37    Post subject: Reply with quote
Router Model: WNDR4300v1

Status: OK
Reset: No
Errors: None


Router Model: WR841N V9

Status: Errors
Reset: No
Errors: Cannot upgrade from web ui
Frakko
DD-WRT Guru


Joined: 06 May 2016
Posts: 521

PostPosted: Mon Oct 14, 2019 16:45    Post subject: Reply with quote
Router Model TP-Link TL-WR841ND v9
Firmware Version DD-WRT v3.0-r40890 std (09/03/19)
Kernel Version Linux 3.18.140 #52575 Tue Sep 3 02:22:47 +04 2019 mips

Unable to load firmware via webgui. Sad
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Mon Oct 14, 2019 17:11    Post subject: Reply with quote
EA8500 ...main router
I enabled unbound but its still same ol same ol when connected to its ovpn server.
Clients can't go anywheres while only the ovpn server IP is pushed as DNS.
Copied modified unbound.conf to /jffs/etc/
Restart unbound and it works perfectly --- ovpn client also only use unbound + local DNS working just fine.

all in all this r41321 prolly a damn good build for the EA8500 Laughing

Using HFSC CAKE
All TCP-Packet Priority are checked.
http://www.dslreports.com/speedtest/55342807

https://www.nperf.com/r/3217556714312104-TR9Hv9g4

mrjcd@Deb:~$ speedtest-cli --share --server 5420
Retrieving speedtest.net configuration...
Testing from Brazos Internet (96.46.208.xxx)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by Suddenlink Communications LLC (Abilene, TX) [130.81 km]: 57.203 ms
Testing download speed................................................................................
Download: 44.97 Mbit/s
Testing upload speed......................................................................................................
Upload: 43.28 Mbit/s
Share results: http://www.speedtest.net/result/8673651336.png
mrjcd@Deb:~$
bdg2
DD-WRT User


Joined: 18 Apr 2013
Posts: 319

PostPosted: Mon Oct 14, 2019 18:47    Post subject: Re: WL security settings are amazing Reply with quote
SDundee wrote:
Agree that the wireless security settings are, in a word, AMAZING. WPA3 is already provided + many cipher options. Really well done.

It's just unfortunate that it seems to let you choose combinations that do not make any sense.
msoengineer
DD-WRT Guru


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

PostPosted: Mon Oct 14, 2019 19:36    Post subject: Reply with quote
tatsuya46 wrote:
wifi is full of "ghost load" now on top of the usual k4.x latency and high cpu load etc. unusable even when bridged with no nat/firewall/qos on the r7800. and BS has "no issues"... (r7800).


I'll have to fire up the R7800 and take a peek, but for sure when q-boost was on it was causing gremlins on the R9000...had to turn off q-boost. I think the only reason to use q-boost would be between two routers that support it with no other clients getting on either wifi... q-boost was interfering with my motorola baby monitor on 2.4ghz eating bandwidth/causing noise. The gui showed a 25-35% drop in channel quality on the status>wireless page for both 2.4 and 5ghz.

Are you seeing the wifi load issue with q-boost off? I assume so, but want to make sure.

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


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

PostPosted: Mon Oct 14, 2019 19:41    Post subject: Re: WL security settings are amazing Reply with quote
bdg2 wrote:
SDundee wrote:
Agree that the wireless security settings are, in a word, AMAZING. WPA3 is already provided + many cipher options. Really well done.

It's just unfortunate that it seems to let you choose combinations that do not make any sense.


The only thing I can point to is that Broadcom and QCA handle spectrum allocation different, from reading somewhere... Though you would think the code between the two would be different and not coded as "one size fits all."

I am not enough of an expert to look at the code and know if BS has separated out the wifi channel selection dependent on chipset; but my SWAG is he did not based on other comments I seem to recall in the SVN's... it will forever be an issue if it's a one size fits all... QCA seems to have their shit together when it comes to wifi standards and leading the pack on technology, while broadcom seems to veer off track....that's just based on a hunch more than anything...

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


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

PostPosted: Mon Oct 14, 2019 20:51    Post subject: Reply with quote
R9000, NFG... anything after 41269 won't flash...not TFTP nor BIN.
https://svn.dd-wrt.com/ticket/6856

Email sent to BS.

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


Joined: 22 May 2011
Posts: 55

PostPosted: Mon Oct 14, 2019 21:54    Post subject: Great build for the EA8500 Reply with quote
Agree with our beloved and esteemed colleague mrjcd™. This is a great build for the EA8500 router. Very nice to have JFFS functionality back using UBIFS developed by our Nokia friends. Out of morbid curiosity (or Norbit for cinema buffs), has anyone played with GPIO scripts to get the doggone LED working on the EA8500? A little light from that LED provides a lot of bio-feedback during booting. So very interested to know the experiences from the group on the LED functionality using GPIO or other fixes.
ddaniel51
DD-WRT Guru


Joined: 19 Feb 2013
Posts: 1464

PostPosted: Mon Oct 14, 2019 22:21    Post subject: Reply with quote
msoengineer wrote:
R9000, NFG... anything after 41269 won't flash...not TFTP nor BIN.
https://svn.dd-wrt.com/ticket/6856

Email sent to BS.


I concour, both images.

_________________
Segment 1 XR700 10Gb LAN, 1Gb WAN ISP BS
Wired AP 1 Unifi Wifi 6 LR US 1Gb LAN
Wired AP 2 Unifi Wifi 6 LR US 1Gb LAN
Wired AP 3 Unifi Wifi 6 LR US 1Gb LAN
Syslog Services Asustor 7110T NAS 10GB
NetGear XS716T 10GB Switch
download1.dd-wrt.com/dd-wrtv2/downloads/betas/ (Brain Slayer)
YAMon https://usage-monitoring.com/index.php
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