New Build - 05/28/2021 - r46788

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


Joined: 17 Jun 2006
Posts: 889

PostPosted: Sat May 29, 2021 15:10    Post subject: Reply with quote
Zyxx wrote:
Router/Version: Netgear R7000
File: netgear-r7000-webflash.bin
Firmware: DD-WRT v3.0-r46788 std (05/28/21) (prev. DD-WRT v3.0-r46733 std (05/21/21))
Kernel: Linux 4.4.269 #3196 SMP Thu May 27 16:32:15 +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: running CTF seems to be somewhat problematic, 37m up.
I enabled CTF the very first time since it was introduced, everything seemed to work.
BUT the very first moment I connect my mobile phone (on LTE not WLAN) via wireguard to this device and tried to open a website, the router froze.
Waited 15 minutes but device did not come back. Flipped its power switch, device was usable again.
Switched CTF back to previously running SFE, rebooted, problem gone.
Retested this 2 times.
Every time I enable CTF and try to access a website via wireguard --> freeze.
Screenshot of WG Router settings attached.
R7000 is 192.168.1.1, DNS is on another device.



I don't know if this has anything to do with "CTF".
Have had Wireguard going for quite a while, connecting three sites. Works flawlessly. However if I try to connect using the IOS-app for Wireguard it brings down my router consistently, regardless if I use SFE or CTF. I've given up on getting Iphones to work on my setup. Main thing is that the site-to-site VPN works well.
Quote:

_________________
Netgear R7000 on Build 55109
Asus AC-AC68U rev. C1 (AP) on Build 55109
Asus AC-68U rev. A1 on Build 54604
Asus AC-68U rev. A1 on Build 53339


Last edited by wabe on Sat May 29, 2021 18:06; edited 1 time in total
Sponsor
fmuntean
DD-WRT Novice


Joined: 30 Jan 2020
Posts: 49

PostPosted: Sat May 29, 2021 16:28    Post subject: WRT600N Lan not working Reply with quote
Router: WRT600N v1.1
Firmware: DD-WRT v3.0-r46788 (05/28/21)

After applying the current firmware the LAN switch stopped working. Did reset to factory multiple times.
Multiple reboots and even did nvram erase from the serial terminal but no luck.
Can only connect to the router using the WiFi.
Attached are the logs from the serial terminal and a screenshot of the switch GUI.
I have the router currently open apart so if anything else needed please ask.
swconfig list does not return anything.



WRT600N_switchconfig.png
 Description:
switch config GUI
 Filesize:  116.68 KB
 Viewed:  3848 Time(s)

WRT600N_switchconfig.png



wrt600n_bootlog_r46788.txt
 Description:

Download
 Filename:  wrt600n_bootlog_r46788.txt
 Filesize:  47.9 KB
 Downloaded:  109 Time(s)


wrt600n_nvram_r46788.txt
 Description:

Download
 Filename:  wrt600n_nvram_r46788.txt
 Filesize:  26.96 KB
 Downloaded:  139 Time(s)

kernel-panic69
DD-WRT Guru


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

PostPosted: Sat May 29, 2021 20:29    Post subject: Reply with quote
@Zyxx: your RT-N66 should be good to go.

@mj666: Yes, that functionality was removed and will be replaced with different code in the next release or so.

@turbowells: If ‘nvram erase && reboot” didn’t fix it, then you will have to manually make changes to your values . This is why I think BrainSlayer either needs to make further patch to the code so that vlans are properly configured in future releases for all devices.

As a workaround, try:
Code:
nvram unset vlan0hwname
nvram set vlan2hwname+”et0”
nvram unset vlan0ports
nvram unset vlan1ports
nvram set vlan1ports=“3 2 1 0 8*”
nvram set vlan2ports=“4 8”
nvram commit
reboot

Yes, it may look screwy with 8 instead of 5, but it will work.

@fmuntean: Same as with @turbowells’ situation, you can try this workaround and see if that fixes it.
Code:
nvram unset vlan0ports
nvram unset vlan2ports
nvram set vlan2ports=“0 8”
nvram unset vlan0_hwaddr
nvram unset vlan1_hwaddr
nvram set vlan1_hwaddr=“=00:1E:E5:2D:4C:45”
nvram set vlan2_hwaddr=“=00:1E:E5:2D:4C:55”
nvram commit
reboot

FYI for all: swconfig does read the nvram variables for vlans on Broadcom (to a point, I think?); Once all devices are properly fixed, then the webUI switch config tab will work properly. I will email BrainSlayer about this.

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


Joined: 28 Dec 2018
Posts: 729

PostPosted: Sat May 29, 2021 20:57    Post subject: Reply with quote
Thank you @kernel-panic69 Smile Appreciated!

@wabe
Since Wireguard was introduced in DD-WRT, several windows 10, android and kubuntu devices used multiple instances of wireguard on my 3 dd devices.
Never did my routers stall.
So, I'm sure this is a new behaviour, related to usage of CTF.
turbowells
DD-WRT User


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

PostPosted: Sat May 29, 2021 23:10    Post subject: Reply with quote
kernel-panic69 wrote:
@turbowells: If ‘nvram erase && reboot” didn’t fix it, then you will have to manually make changes to your values . This is why I think BrainSlayer either needs to make further patch to the code so that vlans are properly configured in future releases for all devices.

As a workaround, try:
Code:
nvram unset vlan0hwname
nvram set vlan2hwname+”et0”
nvram unset vlan0ports
nvram unset vlan1ports
nvram set vlan1ports=“3 2 1 0 8*”
nvram set vlan2ports=“4 8”
nvram commit
reboot

Yes, it may look screwy with 8 instead of 5, but it will work.


Thanks, I tried this as well as a few other things. Couldn't get it to work. I've reset to default and will wait for the next version as svn shows a few changes in this area.
kernel-panic69
DD-WRT Guru


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

PostPosted: Sun May 30, 2021 3:49    Post subject: Reply with quote
You will have to do an 'nvram erase && reboot' (or 'mtd erase nvram') if you did anything manually because the nvram values are not written by the firmware unless they are missing. I guess we shall see in the next release.
_________________
"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
PeteSL
DD-WRT User


Joined: 01 May 2007
Posts: 98

PostPosted: Sun May 30, 2021 11:00    Post subject: Reply with quote
Router/Version: Asus RT-AC3100
File/Kernel: asus_rt-ac3100-firmware.trx(experimental)/Linux 4.4.269 #3204 SMP Fri May 28 03:04:45 +07 2021 armv7l
Previous/Reset: r46716/No
Mode/Status: NAT,Wireguard client,uPNP,no DNS/DHCP,static WAN IP,G/N VHT40 2.4GHz, A/AC VHT80 5GHz
Issues/Errors: CTF causes restarts as described by others for different router (do not have iOS device so have not determined restart cause).
Ports are still reversed with nonexistent ports 5 & 6 showing. Results of recommended commands on nvram:
Code:
~# nvram show | grep vlan.*ports | sort
size: 43359 bytes (87713 left)
vlan1ports=0 1 2 3 5 7 8*
vlan2ports=4 8u
~# nvram show | grep port.*vlans | sort
size: 43359 bytes (87713 left)
port0vlans=2 18000 19000 20000
port1vlans=1 18000 19000 20000
port2vlans=1 18000 19000 20000
port3vlans=1 18000 19000 20000
port4vlans=1 18000 19000 20000
port5vlans=1 2 16000
port6vlans=
port7vlans=1 2 16000
~# nvram show | grep vlan.*hwname | sort
size: 43359 bytes (87713 left)
vlan1hwname=et2
vlan2hwname=et2



DD-WRTSnapshot_2021-05-30_055853.png
 Description:
Switch UI
 Filesize:  24.08 KB
 Viewed:  3610 Time(s)

DD-WRTSnapshot_2021-05-30_055853.png


rnix
DD-WRT User


Joined: 23 Feb 2016
Posts: 185

PostPosted: Sun May 30, 2021 13:29    Post subject: Reply with quote
Router/Version: Asus RT-N18U
Firmware: DD-WRT v3.0-r46788 std (05/28/21)
Kernel: Linux 4.4.269 #3200 Fri May 28 02:46:28 +07 2021 armv7l
Mode: gateway
Previous: r46733
Reset: no
Status: stable. no random reboots anymore with ctf (ctf only) enabled, will keep monitoring.
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 353
Location: Szczecin, Poland EU

PostPosted: Sun May 30, 2021 16:07    Post subject: New Build - 05/28/2021 - r46788 Reply with quote
Router/Version: Netgear WNR3500L v2
Kernel: Linux 4.4.269 #9622 Fri May 28 15:12:25 +07 2021 mips
Reset: No
Mode: Internet gateway, WIFI AP, Dnsmasq server
Issue: I have vlan0 interface in switch config tab
Status: Working
Uptime: ~44h

I'm update device via ssh. Generally router work good. I have vlan0 interface in switch config tab. I don't know how to fix this. Hints from firmware developpers don't help. WAN port operate little better than earlier.
fmuntean
DD-WRT Novice


Joined: 30 Jan 2020
Posts: 49

PostPosted: Sun May 30, 2021 20:21    Post subject: Reply with quote
kernel-panic69 wrote:

@fmuntean: Same as with @turbowells’ situation, you can try this workaround and see if that fixes it.
Code:
nvram unset vlan0ports
nvram unset vlan2ports
nvram set vlan2ports=“0 8”
nvram unset vlan0_hwaddr
nvram unset vlan1_hwaddr
nvram set vlan1_hwaddr=“=00:1E:E5:2D:4C:45”
nvram set vlan2_hwaddr=“=00:1E:E5:2D:4C:55”
nvram commit
reboot

FYI for all: swconfig does read the nvram variables for vlans on Broadcom (to a point, I think?); Once all devices are properly fixed, then the webUI switch config tab will work properly. I will email BrainSlayer about this.


Thank you @kernel-panic69,
I have tried all these settings and the LAN switch is still not working.
Let me know if you have any more ideas of what could be wrong or if you need any more info from me.

EDIT: I was able to make the LAN work by setting the vlan1hwname=et2 and adding eth2 to br0

Switch page still shows all ports red as not connected.
steven.w51
DD-WRT Novice


Joined: 10 May 2021
Posts: 6

PostPosted: Mon May 31, 2021 14:42    Post subject: Reply with quote
Router/Version:
Netgear R7000
File/Kernel:
DD-WRT v3.0-r46788 std / Linux 4.4.269
Previous/Reset:
DD-WRT V3.0-r46446 / Yes
Mode/Status:
Mode: AP
WAN: Disabled
Shortcut Forwarding Engine: SFE
DHCP Server: Disabled
DNSMASQ: Disabled
QOS/Port Forwarding: Disabled
Firewall: Disabled
Advanced Routing Mode: Router
Switch Config:
ETH1: Default / VLAN 1
ETH2: Connection to Powerline ethernet on VLAN 10
ETH3: Tagged on VLAN 10 (wired connection from pfsense firewall)
Networking:
BR0: Default
BR1: Mapped to VLAN 10, wl0.1 (2.4Ghz Guest), wl1.1 (5Ghz Guest)
Issues/Errors:
Seems to be generally stable, current uptime is 17hrs with no issues. However, I initially experienced low bandwidth issues while watching video on a streaming device that is associated on wl0.1. This seems to have resolved itself after reloading both the Netgear R7000 and the streaming device. I have not experienced low bandwidth/buffering/etc on any devices with previous builds.
jwh7
DD-WRT Guru


Joined: 25 Oct 2013
Posts: 2670
Location: Indy

PostPosted: Tue Sep 21, 2021 23:56    Post subject: Reply with quote
I've been helping BS out with WRT54GL issues on 47474 and 47475, where making changes (to setup CB or AP) causes loss of GUI/telnet/wireless access. Those builds also have very slow GUI response, fwiw. So I decided to whittle the issue down manually and found builds that:
1. came up as version 46412 (46640 and 46681 did this, but otherwise worked fine)
2. after setting up CB, had no internet...but worked as an AP (46854)
3. lost GUI/etc. access like 47474/5 (46816, though after flashing 46788 and setting back up, 46816 acted like #3)

I found 46788 is the last build where CB still works and obviously still has GUI access.

So to capture this for posterity:
Router/Version: Linksys WRT54GL
File/Kernel: 46788 std-nokaid / Linux 2.4.37 #65445 Fri May 28 02:03:02 +07 2021 mips
Previous/Reset: way, -way- too many of both :-/
Mode/Status: CB, and using it now
Luckily flashing/booting this thing is -way- faster than a e.g. WNDR4xxx. :-/

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


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

PostPosted: Wed Sep 22, 2021 0:23    Post subject: Reply with quote
This may not be a Broadcom-specific issue; I was initially going to set up a TL-WR1043NDv2 in CB mode and it decided I needed to use Client mode. Haven't had time to muck around with it. Thanks for your work on this!
_________________
"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
Bernie
DD-WRT Novice


Joined: 18 Jan 2019
Posts: 5

PostPosted: Tue Dec 21, 2021 20:54    Post subject: Reply with quote
Router/Version: Linksys WRT54GL v1.1
Firmware: DD-WRT v3.0-r46788 std (05/28/21)
Previous: DD-WRT v3.0-r44700 std (10/30/20)
Kernel: Linux 2.4.37 #65444 Fri May 28 01:57:15 +07 2021 mips
Reset: Yes. Hard resets before and after the upgrade to 46788
Mode/Status: Gateway, AP, DHCP server, DNSMasq
Issues/Errors: All is well, thank you.

Upgraded and configured without a problem using Firefox 68.12.0esr (64-bit) on a Linux box.

The regular (not dark) "wikar" Router GUI Style (under Administration -> Management) works well for viewing the web interface with Firefox. Pages are rendered nicely - i.e. no obscured tabs, and only the MAC-table fill-in page displayed oddly-wrapping text.

Rather than using the "SES / AOSS / EZ-SETUP / WPS Button" to toggle the radio on/off; Use the web interface by setting Wireless-> Basic Settings -> Wireless Network Mode to "Mixed" or "Disabled" as needed.

Much thanks to DD-WRT developer "jwh7" for noting build 46788 is the last build as of 47479 (09/23/21) which runs well on the WRT54GL.
Goto page Previous  1, 2 Display posts from previous:    Page 2 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