Hi all,
Running RT-N66U with Merlin 380.59 version, all commans issued via ssh
I wanted to update wl0_reg_mode=h and optionally change country code from EU to something else. But after nvram reboot all changes are reverted to original values.
Here is commands i've tried:
Here is settings after reboot:
Is anybody can help with it? I see a lot of posts which recommends nvram settings above, so assuming it should work?
Thanks.
Running RT-N66U with Merlin 380.59 version, all commans issued via ssh
I wanted to update wl0_reg_mode=h and optionally change country code from EU to something else. But after nvram reboot all changes are reverted to original values.
Here is commands i've tried:
Code:
nvram set wl_reg_mode=h
nvram set wl0_reg_mode=h
nvram set wl1_reg_mode=h
nvram set pci/1/1/ccode=US
nvram set pci/2/1/ccode=US
nvram set wl_country_code=US
nvram set wl0_country_code=US
nvram set wl1_country_code=US
nvram set regulation_domain=US
nvram set regulation_domain_5G=US
nvram commit
reboot #or service restart_wireless
Here is settings after reboot:
Code:
nvram show | grep "country_code\|regulation_domain\|reg_mode\|cc
ode"
wl0_country_code=EU
pci/2/1/ccode=EU
wl0_reg_mode=off
wl1_reg_mode=h
wl1_country_code=EU
regulation_domain=EU
regulation_domain_5G=EU
pci/1/1/ccode=EU
wl_reg_mode=h
Is anybody can help with it? I see a lot of posts which recommends nvram settings above, so assuming it should work?
Thanks.