What's new

Asus GT AXE16000 Issues

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

Status
Not open for further replies.
Yes.
You don't have the "location_code" set. Where are you located?
In Pakistan where mostly CHINA region is applicable ( In ASUS AC 5300 it was set to asia and worked perfectly).

Can you guide me exactly what commands to write. DOn't want to mess it up.
 
In Pakistan where mostly CHINA region is applicable ( In ASUS AC 5300 it was set to asia and worked perfectly).

Can you guide me exactly what commands to write. DOn't want to mess it up.

But the question is why is it only your laptop(s) that can see the 5GHz bands and other devices can't.
I'm not sure this is a region issue.
Perhaps try disabling the 5GHz 11ax MU-MIMO
 
But the question is why is it only your laptop(s) that can see the 5GHz bands and other devices can't.
I'm not sure this is a region issue.
Perhaps try disabling the 5GHz 11ax MU-MIMO
Issue is , in our country electronics is imported from all regions. Like Samsung Q70T QLED Smart 4K TV cant see it too. Last tiem when i Set region ASIA, everythign worked with all devices
 
But the question is why is it only your laptop(s) that can see the 5GHz bands and other devices can't.
I'm not sure this is a region issue.
Perhaps try disabling the 5GHz 11ax MU-MIMO

Disabled it. Still cant see 5G
1718768626427.png
 
My Channel is at 36 while your is at 157 which is what i want.

Your 5GHz-1 band can not use above channel 64 because that's how the 2 x 5GHz radios are split -
5GHz-1 36-64 (52-64 are DFS)
5GHz-2 100-140 (all DFS)

Changing the wireless region won't allow your devices to see 5GHz-1 if they can't see it now. All it'll do is extend the 5GHz-2 channels to include 149-165.

Clutching at straws here, but since the RT-AC5300 and Huwaei routers are both 11ac, try disabling 11ax and see if any of the other devices can see it?
 
Do
Your 5GHz-1 band can not use above channel 64 because that's how the 2 x 5GHz radios are split -
5GHz-1 36-64 (52-64 are DFS)
5GHz-2 100-140 (all DFS)

Changing the wireless region won't allow your devices to see 5GHz-1 if they can't see it now. All it'll do is extend the 5GHz-2 channels to include 149-165.

Clutching at straws here, but since the RT-AC5300 and Huwaei routers are both 11ac, try disabling 11ax and see if any of the other devices can see it?
u mean option in pro settings 802.11ax/ac Beamforming enable/disable or 802.11ax / WiFi 6 mode enable/disable
 
Alright then, if you want to change the region then try this ("AA" is Asia region) -
Code:
nvram set location_code=AA
nvram commit

Then a reboot.
The Asia region should result in 5GHz channels 36-48, DFS 52-64, DFS 100-116, DFS 132-140, 149-165.
 
Alright then, if you want to change the region then try this ("AA" is Asia region) -
Code:
nvram set location_code=AA
nvram commit

Then a reboot.
The Asia region should result in 5GHz channels 36-48, DFS 52-64, DFS 100-116, DFS 132-140, 149-165.
Does not work. still shows same values for channels
 
Does not work. still shows same values for channels

Can you run the nvram show & grep command again please from post#15 before we move on to the next step?
 
Alright then, if you want to change the region then try this ("AA" is Asia region) -
Code:
nvram set location_code=AA
nvram commit

Then a reboot.
The Asia region should result in 5GHz channels 36-48, DFS 52-64, DFS 100-116, DFS 132-140, 149-165.
Running the following commands have no effect , cant see 5g or increase in channels range
nvram set location_code=AA
nvram set location_code=CN

Ran the following command

nvram set wl1_chanspec=149/160
service restart_wireless
5 GHz-2 starts showing the channels and my Phones can now see it too

Restarted router to check if retains, it does retain these values on restart as well.

Now How can do same for 5 GHz-1 ? i tried with wl0_chanspec but it does nothing
nvram set wl0_chanspec=149/160


1718775157748.png
 
Can you run the nvram show & grep command again please from post#15 before we move on to the next step?

see below
ASUSWRT-Merlin GT-AXE16000 3004.388.7_0_rog Fri Apr 26 19:31:54 UTC 2024
admin@GT-AXE16000-69B8:/tmp/home/root# nvram show 2>/dev/null | grep -e 'country_\|location_code\|territory_code\|ccode\|wl._chlist' | sort
1:ccode=US
2:ccode=US
3:ccode=US
4:ccode=US
location_code=AA
territory_code=EU/01
wl0_chlist=36 40 44 48 52 56 60 64
wl0_country_abbrev_override=DE
wl0_country_code=US
wl0_country_rev=618
wl1_chlist=100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
wl1_country_abbrev_override=DE
wl1_country_code=US
wl1_country_rev=618
wl2_chlist=1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77 81 85 89 93
wl2_country_abbrev_override=DE
wl2_country_code=US
wl2_country_rev=618
wl3_chlist=1 2 3 4 5 6 7 8 9 10 11
wl3_country_abbrev_override=DE
wl3_country_code=US
wl3_country_rev=618
wl_country_code=CN
wl_country_rev=618
 

Attachments

  • 1718775670967.png
    1718775670967.png
    102.3 KB · Views: 5
As I previously wrote -

If your devices can't see channels below 100 then tough titties as they won't see 5GHz-1.
any more recommendations ? a better set of commands ?
FYI : I ran the following commands set
nvram set location_code=CN
nvram set wl0_country_code=CN
nvram set 0:ccode=CN
nvram set wl1_country_code=CN
nvram set 1:ccode=CN
nvram set territory_code=CN/02
nvram commit
service restart_wireless

and now when i check , i get this
admin@GT-AXE16000-69B8:/tmp/home/root# nvram show | grep -e 'country_code\|location_code\|territory_code\|ccode'
0:ccode=CN
1:ccode=ALL
2:ccode=ALL
3:ccode=ALL
4:ccode=ALL
location_code=CN
size: 125771 bytes (70837 left)
territory_code=EU/01
wl0_country_code=ALL
wl1_country_code=ALL
wl2_country_code=ALL
wl3_country_code=ALL
wl_country_code=CN
 
any more recommendations ? a better set of commands ?
FYI : I ran the following commands set


and now when i check , i get this

Does 5GHz-2 now have channels 169-177 available?
What about the power? I don't know what 5GHz-1 & 5GHz-2 use what "interface" so you'll have to suck it and see for the "eth" value below -
Code:
wl -i eth7 chanspec_txpwr_max | grep -v '.l\|u\|/80\|/160'
 
Does 5GHz-2 now have channels 169-177 available?
What about the power? I don't know what 5GHz-1 & 5GHz-2 use what "interface" so you'll have to suck it and see for the "eth" value below -
Code:
wl -i eth7 chanspec_txpwr_max | grep -v '.l\|u\|/80\|/160'
see below
admin@GT-AXE16000-69B8:/tmp/home/root# wl -i eth7 chanspec_txpwr_max | grep -v '.l\|u\|/80\|/160'
wl: Unsupported
and for channels
1718778519586.png



Quick Questions :
1- Can i change channels range on 5 GHz-1 ? i guess no ? right ?
2- Does Tx power relate to coverage ? is value below fine ? what is best max value ?
admin@GT-AXE16000-69B8:/tmp/home/root# wl txpwr_target_max
Maximum Tx Power Target (chanspec:0xe33a): 24.00 24.00 24.00 24.00

 
Status
Not open for further replies.

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top