What's new

Solved RT-AC68U; 386.3_beta3 firmware Command not working

  • 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!

jsarcone

Occasional Visitor
I have RT-AC68U; 386.3_beta3 firmware. I'm getting NVRAM 63431 / 65536 bytes. I have attempted to
Code:
'nvram show | grep =$ '; do var=${line%*=}; nvram unset $var; done; nvram commit
but I get a "do" error. I don't know why. Would some know how to correct this? Thank you in advanced.
 
You’re missing the beginning of the statement with for line in… Go back to the source of the command.
 
BTW, quite a few valid, populated, encrypted password nvram variables would get unset if I ran this on my own router. Use caution.
 
Thank you for the reply. What other ways can you reduce the NVRAM consumption or is it time for a new router. I don't use the WiFi, which, is disabled. Any suggestions or advice?
 
The optimal method, if you haven't done so already, is to factory reset the router and then manually configure it.
 
Last edited:

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