For some reason, i cant go to this page with the last merlin,
That page was removed years ago, as it was a serious security risk.
For some reason, i cant go to this page with the last merlin,
any up to date page for overclocking or its impossible now, i just want to learn how to do it.. in 2017That page was removed years ago, as it was a serious security risk.
You can connect to the router using a tool like PuTTY on Windows, or another SSH client of your liking.Make sure SSH is enabled on Administration -> Systemany up to date page for overclocking or its impossible now, i just want to learn how to do it.. in 2017
any up to date page for overclocking or its impossible now, i just want to learn how to do it.. in 2017
You can do it with a 2018 version, assuming Windows 7:
0. Enable telnet from the router's Administration (left side menu), System (tab), Service (section).
1. Install (enable) Telnet built in for Windows 7: https://social.technet.microsoft.co...les/910.windows-7-enabling-telnet-client.aspx
2. Windows Start Menu -> Run. Type in: cmd
3. After pressing the Enter key, you're in the command prompt, type in: telnet
4. Once in telnet application, type in: o 192.168.1.1 (NOTE: that is the letter oh prior to your router's default IP address, replace IP address as applicable)
5. Type in the login: admin
6. Type in the password for admin
7. Type in the following for 1 GHz CPU and 666 MHz for RAM:
nvram set clkfreq=1000,666
nvram commit
8. Go to router's Tools (left side menu), Sysinfo (tab), CPU. From there, you can verify the increased CPU clock (but not the RAM speed).
Note the following commands to use on step 7:
nvram get clkfreq - to get current clock frequencies of the CPU and RAM
nvram set clkfreq - to set clock frequencies of the CPU and RAM
nvram commit - to set it in the router's memory and execute
Hope this helps. Do note that you're supposed to utilize instead the sanctioned way of overclock by this method here: https://www.snbforums.com/threads/can-you-overclock-cpu-on-asus-rt-n66u.37174/#post-304656
ASUSWRT-Merlin RT-AC56U 384.3-beta3 Sun Feb 11 17:34:29 UTC 2018
admin@RT-AC56U-0EB8:/tmp/home/root# cd /jffs/scripts
admin@RT-AC56U-0EB8:/jffs/scripts# ll
-rwxrwxrwx 1 admin root 74 Feb 18 19:05 init-start*
admin@RT-AC56U-0EB8:/jffs/scripts# cat init-start
#!/bin/sh
#overclock to 1200,800
nvram set clkfreq=1200,800
nvram commit
admin@RT-AC56U-0EB8:/jffs/scripts#
Please dont double-post!What are the valid settings to underclock? I've read people talking about 1000mhz, and 1200mhz. I'm inferring that the proper/valid/documented steps are in 200mhz increments (or in my case decrements 600, 400 etc)
I have an old ASUS RT-AC68U that from the start overheated over 90c merely sitting there. (the outer case got extremely hot very quickly) I got a replacement from the seller who didn't bother with the return on the old one. So it's been sitting in my closet. I've thought about installing fans as some have done, and will eventually try that when I have the inclination.
After running these commands, I am still getting 800 MHZHow do I get the current values - Merlin?
For example, what are the memory clocks for AC56U? I only know the CPU default clocks - 800MHz...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!