What's new

rt-ax88u 160mhz "Stranger Things"

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

Kemuru

New Around Here
Hi there,
i have my router for like a mounth and it always make me troubles with 160 band but at the and i found that when i make some changes via nvram it rock stable but after reboot it back to the same problems when 160 doesn't work no matter how many reboots i do
that's command i write via ssh:
++++++++++++++++++++
wl country EU
nvram set pci/1/1/ccode=EU
nvram set pci/2/1/ccode=EU
nvram set wl_country_code=EU
nvram set wl0_country_code=EU
nvram set wl1_country_code=EU
nvram set regulation_domain=EU
nvram set regulation_domain_5G=EU
nvram set wl_reg_mode=off
nvram set wl0_reg_mode=off
nvram set wl1_reg_mode=off
nvram commit
service restart_wireless
+++++++++++++++++++++++++
how can i put it on some bash script and to force router run it after reboot?
thanks to all:)
PS maybe someone can tell me wtf is going on with my router ;) thanks again
 
You can't. The region is hardcoded by the firmware, for legal reasons.
 
i understand, but how only after those commands i enter my router starts normally work on 160mhz ? it's strange... i tried to factory reset via web ui or pressing button in all variants including 30/30/30, only those commands put my router to work properly... but effect disappears after normal reboot
 
160 MHz requires you to be in a region that allows DFS channels, and for these channels to have been deemed clear of radar signals.
 
These have no effect as they refer to the active setting on wifi-prof tab 2,4 or 5GHz whatever is selected:
nvram set wl_country_code=EU
nvram set wl_reg_mode=off

With Merlin firmware you could make a script which will start at boot.
 
These have no effect as they refer to the active setting on wifi-prof tab 2,4 or 5GHz whatever is selected:
nvram set wl_country_code=EU
nvram set wl_reg_mode=off

With Merlin firmware you could make a script which will start at boot.
Yes, that what i try to create :) script of commands that i use that allows me to use 160mhz
and Merlin i understand all what you say but as i wrote it's stranger things :) and only those command work, how i can't understand
 
If some one can help me how can i create script for these command i will help me alot!
commands :

wl country EU
nvram set pci/1/1/ccode=EU
nvram set pci/2/1/ccode=EU
nvram set wl_country_code=EU
nvram set wl0_country_code=EU
nvram set wl1_country_code=EU
nvram set regulation_domain=EU
nvram set regulation_domain_5G=EU
nvram set wl_reg_mode=off
nvram set wl0_reg_mode=off
nvram set wl1_reg_mode=off
nvram commit
service restart_wireless



P.S. maybe also some one can explain me what of that commands below fixes my problem, because as Merlin said i can't change country or rigeon
but somehow when i enter it my wifi got fixed.
 
i understand, but how only after those commands i enter my router starts normally work on 160mhz ? it's strange... i tried to factory reset via web ui or pressing button in all variants including 30/30/30, only those commands put my router to work properly... but effect disappears after normal reboot

the Broadcom WL driver will say yes to whatever command you send it - and then the Wl firmware decides what to do based on user asks, and what reg_domain is burned into the chip.

As @RMerlin mentions - there are certain things that are locked down based on the region.
 
ok thanks to all, found thread how to put command on startup all works fine
finally 160 mhz works as it must to work
 
@Kemuru, what command was that?
 
@Kemuru, what command was that?
"wl country EU
nvram set pci/1/1/ccode=EU
nvram set pci/2/1/ccode=EU
nvram set wl_country_code=EU
nvram set wl0_country_code=EU
nvram set wl1_country_code=EU
nvram set regulation_domain=EU
nvram set regulation_domain_5G=EU
nvram set wl_reg_mode=off
nvram set wl0_reg_mode=off
nvram set wl1_reg_mode=off
nvram commit
service restart_wireless"
 
ok thanks to all, found thread how to put command on startup all works fine
finally 160 mhz works as it must to work
Which script did you put it in?
 

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