Mesh and AP on the same radio stopped working on 24.10.0

Hi there,

After upgrading my three Xiaomi 4a gigabit edition v1 to Openwrt 24.10.0 (did not keep settings, reconfigured everything from sratch), I can no longer use both a 802.11s mesh and an standard access point on the same radio. It's either one or the other, when trying to configure them together they simply won't spin up.

But this works correctly on Openwrt 23.05.5.

I already opened a bug report about this, but is there anything I can try to help diagnose/fix the issue? Thanks and have a nice day.

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
opkg list-installed
iw list | grep -A5 -B5 ombination

edit away amy secrets

Personally, I have been testing mesh for numerous architectures on both OpenWrt 24.10.0 and Development snapshots and not encountered any problems.
A few of these tests have been on Mediatek MT7621 SoC devices, but not on a Xiaomi 4a gigabit edition v1.

I think it is most likely that the problem you have is either your configuration or something specific to your Xiaomi.

Please show the information requested by @brada4
In addition, please also show the output of:
iw list | grep -A 4 "valid interface combinations"

Edit: already been requested

does rc7 work?

Hello guys,

I could not attach the log as log.txt so here it is in full, I've added logread as well.

@bluewavenet v24 is working normally for you with mesh and ap on the same radio?

@hecatae I did not try in any rc versions since I was waiting for the official release, will try on RC7 and ping back. (EDIT) Tried on RC7, did not work.

root@Wifi-Escritorio:~# ubus call system board
{
        "kernel": "6.6.73",
        "hostname": "Wifi-Escritorio",
        "system": "MediaTek MT7621 ver:1 eco:3",
        "model": "Xiaomi Mi Router 4A Gigabit Edition",
        "board_name": "xiaomi,mi-router-4a-gigabit",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "24.10.0",
                "revision": "r28427-6df0e3d02a",
                "target": "ramips/mt7621",
                "description": "OpenWrt 24.10.0 r28427-6df0e3d02a",
                "builddate": "1738624177"
        }
}

---------------------------------------------------------------------------------------------------

root@Wifi-Escritorio:~# 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 'fdfd:c99c:45ae::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'wan'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '10.0.0.3'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option gateway '10.0.0.1'
        list dns '10.0.0.1'

---------------------------------------------------------------------------------------------------

root@Wifi-Escritorio:~# cat /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
        option band '2g'
        option channel '11'
        option htmode 'HT20'
        option country 'BR'
        option cell_density '0'

config wifi-device 'radio1'
        option type 'mac80211'
        option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
        option band '5g'
        option channel '140'
        option htmode 'VHT80'
        option cell_density '0'
        option country 'BR'

config wifi-iface 'wifinet1'
        option device 'radio0'
        option mode 'mesh'
        option encryption 'none'
        option mesh_id 'malha'
        option mesh_fwding '1'
        option mesh_rssi_threshold '0'
        option network 'lan'

config wifi-iface 'wifinet2'
        option device 'radio0'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'none'
        option network 'lan'

---------------------------------------------------------------------------------------------------

root@Wifi-Escritorio:~# opkg list-installed
base-files - 1655~6df0e3d02a
busybox - 1.36.1-r2
ca-bundle - 20240203-r1
cgi-io - 2022.08.10~901b0f04-r21
dawn - 2023.05.14~e036905a-r1
dnsmasq - 2.90-r4
dropbear - 2024.86-r1
firewall4 - 2024.12.18~18fc0ead-r1
fstools - 2024.07.14~408c2cc4-r1
fwtool - 2019.11.12~8f7fe925-r1
getrandom - 2024.04.26~85f10530-r1
hostapd-common - 2024.09.15~5ace39b0-r2
iw - 6.9-r1
iwinfo - 2024.10.20~b94f066e-r1
jansson4 - 2.14-r3
jshn - 2024.03.29~eb9bcb64-r1
jsonfilter - 2024.01.23~594cfa86-r1
kernel - 6.6.73~3abe85def815b59c6c75ac1f92135cb6-r1
kmod-cfg80211 - 6.6.73.6.12.6-r1
kmod-crypto-aead - 6.6.73-r1
kmod-crypto-authenc - 6.6.73-r1
kmod-crypto-ccm - 6.6.73-r1
kmod-crypto-cmac - 6.6.73-r1
kmod-crypto-crc32c - 6.6.73-r1
kmod-crypto-ctr - 6.6.73-r1
kmod-crypto-des - 6.6.73-r1
kmod-crypto-gcm - 6.6.73-r1
kmod-crypto-geniv - 6.6.73-r1
kmod-crypto-gf128 - 6.6.73-r1
kmod-crypto-ghash - 6.6.73-r1
kmod-crypto-hash - 6.6.73-r1
kmod-crypto-hmac - 6.6.73-r1
kmod-crypto-hw-eip93 - 6.6.73-r1
kmod-crypto-manager - 6.6.73-r1
kmod-crypto-md5 - 6.6.73-r1
kmod-crypto-null - 6.6.73-r1
kmod-crypto-rng - 6.6.73-r1
kmod-crypto-seqiv - 6.6.73-r1
kmod-crypto-sha1 - 6.6.73-r1
kmod-crypto-sha256 - 6.6.73-r1
kmod-crypto-sha3 - 6.6.73-r1
kmod-crypto-sha512 - 6.6.73-r1
kmod-gpio-button-hotplug - 6.6.73-r5
kmod-leds-gpio - 6.6.73-r1
kmod-lib-crc-ccitt - 6.6.73-r1
kmod-lib-crc32c - 6.6.73-r1
kmod-mac80211 - 6.6.73.6.12.6-r1
kmod-mt76-core - 6.6.73.2025.01.14~8e4f72b6-r1
kmod-mt7603 - 6.6.73.2025.01.14~8e4f72b6-r1
kmod-mt76x02-common - 6.6.73.2025.01.14~8e4f72b6-r1
kmod-mt76x2 - 6.6.73.2025.01.14~8e4f72b6-r1
kmod-mt76x2-common - 6.6.73.2025.01.14~8e4f72b6-r1
kmod-nf-conntrack - 6.6.73-r1
kmod-nf-conntrack6 - 6.6.73-r1
kmod-nf-flow - 6.6.73-r1
kmod-nf-log - 6.6.73-r1
kmod-nf-log6 - 6.6.73-r1
kmod-nf-nat - 6.6.73-r1
kmod-nf-reject - 6.6.73-r1
kmod-nf-reject6 - 6.6.73-r1
kmod-nfnetlink - 6.6.73-r1
kmod-nft-core - 6.6.73-r1
kmod-nft-fib - 6.6.73-r1
kmod-nft-nat - 6.6.73-r1
kmod-nft-offload - 6.6.73-r1
kmod-ppp - 6.6.73-r1
kmod-pppoe - 6.6.73-r1
kmod-pppox - 6.6.73-r1
kmod-slhc - 6.6.73-r1
libblobmsg-json20240329 - 2024.03.29~eb9bcb64-r1
libc - 1.2.5-r4
libgcc1 - 13.3.0-r4
libgcrypt - 1.10.3-r1
libgpg-error - 1.49-r1
libiwinfo-data - 2024.10.20~b94f066e-r1
libiwinfo20230701 - 2024.10.20~b94f066e-r1
libjson-c5 - 0.18-r1
libjson-script20240329 - 2024.03.29~eb9bcb64-r1
liblucihttp-ucode - 2023.03.15~9b5b683f-r1
liblucihttp0 - 2023.03.15~9b5b683f-r1
libmbedtls21 - 3.6.2-r1
libmnl0 - 1.0.5-r1
libnftnl11 - 1.2.8-r1
libnl-tiny1 - 2023.12.05~965c4bf4-r1
libpthread - 1.2.5-r4
libubox20240329 - 2024.03.29~eb9bcb64-r1
libubus20250102 - 2025.01.02~afa57cce-r1
libuci20250120 - 2025.01.20~16ff0bad-r1
libuclient20201210 - 2024.10.22~88ae8f20-r1
libucode20230711 - 2024.07.22~b610860d-r3
libudebug - 2023.12.06~6d3f51f9
libustream-mbedtls20201210 - 2024.07.28~99bd3d2b-r1
logd - 2024.04.26~85f10530-r1
luci - 25.035.62793~4f7a183
luci-app-dawn - 25.035.62793~4f7a183
luci-app-firewall - 25.035.62793~4f7a183
luci-app-package-manager - 25.035.62793~4f7a183
luci-base - 25.035.62793~4f7a183
luci-light - 25.035.62793~4f7a183
luci-mod-admin-full - 25.035.62793~4f7a183
luci-mod-network - 25.035.62793~4f7a183
luci-mod-status - 25.035.62793~4f7a183
luci-mod-system - 25.035.62793~4f7a183
luci-proto-ipv6 - 25.035.62793~4f7a183
luci-proto-ppp - 25.035.62793~4f7a183
luci-theme-bootstrap - 25.035.62793~4f7a183
mtd - 26
netifd - 2024.12.17~ea01ed41-r1
nftables-json - 1.1.1-r1
odhcp6c - 2024.09.25~b6ae9ffa-r1
odhcpd-ipv6only - 2024.05.08~a2988231-r1
openwrt-keyring - 2024.11.01~fbae29d7-r2
opkg - 2024.10.16~38eccbb1-r1
ppp - 2.5.1-r1
ppp-mod-pppoe - 2.5.1-r1
procd - 2024.12.22~42d39376-r1
procd-seccomp - 2024.12.22~42d39376-r1
procd-ujail - 2024.12.22~42d39376-r1
rpcd - 2024.09.17~9f4b86e7-r1
rpcd-mod-file - 2024.09.17~9f4b86e7-r1
rpcd-mod-iwinfo - 2024.09.17~9f4b86e7-r1
rpcd-mod-luci - 20240305-r1
rpcd-mod-rrdns - 20170710
rpcd-mod-ucode - 2024.09.17~9f4b86e7-r1
ubi-utils - 2.2.1-r1
ubox - 2024.04.26~85f10530-r1
ubus - 2025.01.02~afa57cce-r1
ubusd - 2025.01.02~afa57cce-r1
uci - 2025.01.20~16ff0bad-r1
uclient-fetch - 2024.10.22~88ae8f20-r1
ucode - 2024.07.22~b610860d-r3
ucode-mod-fs - 2024.07.22~b610860d-r3
ucode-mod-html - 1
ucode-mod-math - 2024.07.22~b610860d-r3
ucode-mod-nl80211 - 2024.07.22~b610860d-r3
ucode-mod-rtnl - 2024.07.22~b610860d-r3
ucode-mod-ubus - 2024.07.22~b610860d-r3
ucode-mod-uci - 2024.07.22~b610860d-r3
ucode-mod-uloop - 2024.07.22~b610860d-r3
uhttpd - 2023.06.25~34a8a74d-r4
uhttpd-mod-ubus - 2023.06.25~34a8a74d-r4
umdns - 2024.09.17~fbaca4b6-r1
urandom-seed - 3
urngd - 2023.11.01~44365eb1-r1
usign - 2020.05.23~f1f65026-r1
wifi-scripts - 1.0-r1
wireless-regdb - 2024.10.07-r1
wpad-basic-mbedtls - 2024.09.15~5ace39b0-r2

---------------------------------------------------------------------------------------------------

root@Wifi-Escritorio:~# iw list | grep -A5 -B5 ombination
                        * 5805.0 MHz [161] (23.0 dBm)
                        * 5825.0 MHz [165] (23.0 dBm)
                        * 5845.0 MHz [169] (disabled)
                        * 5865.0 MHz [173] (disabled)
                        * 5885.0 MHz [177] (disabled)
        valid interface combinations:
                 * #{ IBSS } <= 1, #{ managed, AP, mesh point, P2P-client, P2P-GO } <= 8,
                   total <= 8, #channels <= 1, STA/AP BI must match, radar detect widths: { 20 MHz (no HT), 20 MHz, 40 MHz, 80 MHz }

        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
--
                        * 2457.0 MHz [10] (23.0 dBm)
                        * 2462.0 MHz [11] (23.0 dBm)
                        * 2467.0 MHz [12] (23.0 dBm)
                        * 2472.0 MHz [13] (23.0 dBm)
                        * 2484.0 MHz [14] (disabled)
        valid interface combinations:
                 * #{ IBSS } <= 1, #{ managed, AP, mesh point, P2P-client, P2P-GO } <= 4,
                   total <= 4, #channels <= 1, STA/AP BI must match
        HT Capability overrides:
                 * MCS: ff ff ff ff ff ff ff ff ff ff
                 * maximum A-MSDU length

---------------------------------------------------------------------------------------------------

root@Wifi-Escritorio:~# logread
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: Set new config for phy phy0:
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: Remove interface 'phy0'
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: phy0-ap0: interface state ENABLED->DISABLED
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: phy0-ap0: AP-DISABLED
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: phy0-ap0: CTRL-EVENT-TERMINATING
Wed Feb  5 19:01:07 2025 daemon.err hostapd: rmdir[ctrl_interface=/var/run/hostapd]: Permission denied
Wed Feb  5 19:01:07 2025 daemon.notice hostapd: nl80211: deinit ifname=phy0-ap0 disabled_11b_rates=0
Wed Feb  5 19:01:07 2025 kern.info kernel: [22414.567418] mt7603e 0000:02:00.0 phy0-ap0: left allmulticast mode
Wed Feb  5 19:01:07 2025 kern.info kernel: [22414.573646] mt7603e 0000:02:00.0 phy0-ap0: left promiscuous mode
Wed Feb  5 19:01:07 2025 kern.info kernel: [22414.579848] br-lan: port 4(phy0-ap0) entered disabled state
Wed Feb  5 19:01:07 2025 daemon.notice netifd: Network device 'phy0-ap0' link is down
Wed Feb  5 19:01:07 2025 daemon.notice wpa_supplicant[1303]: Set new config for phy phy0
Wed Feb  5 19:01:07 2025 kern.info kernel: [22415.132815] br-lan: port 5(phy0-mesh0) entered disabled state
Wed Feb  5 19:01:07 2025 kern.info kernel: [22415.172113] mt7603e 0000:02:00.0 phy0-mesh0 (unregistering): left allmulticast mode
Wed Feb  5 19:01:07 2025 kern.info kernel: [22415.179788] mt7603e 0000:02:00.0 phy0-mesh0 (unregistering): left promiscuous mode
Wed Feb  5 19:01:07 2025 kern.info kernel: [22415.187506] br-lan: port 5(phy0-mesh0) entered disabled state
Wed Feb  5 19:01:08 2025 daemon.notice netifd: Network device 'phy0-mesh0' link is down
Wed Feb  5 19:01:08 2025 daemon.notice netifd: Wireless device 'radio0' is now down
Wed Feb  5 19:01:08 2025 daemon.notice netifd: radio0 (7957): WARNING: Variable 'data' does not exist or is not an array/object
Wed Feb  5 19:01:08 2025 daemon.notice hostapd: Set new config for phy phy0:
Wed Feb  5 19:01:08 2025 daemon.notice wpa_supplicant[1303]: Set new config for phy phy0
Wed Feb  5 19:01:09 2025 daemon.notice wpa_supplicant[1303]: Set new config for phy phy0
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: Restart interface for phy phy0
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=BR ieee80211d=1 hw_mode=g supported_rates=60 90 120 180 240 360 480 540 basic_rates=60 120 240 beacon_int=100 stationary_ap=1 chanlist=11 noscan=1 #num_global_macaddr=1 #macaddr_base= ieee80211n=1 ht_coex=0 ht_capab=[SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1] channel=11  interface=phy0-ap0 bssid=64:64:4a:eb:26:72 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 skip_inactivity_poll=0 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 auth_algs=1 wpa=0 ssid=OpenWrt bridge=br-lan wds_bridge= snoop_iface=br-lan qos_map_set=0,0,2,16,1,1,255,255,18,22,24,38,40,40,44,46,48,56 #default_macaddr nas_identifier=64644aeb2672  (phy phy0) --> new PHY
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.881090] br-lan: port 4(phy0-ap0) entered blocking state
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.886836] br-lan: port 4(phy0-ap0) entered disabled state
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.892717] mt7603e 0000:02:00.0 phy0-ap0: entered allmulticast mode
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.899708] mt7603e 0000:02:00.0 phy0-ap0: entered promiscuous mode
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.906733] br-lan: port 4(phy0-ap0) entered blocking state
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.912514] br-lan: port 4(phy0-ap0) entered forwarding state
Wed Feb  5 19:01:09 2025 kern.info kernel: [22416.919150] br-lan: port 4(phy0-ap0) entered disabled state
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Wed Feb  5 19:01:09 2025 daemon.notice netifd: Network device 'phy0-ap0' link is up
Wed Feb  5 19:01:09 2025 kern.info kernel: [22417.146300] br-lan: port 4(phy0-ap0) entered blocking state
Wed Feb  5 19:01:09 2025 kern.info kernel: [22417.151987] br-lan: port 4(phy0-ap0) entered forwarding state
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->ENABLED
Wed Feb  5 19:01:09 2025 daemon.notice hostapd: phy0-ap0: AP-ENABLED
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.286846] br-lan: port 5(phy0-mesh0) entered blocking state
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.292723] br-lan: port 5(phy0-mesh0) entered disabled state
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.298561] mt7603e 0000:02:00.0 phy0-mesh0: entered allmulticast mode
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.306156] mt7603e 0000:02:00.0 phy0-mesh0: entered promiscuous mode
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.313311] br-lan: port 5(phy0-mesh0) entered blocking state
Wed Feb  5 19:01:10 2025 kern.info kernel: [22417.319116] br-lan: port 5(phy0-mesh0) entered forwarding state
Wed Feb  5 19:01:10 2025 daemon.notice netifd: Network device 'phy0-mesh0' link is up
Wed Feb  5 19:01:10 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Wed Feb  5 19:01:10 2025 daemon.info hostapd: phy0-ap0: STA 00:d7:6d:75:1c:7d IEEE 802.11: authenticated
Wed Feb  5 19:01:10 2025 daemon.info hostapd: phy0-ap0: STA 00:d7:6d:75:1c:7d IEEE 802.11: associated (aid 1)
Wed Feb  5 19:01:10 2025 daemon.notice hostapd: phy0-ap0: AP-STA-CONNECTED 00:d7:6d:75:1c:7d auth_alg=open
Wed Feb  5 19:01:10 2025 daemon.notice hostapd: phy0-ap0: STA-OPMODE-SMPS-MODE-CHANGED 00:d7:6d:75:1c:7d off

@fernandodiacenco 24.10.0-rc are working fine for me on 2 Belkin rt1800 and 3 Zyxel wsm20.

24.10 is not official yet.

Did you keep a list of the installed 23.05 packages.

wpad-basic does not support any kind of mesh

You need to remove it and replace with wpad-mesh-mbedtls or wpad-mbedtls.

Ok guys I have an answer.

Intrigued by @hecatae post I decided to try RC1 version for My Xiaomi, and to my surprise it worked.

So I resorted to try EVERY v24 version available to my device.

The result is:

RC1 - Working
RC2 - Working
RC3 - Working
RC4 - Working
RC5 - Working
RC6 - Not Working
RC7 - Not Working
24.10.0 - Not Working

So something changed from RC5 to RC6 onwards

@brada4 I also tried your suggestion and removed wpad-basic-mbedtls on RC7 and installed wpad-basic, but the same problem occurs so it can't be wpad.

So for now I will be using RC5.


1 Like

@fernandodiacenco
https://openwrt.org/releases/24.10/changelog-24.10.0-rc6
https://openwrt.org/releases/24.10/changelog-24.10.0-rc5

can we see your mesh details?

That is NOT what he said!
Read carefully!!

3 Likes

@fernandodiacenco
I have now installed 24.10.0 on a GL-MT1300, the closest I have to your Xiaomi 4a gigabit edition v1. Both are mt7621 based.

It works perfectly. Here is the iwinfo output showing my complex set of mesh and multiple AP ssids:

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 24.10.0, r28427-6df0e3d02a
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@meshnode-128d:~# iwinfo
m-11s-0   ESSID: "92d490daf46cfe534c56ddd669297e"
          Access Point: 96:83:C4:30:12:8D
          Mode: Mesh Point  Channel: 1 (2.412 GHz)  HT Mode: HT40
          Center Channel 1: 3 2: unknown
          Tx-Power: 20 dBm  Link Quality: 70/70
          Signal: -38 dBm  Noise: -76 dBm
          Bit Rate: 156.5 MBit/s
          Encryption: WPA3 SAE (CCMP)
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

open0-0   ESSID: "OpenWrt-2g-128d"
          Access Point: 96:83:C4:31:12:8D
          Mode: Master  Channel: 1 (2.412 GHz)  HT Mode: HT40
          Center Channel 1: 3 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -79 dBm
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

open1-1   ESSID: "OpenWrt-5g-128d"
          Access Point: 96:83:C4:32:12:8D
          Mode: Master  Channel: 36 (5.180 GHz)  HT Mode: VHT80
          Center Channel 1: 42 2: unknown
          Tx-Power: 23 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -86 dBm
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11ac/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

open2-0   ESSID: "Guest-2g-128d"
          Access Point: 96:83:C4:33:12:8D
          Mode: Master  Channel: 1 (2.412 GHz)  HT Mode: HT40
          Center Channel 1: 3 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -79 dBm
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

open3-1   ESSID: "Guest-5g-128d"
          Access Point: 96:83:C4:34:12:8D
          Mode: Master  Channel: 36 (5.180 GHz)  HT Mode: VHT80
          Center Channel 1: 42 2: unknown
          Tx-Power: 23 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -86 dBm
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11ac/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

owe0-0    ESSID: "OpenWrt-2g-128d"
          Access Point: 96:83:C4:35:12:8D
          Mode: Master  Channel: 1 (2.412 GHz)  HT Mode: HT40
          Center Channel 1: 3 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -78 dBm
          Bit Rate: unknown
          Encryption: WPA3 OWE (CCMP)
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

owe1-1    ESSID: "OpenWrt-5g-128d"
          Access Point: 96:83:C4:36:12:8D
          Mode: Master  Channel: 36 (5.180 GHz)  HT Mode: VHT80
          Center Channel 1: 42 2: unknown
          Tx-Power: 23 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -86 dBm
          Bit Rate: unknown
          Encryption: WPA3 OWE (CCMP)
          Type: nl80211  HW Mode(s): 802.11ac/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

owe2-0    ESSID: "Guest-2g-128d"
          Access Point: 96:83:C4:37:12:8D
          Mode: Master  Channel: 1 (2.412 GHz)  HT Mode: HT40
          Center Channel 1: 3 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -78 dBm
          Bit Rate: unknown
          Encryption: WPA3 OWE (CCMP)
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

owe3-1    ESSID: "Guest-5g-128d"
          Access Point: 96:83:C4:38:12:8D
          Mode: Master  Channel: 36 (5.180 GHz)  HT Mode: VHT80
          Center Channel 1: 42 2: unknown
          Tx-Power: 23 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -86 dBm
          Bit Rate: unknown
          Encryption: WPA3 OWE (CCMP)
          Type: nl80211  HW Mode(s): 802.11ac/n
          Hardware: 14C3:7615 7615:14C3 [MediaTek MT7615E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

root@meshnode-128d:~# 

2 Likes

@bluewavenet Oh I actually wrote wrong, I installed wpad to test, not wpad-basic, in my hurry I typed incorrectly, the command was: opkg update && opkg remove wpad-basic-mbedtls && opkg install wpad

But just to make super sure I reflashed yet again v24.10.0 and installed wpad (full) and the same issue persist

(I assume that wpad contains the full package correct?)

OpenWrt 24.10.0, r28427-6df0e3d02a
root@Wifi-Escritorio:~# opkg list-installed | grep wpad
wpad - 2024.09.15~5ace39b0-r2

@hecatae, my mesh has no complex config, its just a 802.11s mesh without password and an access point on the same radio, here are the iwinfo's

With both:

root@Wifi-Escritorio:~# iwinfo
phy0-ap0  ESSID: "OpenWrt"
          Access Point: 66:64:4A:EB:26:72
          Mode: Master  Channel: 11 (2.462 GHz)  HT Mode: HT20
          Center Channel 1: 11 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7603 14C3:7603 [MediaTek MT7603E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

phy0-mesh0 ESSID: "malha"
          Access Point: 62:64:4A:EB:26:72
          Mode: Mesh Point  Channel: 11 (2.462 GHz)  HT Mode: HT20
          Center Channel 1: 11 2: unknown
          Tx-Power: 20 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: unknown
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7603 14C3:7603 [MediaTek MT7603E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

Now when I remove the access point:

root@Wifi-Escritorio:~# iwinfo
phy0-mesh0 ESSID: "malha"
          Access Point: 64:64:4A:EB:26:72
          Mode: Mesh Point  Channel: 11 (2.462 GHz)  HT Mode: HT20
          Center Channel 1: 11 2: unknown
          Tx-Power: 20 dBm  Link Quality: 70/70
          Signal: -23 dBm  Noise: unknown
          Bit Rate: 144.4 MBit/s
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11b/g/n
          Hardware: 14C3:7603 14C3:7603 [MediaTek MT7603E]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy0

Yet the same config works on v23 and v24 up to RC5.

Here is the logread after a restart with both set up on 24.10.0, not sure if it helps.
(had to remove some starting lines because the reply hit character limit)

root@Wifi-Escritorio:~# logread

Thu Feb  6 11:10:40 2025 kern.info kernel: [   13.899596] mt76x2e 0000:01:00.0: Build: 1
Thu Feb  6 11:10:40 2025 kern.info kernel: [   13.903678] mt76x2e 0000:01:00.0: Build Time: 201607111443____
Thu Feb  6 11:10:40 2025 kern.info kernel: [   13.932976] mt76x2e 0000:01:00.0: Firmware running!
Thu Feb  6 11:10:40 2025 kern.info kernel: [   13.938034] mt76x2e 0000:01:00.0: registering led 'mt76-phy1'
Thu Feb  6 11:10:40 2025 kern.debug kernel: [   13.998562] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
Thu Feb  6 11:10:40 2025 kern.info kernel: [   14.054005] PPP generic driver version 2.4.2
Thu Feb  6 11:10:40 2025 kern.info kernel: [   14.059968] NET: Registered PF_PPPOX protocol family
Thu Feb  6 11:10:40 2025 user.info kernel: [   14.072236] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Feb  6 11:10:41 2025 authpriv.info dropbear[1209]: Not backgrounding
Thu Feb  6 11:10:41 2025 daemon.notice wpa_supplicant[1296]: Successfully initialized wpa_supplicant
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: bonding
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: 8021ad
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: 8021q
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: macvlan
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: veth
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: bridge
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: Network device
Thu Feb  6 11:10:41 2025 user.notice : Added device handler type: tunnel
Thu Feb  6 11:10:42 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 302's current affinity list: 0-3
Thu Feb  6 11:10:42 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 302's new affinity list: 0
Thu Feb  6 11:10:42 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 303's current affinity list: 0-3
Thu Feb  6 11:10:42 2025 daemon.notice procd: /etc/rc.d/S25packet_steering: pid 303's new affinity list: 0
Thu Feb  6 11:10:42 2025 cron.err crond[1499]: crond (busybox 1.36.1) started, log level 7
Thu Feb  6 11:10:43 2025 user.notice ucitrack: Setting up /etc/config/luci-splash reload dependency on /etc/config/firewall
Thu Feb  6 11:10:43 2025 user.notice ucitrack: Setting up /etc/config/qos reload dependency on /etc/config/firewall
Thu Feb  6 11:10:43 2025 user.notice ucitrack: Setting up /etc/config/miniupnpd reload dependency on /etc/config/firewall
Thu Feb  6 11:10:43 2025 user.notice ucitrack: Setting up /etc/config/odhcpd reload dependency on /etc/config/dhcp
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/network
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/wireless
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up /etc/config/luci_statistics reload dependency on /etc/config/system
Thu Feb  6 11:10:44 2025 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/system
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.050037] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.077667] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.086009] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.101472] mt7530-mdio mdio-bus:1f lan1: configuring for phy/gmii link mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.110530] br-lan: port 1(lan1) entered blocking state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.115882] br-lan: port 1(lan1) entered disabled state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.121548] mt7530-mdio mdio-bus:1f lan1: entered allmulticast mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.128087] mtk_soc_eth 1e100000.ethernet eth0: entered allmulticast mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.139363] mt7530-mdio mdio-bus:1f lan1: entered promiscuous mode
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'lan' is enabled
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'lan' is setting up now
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'lan' is now up
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.177787] mt7530-mdio mdio-bus:1f lan2: configuring for phy/gmii link mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.186573] br-lan: port 2(lan2) entered blocking state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.192063] br-lan: port 2(lan2) entered disabled state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.197490] mt7530-mdio mdio-bus:1f lan2: entered allmulticast mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.206176] mt7530-mdio mdio-bus:1f lan2: entered promiscuous mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.227468] mtk_soc_eth 1e100000.ethernet wan: PHY [mt7530-0:04] driver [MediaTek MT7530 PHY] (irq=POLL)
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.237016] mtk_soc_eth 1e100000.ethernet wan: configuring for phy/rgmii link mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.251756] br-lan: port 3(wan) entered blocking state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.256974] br-lan: port 3(wan) entered disabled state
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.262497] mtk_soc_eth 1e100000.ethernet wan: entered allmulticast mode
Thu Feb  6 11:10:44 2025 kern.info kernel: [   20.269877] mtk_soc_eth 1e100000.ethernet wan: entered promiscuous mode
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'loopback' is enabled
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'loopback' is now up
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Network device 'eth0' link is up
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Network device 'lo' link is up
Thu Feb  6 11:10:44 2025 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Feb  6 11:10:45 2025 daemon.notice netifd: radio1 (1830): WARNING: Variable 'data' does not exist or is not an array/object
Thu Feb  6 11:10:45 2025 daemon.notice netifd: radio0 (1829): WARNING: Variable 'data' does not exist or is not an array/object
Thu Feb  6 11:10:46 2025 daemon.info procd: - init complete -
Thu Feb  6 11:10:46 2025 daemon.notice hostapd: Set new config for phy phy0:
Thu Feb  6 11:10:46 2025 daemon.notice wpa_supplicant[1296]: Set new config for phy phy0
Thu Feb  6 11:10:46 2025 daemon.notice hostapd: Set new config for phy phy1:
Thu Feb  6 11:10:46 2025 daemon.notice wpa_supplicant[1296]: Set new config for phy phy1
Thu Feb  6 11:10:47 2025 daemon.notice wpa_supplicant[1296]: Set new config for phy phy1
Thu Feb  6 11:10:47 2025 daemon.notice hostapd: Set new config for phy phy1:
Thu Feb  6 11:10:47 2025 daemon.notice netifd: Wireless device 'radio1' is now up
Thu Feb  6 11:10:47 2025 daemon.notice wpa_supplicant[1296]: Set new config for phy phy0
Thu Feb  6 11:10:47 2025 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Thu Feb  6 11:10:47 2025 daemon.notice hostapd: Restart interface for phy phy0
Thu Feb  6 11:10:47 2025 daemon.notice hostapd: Configuration file: data: driver=nl80211 logger_syslog=127 logger_syslog_level=2 logger_stdout=127 logger_stdout_level=2 country_code=JP ieee80211d=1 hw_mode=g supported_rates=60 90 120 180 240 360 480 540 basic_rates=60 120 240 beacon_int=100 stationary_ap=1 chanlist=11 noscan=1 #num_global_macaddr=1 #macaddr_base= ieee80211n=1 ht_coex=0 ht_capab=[SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1] channel=11  interface=phy0-ap0 bssid=64:64:4a:eb:26:72 ctrl_interface=/var/run/hostapd ap_isolate=1 bss_load_update_period=60 chan_util_avg_period=600 disassoc_low_ack=1 skip_inactivity_poll=0 preamble=1 wmm_enabled=1 ignore_broadcast_ssid=0 uapsd_advertisement_enabled=1 utf8_ssid=1 multi_ap=0 auth_algs=1 wpa=0 ssid=OpenWrt bridge=br-lan wds_bridge= snoop_iface=br-lan qos_map_set=0,0,2,16,1,1,255,255,18,22,24,38,40,40,44,46,48,56 #default_macaddr nas_identifier=64644aeb2672  (phy phy0) --> new PHY
Thu Feb  6 11:10:47 2025 kern.info kernel: [   23.203361] br-lan: port 4(phy0-ap0) entered blocking state
Thu Feb  6 11:10:47 2025 kern.info kernel: [   23.209156] br-lan: port 4(phy0-ap0) entered disabled state
Thu Feb  6 11:10:47 2025 kern.info kernel: [   23.214841] mt7603e 0000:02:00.0 phy0-ap0: entered allmulticast mode
Thu Feb  6 11:10:47 2025 kern.info kernel: [   23.221838] mt7603e 0000:02:00.0 phy0-ap0: entered promiscuous mode
Thu Feb  6 11:10:47 2025 daemon.notice hostapd: phy0-ap0: interface state UNINITIALIZED->COUNTRY_UPDATE
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.325221] br-lan: port 4(phy0-ap0) entered blocking state
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.330879] br-lan: port 4(phy0-ap0) entered forwarding state
Thu Feb  6 11:10:48 2025 daemon.notice netifd: Network device 'phy0-ap0' link is up
Thu Feb  6 11:10:48 2025 daemon.notice netifd: bridge 'br-lan' link is up
Thu Feb  6 11:10:48 2025 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Feb  6 11:10:48 2025 daemon.notice hostapd: phy0-ap0: interface state COUNTRY_UPDATE->ENABLED
Thu Feb  6 11:10:48 2025 daemon.notice hostapd: phy0-ap0: AP-ENABLED
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.376739] br-lan: port 5(phy0-mesh0) entered blocking state
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.382745] br-lan: port 5(phy0-mesh0) entered disabled state
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.388766] mt7603e 0000:02:00.0 phy0-mesh0: entered allmulticast mode
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.395793] mt7603e 0000:02:00.0 phy0-mesh0: entered promiscuous mode
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.403052] br-lan: port 5(phy0-mesh0) entered blocking state
Thu Feb  6 11:10:48 2025 kern.info kernel: [   23.408985] br-lan: port 5(phy0-mesh0) entered forwarding state
Thu Feb  6 11:10:48 2025 daemon.notice netifd: Network device 'phy0-mesh0' link is up
Thu Feb  6 11:10:48 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Thu Feb  6 11:10:48 2025 kern.info kernel: [   24.155966] mt7530-mdio mdio-bus:1f lan2: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Feb  6 11:10:48 2025 kern.info kernel: [   24.156058] br-lan: port 2(lan2) entered blocking state
Thu Feb  6 11:10:48 2025 daemon.notice netifd: Network device 'lan2' link is up
Thu Feb  6 11:10:48 2025 kern.info kernel: [   24.169221] br-lan: port 2(lan2) entered forwarding state
Thu Feb  6 11:10:57 2025 authpriv.info dropbear[2408]: Child connection from 10.0.0.253:63703
Thu Feb  6 11:11:00 2025 authpriv.notice dropbear[2408]: Password auth succeeded for 'root' from 10.0.0.253:63703

This is STILL incorrect. READ CAREFULLY

PLEASE install wpad-mbedtls

1 Like

Blue, I did all the versions, did not work on versions higher than RC5

Anyway I got more clues, I got RC5 and generate packages with all wpads mbedtls I can get

The result is:

wpad               - 2024.09.15~5ace39b0-r2 not working
wpad-mbedtls       - 2024.09.15~5ace39b0-r2 not working
wpad-mesh-mbedtls  - 2024.09.15~5ace39b0-r2 not working
wpad-basic-mbedtls - 2024.09.15~5ace39b0-r2 not working
wpad-basic-mbedtls - 2024.09.15~5ace39b0-r1 works!

The difference is that 2024.09.15~5ace39b0-r1 is the default on the image download, whereas 2024.09.15~5ace39b0-r2 appears when you try for a custom version on the firmware download page.

I suspect of a problem in r2 vs r1.

Is there a way I can generate a package with wpad R1 versions on Openwrt 24 to test?

leads to

by @rany2 and @robimarko

2 Likes

One more report of the same issue on github

If I could get my hands on wpad - 2024.09.15~5ace39b0-r1.apk for the Xiaomi I can test it on 24.10 and perhaps on RC6 and 7 as well, but so far my google-fu is failing me. I strongly suspect that installing r1 would fix it.

1 Like

I don't see this problem with the gl-mt6000..

You do know you cannot install an apk on 24.10.0?

FYI, on my working system (GL-MT1300, the closest I have to your Xiaomi 4a gigabit edition v1. Both are mt7621 based.):

BusyBox v1.36.1 (2025-02-04 19:21:11 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 24.10.0, r28427-6df0e3d02a
 -----------------------------------------------------

root@meshnode-128d:~# opkg list-installed | grep wpad
wpad-mbedtls - 2024.09.15~5ace39b0-r2
root@meshnode-128d:~# 


Is there a reason you post a screenshot and not even provide the link? Please try to directly point to your sources. Thx.

You do know you cannot install an apk on 24.10.0?

Oh I did not know that, so even if I found the file it would be futile then. Do you know of a way to install the specific wpad 2024.09.15~5ace39b0-r1 versions on v24? Opkg install and the firmware selector always brings the r2 versions.

The r2 version is the only one available and it works.
You must have some other problem.
Perhaps your particular device version of 24.10.0 has an issue with duplicate mac addresses - a problem that can prevent mesh interfaces from coming up.
This can happen when the vendor does not allocate mac addresses for all phy.

For this reason the mesh11sd package checks and fixes mac addresses with locally administered versions if needed - you are not using this as far as I can see. With your current config DO NOT install it, at least not yet as you will make things worse.

Please show what you currently have for the output of:
ip link

and
uci show wireless