What's new

Default clkfreq nvram on RT-AX86U?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mr8

Occasional Visitor
Hello,

I was transferring some /jffs/scripts from another router and one of the files had an overclock line "nvram set clkfreq=1200,800" that I missed.

I tried to unset the value and did a factory reset but "nvram get clikfreq" value is still empty.

Is there anything else I need to do?
 
I tried to unset the value and did a factory reset but "nvram get clikfreq" value is still empty.
That's a typo.

Are you sure it's empty? Using a nonexistent variable name won't report an error.
Code:
admin@RT-AC68U:/# nvram get dsfkflkfaslkfjhaslfhja
admin@RT-AC68U:/#
An empty string would look like this:
Code:
admin@RT-AC68U:/# nvram get wan1_vendorid

admin@RT-AC68U:/#
 
That's a typo.

Are you sure it's empty? Using a nonexistent variable name won't report an error.
Code:
admin@RT-AC68U:/# nvram get dsfkflkfaslkfjhaslfhja
admin@RT-AC68U:/#
An empty string would look like this:
Code:
admin@RT-AC68U:/# nvram get wan1_vendorid

admin@RT-AC68U:/#
whoops, looks like that was an auto correct on my keyboard.

ssh command is still blank with *clkfreq*:

Code:
admin@RT-AX86U-8660:/# nvram get clkfreq
admin@RT-AX86U-8660:/# nvram show | grep clk
size: 76329 bytes (54743 left)
 
It looks like that variable simply doesn't exist anymore on the AX routers. I wouldn't worry about it as it can't be changed anyway.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top