Hello
Got a problem on Xiaomi Redmi Router AX6S
Wi-fi 5Ghz stop broadcasting network.
It happen on 24.10.5 owrt ver. I tried to update to latest version(clean instal, flash stock, then owrt again), but it didnt help.
Also tried change channels, countries(only for test), change to open network and back to protected.
Configs:
root@inz:/# cat /tmp/sysinfo/model
Xiaomi Redmi Router AX6S
root@inz:/# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='25.12.5'
DISTRIB_REVISION='r33051-f5dae5ece4'
DISTRIB_TARGET='mediatek/mt7622'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt 25.12.5 r33051-f5dae5ece4'
DISTRIB_TAINTS=''
root@inz:/# wifi status
{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"type": "mac80211",
"band": "2g",
"cell_density": 0,
"channel": "auto",
"country": "US",
"htmode": "HT40",
"path": "platform/18000000.wmac"
},
"interfaces": [
{
"section": "wifinet1",
"config": {
"network": [
"lan"
],
"device": [
"radio0"
],
"mode": "ap",
"encryption": "psk-mixed",
"key": "password",
"ssid": "inz",
"radios": [
]
},
"ifname": "wl0-ap0",
"vlans": [
],
"stations": [
]
}
]
},
"radio1": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"type": "mac80211",
"band": "5g",
"cell_density": 3,
"channel": "36",
"country": "US",
"htmode": "HE40",
"path": "1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0"
},
"interfaces": [
{
"section": "wifinet0",
"config": {
"network": [
"lan"
],
"device": [
"radio1"
],
"mode": "ap",
"encryption": "psk-mixed",
"key": "password",
"ssid": "inz",
"radios": [
]
},
"ifname": "wl1-ap0",
"vlans": [
],
"stations": [
]
}
]
}
root@inz:/# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fda3:0e1c:5d68::/48'
option packet_steering '1'
option dhcp_default_duid '0004b097ccb6abf94d9eb322fd192afbb292'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'wan'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'lan1:u*'
list ports 'lan2:u*'
list ports 'lan3'
list ports 'wan'
config bridge-vlan
option device 'br-lan'
option vlan '10'
list ports 'wan:u*'
config bridge-vlan
option device 'br-lan'
option vlan '20'
list ports 'lan3'
list ports 'wan:t'
config interface 'lan'
option device 'br-lan.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '192.168.1.4'
config device
option name 'wan'
option macaddr '---'
config interface 'wan'
option device 'br-lan.10'
option proto 'pppoe'
option username '--'
option password '---'
option ipv6 'auto'
config interface 'iptv'
option proto 'none'
option device 'br-lan.20'
root@inz:/# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/18000000.wmac'
option channel 'auto'
option band '2g'
option htmode 'HT40'
option cell_density '0'
option country 'US'
config wifi-device 'radio1'
option type 'mac80211'
option path '1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
option channel '36'
option band '5g'
option htmode 'HE40'
option cell_density '3'
option country 'US'
config wifi-iface 'wifinet0'
option device 'radio1'
option mode 'ap'
option ssid 'inz'
option encryption 'psk-mixed'
option key 'password'
option network 'lan'
config wifi-iface 'wifinet1'
option device 'radio0'
option mode 'ap'
option ssid 'inz'
option encryption 'psk-mixed'
option key 'password'
option network 'lan'
root@inz:/# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'inz'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option localservice '1'
option ednspacket_max '1232'
option sequential_ip '1'
option confdir '/tmp/dnsmasq.d'
option cachesize '0'
option noresolv '1'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option podkop_noresolv '0'
option podkop_cachesize '150'
list server '127.0.0.42'
config dhcp 'lan'
option interface 'lan'
option start '21'
option limit '100'
