Following instructions are provided without any warranty, and may even get you in trouble legally. The instructions are provided for testing, learning, preventing e-waste, and should be use with care. We (including contributers + commentators) are not responsible for any damage to your device(s) or any legal issues.
Instructions have been moved to https://github.com/francoism90/asus-router. :)
I got a RT-BE92U running merlin 3006.102.5.
I set init start to
#!/bin/sh
nvram set 0:ccode=E0
nvram set 0:regrev=200
nvram set wl0_country=E0
nvram set wl0_country_code=E0
nvram set wl0_country_rev=200
nvram set wl0_reg_mode=off
nvram set 1:ccode=#a
nvram set 1:regrev=0
nvram set wl1_country=#a
nvram set wl1_country_code=#a
nvram set wl1_country_rev=0
nvram set wl1_reg_mode=off
nvram set 1:maxp5ga0=120,120,120,120
nvram set 1:maxp5ga1=120,120,120,120
nvram set 1:maxp5ga2=120,120,120,120
nvram set wl1_txpower=708
nvram set wl1_ignore_dfs=1
nvram set 2:ccode=#a
nvram set 2:regrev=0
nvram set wl2_country=#a
nvram set wl2_country_code=#a
nvram set wl2_country_rev=0
nvram set wl2_reg_mode=off
nvram set 2:maxp6ga0=120,120,120,120
nvram set wl2_txpower=708
nvram set wl2_ignore_dfs=1
nvram set asuscfe0:ccode=E0
nvram set asuscfe0:regrev=200
nvram set asuscfe1:ccode=#a
nvram set asuscfe1:regrev=0
nvram set asuscfecommit=1
nvram set pci/1/1/ccode=#a
nvram set pci/1/1/regrev=0
nvram set pci/2/1/ccode=#a
nvram set pci/2/1/regrev=0
nvram set pci/3/1/ccode=#a
nvram set pci/3/1/regrev=0
nvram set regulation_domain=#a
nvram set regulation_domain_5G=#a
nvram set wl_country_code=#a
nvram set wl_country_rev=0
nvram set wl_txpower=708
nvram commit
my problem is wifi 2.4 being set to anything rather than E0.
the router keeps restarting, log me out of the ui giving the error that the user or password is in correct. so i keep need to reboot. and i found out that the router time is set to 1970s
after setting the 2.4 to E0 instead of #a the reboot and reconnection issue seems to be solved but still devices connecting to 2.4ghz keep disconnecting and reconnecting each second.
Any ideas what i got to do?