Nothing changed since long time: You have to use service-stop user script to make the overclocking sticky across reboots (as outline here).Any update (or easy guide) on how to ensure overclock works on resets?
So once I enable JFFS in the admin then with ssh I do nano /jffs/scrips/service-stop and add that in there?Nothing changed since long time: You have to use service-stop user script to make the overclocking sticky across reboots (as outline here).
Yes, the service-stop script content should look something like this:So once I enable JFFS in the admin then with ssh I do nano /jffs/scrips/service-stop and add that in there?
One warning.....don't try and modify a CFE compiled with a CPU clock value of 800 (early AC68's) to 1000 or more (you can't fit 4 chars in a 3 char space, and you can't insert a char either).
So did all these settings and chmod it but when I rebooted the router it looks like the router may be bricked? Guess I will have to try the WPS reset and see if it gets it working again.Yes, the service-stop script content should look something like this:
#!/bin/sh
#
# set clkfreq (due to change in CFE/NVRAM handling by ASUS)
nvram set clkfreq=1200,666
nvram commit
And do not forget to make the script executable with chmod +x service-stop
Maybe you have the same issue/situation as discussed here.I rebooted the router and it worked fine but the clock freq was at 800 so obviously the service-stop script isnt working.
Edit:
Does NVRAM Commit do nothing anymore? I used
nvram set clkfreq=1200,666 and then checked Tools and it shows CPU Freq as 1200... I didn't used NVRam commit to test this theory.
You linked this thread Joe - Was ist los mit dir?Maybe you have the same issue/situation as discussed here.
When you do an 'nvram set' or 'nvram get' (write or read of nvram) it's actually operating on a copy of nvram kept in standard ram. It's not actually written to the nvram flash memory until you issue the 'nvram commit' (or the router has need to commit something else).Does NVRAM Commit do nothing anymore? I used
nvram set clkfreq=1200,666 and then checked Tools and it shows CPU Freq as 1200... I didn't used NVRam commit to test this theory.
You linked this thread Joe - Was ist los mit dir?
I think you meant this thread:
https://www.snbforums.com/threads/asus-rt-ac68-overclock-not-working.38340/
When you do an 'nvram set' or 'nvram get' (write or read of nvram) it's actually operating on a copy of nvram kept in standard ram. It's not actually written to the nvram flash memory until you issue the 'nvram commit' (or the router has need to commit something else).
That's why it will show up in the gui without doing a commit, it's reading the ram copy.
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!