brooke
October 26, 2024, 10:22am
1
Hey!
I have flashed openwrt into my Asus TUF-AX6000 router. I did the basic configuration (selecting the correct channels, transmit power, width, etc.) for 2.4 and 5 Ghz. I have 1 Gbps fibre
2.4 GHz settings:
AX / 13 / 40 MHz
30 dBm
Everything else on default
5 GHz settings:
AX / 128 / 160 MHz
30 dBm
Everything else on default
On 2.4 GHz i'm getting (1m from router):
100 Mbit/s on Download
100 Mbit/s on Upload
On 5 GHz i'm getting (1m from router):
~ 570 Mbit/s on Download
~ 940 Mbit/s on Upload
Is this behaviour expected or could there be a problem somewhere? I have tested it on several devices (iPhone Pro Max 15, Mac M1, Apple TV, Ugoos AM8), the result is always the same, the download speed does not go over 570 Mbps.
1 Like
brada4
October 26, 2024, 10:24am
2
Please post
ubus call system board
cat /etc/config/wireless
cleaning access codes and MAC addresses.
brooke
October 26, 2024, 10:26am
3
brada4:
cat /etc/config/wireless
Sure thing!
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.167",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "ASUS TUF-AX6000",
"board_name": "asus,tuf-ax6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "mediatek/filogic",
"description": "23.05.5 241021"
}
}
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel '13'
option band '2g'
option htmode 'HE40'
option disabled '1'
option country 'PA'
option txpower '30'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'NAMENAMENAME'
option encryption 'psk2'
option key 'NAMENAMENAME'
option disabled '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '128'
option band '5g'
option htmode 'HE160'
option disabled '0'
option country 'PA'
option txpower '30'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'NAMENAME'
option encryption 'psk2'
option key 'NAMENAME'
brada4
October 26, 2024, 11:03am
4
Y cual es potencia de transmission indicada por webs o iwinfo?
brooke
October 26, 2024, 1:26pm
5
root@OpenWrt:~# iwinfo
phy1-ap0 ESSID: "CLEANED"
Access Point: CLEANED
Mode: Master Channel: 128 (5.640 GHz) HT Mode: HE160
Center Channel 1: 114 2: unknown
Tx-Power: 30 dBm Link Quality: 32/70
Signal: -78 dBm Noise: -92 dBm
Bit Rate: 522.1 MBit/s
Encryption: WPA2 PSK (CCMP)
Type: nl80211 HW Mode(s): 802.11ac/ax/n
Hardware: embedded [MediaTek MT7986]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1
brada4
October 26, 2024, 1:55pm
6
What other clients casually connect? Wifi AN would consume lots of airtime from all due to omnidirectional nature?
brooke:
~ 570 Mbit/s on Download
Try execute nft flush ruleset
before speed test
brooke
October 26, 2024, 5:17pm
8
After executing this, the ethernet connection has been lost.