DonnyJohnny
Very Senior Member
Hi,
I created this thread for those who have trouble with loading the Wireless page (routerIP/Advanced_Wireless_Content.asp) in the new 382 firmware .
Likely it is due to your PSK (wifi password) contain the following character: ‘ “
The new 382 code don't allow using such character according to Merlin. It is recommended to avoid using !-_$#., as these are usually safe in Javascript strings, and they are more than sufficient to ensure a safe passphrase.
To resolve the current problem, we could use the following command in ssh
nvram set wl0_wpa_psk="temporary"
nvram set wl1_wpa_psk="temporary"
nvram commit
the "temporary" will be your new password. Max 63 alphanumerics.
Good Luck and have fun!
I created this thread for those who have trouble with loading the Wireless page (routerIP/Advanced_Wireless_Content.asp) in the new 382 firmware .
Likely it is due to your PSK (wifi password) contain the following character: ‘ “
The new 382 code don't allow using such character according to Merlin. It is recommended to avoid using !-_$#., as these are usually safe in Javascript strings, and they are more than sufficient to ensure a safe passphrase.
To resolve the current problem, we could use the following command in ssh
nvram set wl0_wpa_psk="temporary"
nvram set wl1_wpa_psk="temporary"
nvram commit
the "temporary" will be your new password. Max 63 alphanumerics.
Good Luck and have fun!
Last edited: