DAWN stopped working after the update.
I tried reinstalling, but it doesn't work.
Does anyone have any idea why?
DAWN stopped working after the update.
I tried reinstalling, but it doesn't work.
Does anyone have any idea why?
How did you upgrade and from what vetsion? Are APs up? Any roam-push obsrvable ie if it is luci or backend issue.
I updated using Sysupgrade.
I've already reinstalled the package and it still doesn't work at all.
LuCI openwrt-25.12 branch / [OpenWrt 25.12.0-rc1]
Xiaomi AX3000T
dawn does not work with default hostapd.
And you ipgraded FROM v21 or 2 years snapshot or what?
It appears that DAWN is functioning and communicating.
The problem is that it's not displaying any data in the Luci interface.
root@OpenWrt:~# ps | grep dawn
12520 root 3556 S /usr/sbin/dawn
12966 root 1328 S grep dawn
root@OpenWrt:~# ubus call dawn get_network
{
{
"AA:AA:AA:AA:AA:01": {
"channel": 6,
"freq": 2437,
"channel_utilization": 43,
"num_sta": 4,
"ht_support": true,
"vht_support": false,
"op_class": 81,
"local": true,
"neighbor_report": "REDACTED_HEX_STRING",
"iface": "phy0-ap0",
"hostname": "ROUTER_PRINCIPAL",
"CC:CC:CC:CC:CC:01": {
"ht": true,
"vht": false,
"rrm-caps": "........",
"signal": -76,
"rcpi": -1,
"rsni": -1
},
"CC:CC:CC:CC:CC:02": {
"ht": true,
"vht": false,
"rrm-caps": "........",
"signal": -65,
"rcpi": -1,
"rsni": -1
},
"CC:CC:CC:CC:CC:03": {
"ht": true,
"vht": false,
"rrm-caps": "........",
"signal": -81,
"rcpi": -1,
"rsni": -1
},
"CC:CC:CC:CC:CC:04": {
"ht": true,
"vht": false,
"rrm-caps": "........",
"signal": -52,
"rcpi": -1,
"rsni": -1
}
},
"AA:AA:AA:AA:AA:02": {
"channel": 36,
"freq": 5180,
"channel_utilization": 12,
"num_sta": 2,
"ht_support": true,
"vht_support": true,
"op_class": 128,
"local": true,
"neighbor_report": "REDACTED_HEX_STRING",
"iface": "phy1-ap0",
"hostname": "ROUTER_PRINCIPAL",
"CC:CC:CC:CC:CC:05": {
"signature": "wifi4|probe:REDACTED|assoc:REDACTED",
"ht": true,
"vht": true,
"rrm-caps": ".TAP..NL",
"signal": -68,
"rcpi": -1,
"rsni": -1
},
"CC:CC:CC:CC:CC:06": {
"signature": "wifi4|probe:REDACTED|assoc:
Same issue for me. Upgraded from 24 to 25.12.0-rc1 and now DAWN shows the same error in luci.
Okey seems an already known issue: https://github.com/openwrt/luci/issues/7974