[SOLVED] Rogue variable in NVRAM
Can someone please help me to get rid of this rogue variable in NVRAM, short of clearing nvram?
I am running Asuswrt-Merlin v3.0.0.4.374.39_0 on an ASUS RT-AC66U.
I was trying to set the guest password for 'wl0.1_wpa_psk' using 'nvram set' when something went wrong. Now I have something in NVRAM that I can't get rid of.
As far as I can tell, there are some invisible characters embedded inside of 'wl0.1_wpa_psk=anothertrysk' as you can tell from the code posted above - please look at the 'grep' returns carefully.
Can someone please help me to get rid of this rogue variable in NVRAM, short of clearing nvram?
I am running Asuswrt-Merlin v3.0.0.4.374.39_0 on an ASUS RT-AC66U.
Code:
admin@RT-AC66U:/tmp/home/root# nvram show | grep wl0.1_wpa_psk
=anothertrysk
size: 41956 bytes (23580 left)
admin@RT-AC66U:/tmp/home/root# nvram show | grep anothertry
size: 41956 bytes (23580 left)
=anothertrysk
admin@RT-AC66U:/tmp/home/root# nvram show | grep anothertrysk
size: 41956 bytes (23580 left)
admin@RT-AC66U:/tmp/home/root# nvram set wl0.1_wpa_psk=goawayplease
admin@RT-AC66U:/tmp/home/root# nvram commit
admin@RT-AC66U:/tmp/home/root# nvram show | grep wl0.1_wpa_psk
wl0.1_wpa_psk=goawayplease
=anothertrysk
size: 41983 bytes (23553 left)
admin@RT-AC66U:/tmp/home/root# nvram show | grep =anothertry
=anothertrysk
size: 41983 bytes (23553 left)
admin@RT-AC66U:/tmp/home/root#
I was trying to set the guest password for 'wl0.1_wpa_psk' using 'nvram set' when something went wrong. Now I have something in NVRAM that I can't get rid of.
As far as I can tell, there are some invisible characters embedded inside of 'wl0.1_wpa_psk=anothertrysk' as you can tell from the code posted above - please look at the 'grep' returns carefully.
Last edited: