is safe to install the latest nov 2021 beta on these now?

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


Joined: 25 Oct 2013
Posts: 2670
Location: Indy

PostPosted: Tue Nov 09, 2021 21:37    Post subject: Reply with quote
redhawk0 wrote:
So...you have an AC1450...but it shows as an R6300v2.

The FCC ID is the same for these two models...but they have different board_id numbers in the nvram settings. Somewhere along the line...your board_id got set to an R6300v2.
Good point; and... Hey Redhawk!

@macexperts You can also check the board_id (and all the other defaults) in mtd0, similarly as I mentioned above. Though a full reset should have fixed it... I have seen where some types of resets don't actually reset everything. Assuming this isn't a DD bug...

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


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

PostPosted: Tue Nov 09, 2021 23:04    Post subject: Reply with quote
Overclocking in the webUI was disabled a while ago... where you been? Too many people bricking their routers....
_________________
"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
jwh7
DD-WRT Guru


Joined: 25 Oct 2013
Posts: 2670
Location: Indy

PostPosted: Tue Nov 09, 2021 23:16    Post subject: Reply with quote
kernel-panic69 wrote:
Overclocking in the webUI was disabled a while ago... where you been?
Using OpenWRT mostly Razz Lots of other various projects going on though.

But I did say I thought BS may have done so. Wink Nothing a reset can't fix, if one knows what they're doing. Cool

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


Joined: 18 Mar 2014
Posts: 12915
Location: Netherlands

PostPosted: Wed Nov 10, 2021 9:12    Post subject: Re: partial success Reply with quote
jwh7 wrote:
macexperts wrote:
I did reset everything and go fresh in fact I'm still setting up everything. I toggled SPE / CTF and CTF was faster by far. From what I'm reading on some forums it seems DD-WRT is a bottleneck and people flashed back to factory to overcome it.
[...] PS I only see 800/600 in the clock
Ok cool Smile BS may have restricted overclocking; or this model doesn't support it (the R6300v1 does not; but it's a totally different SoC). Try setting it manually*; backup your nvram in case you have to reset.

Check your `cat /proc/cpuinfo` output (or `dmesg|grep -i hz) before and after (if there's no frequency listed, go by the 'bogomips' field). Then check `nvram get clkfreq` for reference**. In telnet/ssh:
    nvram set clkfreq=1000,666
    nvram set overclocking=1000
    nvram commit && reboot
The 'overclocking' parameter is to prevent DD from resetting 'clkfreq'. If it can overclock (stably, of course), that should almost proportionally increase CPU-bottlenecked NAT speed (25% for those playing at home).
* To compare, my EA6900's OEM nvram (& CFE) had clkfreq=800,533 while the third-party Xwrt CFE used 800,666. The datasheet for the memory showed it rated for a minimum of "667", and I've been running it (and now a 2nd) at 1000,666 for years. I reset the heatsink (from thermal pad to good compound) and drilled some holes in the top of the case to drop the temps down. Not necessary, but it will impress your friends and influence neighbors. Cool
** To check the CFE default: `strings /dev/mtd0|grep clk`


I dusted off the old EA6900 which was sitting in the holiday home but my overclocking utility which I reinstated again (see picture) has 400, 533, 667, 800 as memory frequency

Should the default not be 667?

Furthermore The temps are over 70 Celsius is there a thread to open the router and reseat the heatsink?



Naamloos.png
 Description:
 Filesize:  12.84 KB
 Viewed:  2134 Time(s)

Naamloos.png



_________________
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 Nov 12, 2021 16:40    Post subject: Re: partial success Reply with quote
egc wrote:
I dusted off the old EA6900 which was sitting in the holiday home but my overclocking utility which I reinstated again (see picture) has 400, 533, 667, 800 as memory frequency

Should the default not be 667?
Broadcom 1/3 and 2/3 speeds increment by 33's and 66's.
E.g.: https://svn.dd-wrt.com/browser/src/linux/universal/linux-4.4/brcm/arm/shared/hndarm_ca9.c#L92

I imagine 667 is just a display value, and not from the actual pll table. Are you using an Xwrt CFE? Check your `strings /dev/mtd0|grep clkfreq`. Mine was 800,666, while the OEM was 800,533. Does your resultant clkfreq show '800,667'? And does dmesg report the speed? (out of town on vacation atm, so can't check)
egc wrote:
Furthermore The temps are over 70 Celsius is there a thread to open the router and reseat the heatsink?
I didn't post one for it, but I used a plastic separator tool to (carefully) open the lid; Linksys/Belkin/D-link cases are the worst. :-/ The heatsink has 3 screws I think, so my usual straight-edge razor blade to remove the old material, de-wax/grease solvent (I use PPG DX330; high-purity alcohol is prob ok), and little 330/400 then 600 grit wet-sanding if the surface is rough and/or un-flat. The case top has a grid structure inside, making hole drilling pretty easy (then a countersink to clean them up). I made 20 holes total, about 1/4"-5/16" or so. Dropped the steady-state temp quite a bit. Smile
_________________
# 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: 14246
Location: Texas, USA

PostPosted: Fri Nov 12, 2021 16:47    Post subject: Reply with quote
If you're going to go that far, just add a couple of cooling fans to pull air up through the case Cool
_________________
"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: 12915
Location: Netherlands

PostPosted: Fri Nov 12, 2021 17:35    Post subject: Reply with quote
Thanks @jwh7 that was the list I was looking for, I have my specs from the JEDEC listing, the actual transfer rate is 666 2/3 so you have SDRAM 667

But Broadcom apparently lists it just as 666 Smile
(the devil is in the details, pun intended)

Yes I use the Xwrt CFE with that it runs fine and I have clkfreq=800,666

Will have to think about opening and resetting the heat sink, just having a fan blowing is perhaps the easier solution

_________________
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 Apr 29, 2022 15:42    Post subject: Reply with quote
egc wrote:
Will have to think about opening and resetting the heat sink, just having a fan blowing is perhaps the easier solution
Eff that noise (pun very much intended)! Razz

Better late than never?
EA6900 (and other EA's...) simple cooling mod

_________________
# 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
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