ok cool, thanks!
ok cool, thanks!
When I Putty my settings likewise in the info page says 1200... but if I reboot the router, the ac87r/u returs back to default 1000 cpu frequency.... Im I missing something because I cannot reboot....Yes. Both are ARM routers so it is:
nvram get clkfreq (Tells you what the current clock setting are)
nvram set clkfreq=1200,800
nvram commit
Then reboot the router.
Yes. Both are ARM routers so it is:
nvram get clkfreq (Tells you what the current clock setting are)
nvram set clkfreq=1200,800
nvram commit
Then reboot the router.
R u sure you ARE overclocked? The latest Asus firmware resets it to CFE defaults on runtime...When i overclock in nvram to 1200,800 0r 1400,800 or 1400,1400 it does NOT in any way increase my Mbps speed on vpn where it should, maybe even marginaly by few Mpgs.
Anyone know why. Again if off topic i'll probably address in overclock thread but since this is VPN thread might as well ask too.
Yep, that's a know issue: The recent Asus firmware resets NVRAM values on runtime to the Bootloader (CFE) defaults - therefore you see your values only shortly after reboot. But: It does not reset the CPU timing (done only on reboot)!I'm overclocked in mips now but gui don't show overclock but i don't care if that's just cosmetic.
mkdir -p /jffs/scripts
echo "#!/bin/sh" > /jffs/scripts/services-stop
echo "nvram set clkfreq=1000,666" >> /jffs/scripts/services-stop
echo "nvram commit" >> /jffs/scripts/services-stop
chmod 755 /jffs/scripts/services-stop
cat /jffs/scripts/services-stop
The clkfreq line is incorrect for the AC87U router: should be for overclocking 1200 or 1400 for CPU and 800 for RAM...Code:mkdir -p /jffs/scripts echo "nvram set clkfreq=1000,666" >> /jffs/scripts/services-stop
Yes, it is!Thanks Joe. I know but I was asking if i setup the script correctly, meaning if i paste each line in SSH and enter will it write it into jjfs directory by doing that. I do not know how else to do it
No cooling needed as the chips are build for even much higher temps - discussed many times in the forum.I purchased the cool master slim 2 for my AC87u. CPU temp went from the low 80' to low 60's.
Yep, still working in my case.Is services-stop still the place to put this to persist reboots?
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!