Omnia Wifi6 WLAN interfaces disabled

Hello!
Recently I have bought Omnia Wifi 6. After first start, WLAN interfaces are disabled and I can not move them into LAN to enable them, see screenshot. I inspected browser console and request to http://192.168.1.1/reforis/api/interfaces gives me response, see snippet below post. Notice that both interfaces in “none” have "configurable": false, LED lights on frontpanel for both WIFIs are dark.
I would like to avoid reclamation in hope it is some silly little thingy that I can fix myself.
Any ideas, please?

{
    "firewall": {
        "http_on_wan": false,
        "https_on_wan": false,
        "ssh_on_wan": false
    },
    "networks": {
        "guest": [],
        "lan": [
            {
                "bus": "eth",
                "configurable": true,
                "id": "lan0",
                "link_speed": 1000,
                "macaddr": "d8:58:d7:01:de:51",
                "module_id": 0,
                "slot": "LAN0",
                "state": "up",
                "type": "eth"
            },
            {
                "bus": "eth",
                "configurable": true,
                "id": "lan1",
                "link_speed": 1000,
                "macaddr": "d8:58:d7:01:de:51",
                "module_id": 0,
                "slot": "LAN1",
                "state": "up",
                "type": "eth"
            },
            {
                "bus": "eth",
                "configurable": true,
                "id": "lan2",
                "link_speed": 100,
                "macaddr": "d8:58:d7:01:de:51",
                "module_id": 0,
                "slot": "LAN2",
                "state": "up",
                "type": "eth"
            },
            {
                "bus": "eth",
                "configurable": true,
                "id": "lan3",
                "link_speed": 0,
                "macaddr": "d8:58:d7:01:de:51",
                "module_id": 0,
                "slot": "LAN3",
                "state": "down",
                "type": "eth"
            },
            {
                "bus": "eth",
                "configurable": true,
                "id": "lan4",
                "link_speed": 0,
                "macaddr": "d8:58:d7:01:de:51",
                "module_id": 0,
                "slot": "LAN4",
                "state": "down",
                "type": "eth"
            }
        ],
        "none": [
            {
                "bus": "pci",
                "configurable": false,
                "id": "wlan0",
                "link_speed": 0,
                "macaddr": "00:0a:52:06:a3:31",
                "module_id": 0,
                "slot": "2",
                "ssid": "",
                "state": "down",
                "type": "wifi"
            },
            {
                "bus": "pci",
                "configurable": false,
                "id": "wlan1",
                "link_speed": 0,
                "macaddr": "4c:0f:6e:53:ad:ba",
                "module_id": 0,
                "slot": "1",
                "ssid": "",
                "state": "down",
                "type": "wifi"
            }
        ],
        "wan": [
            {
                "bus": "eth",
                "configurable": true,
                "id": "eth2",
                "link_speed": 1000,
                "macaddr": "d8:58:d7:01:de:52",
                "module_id": 0,
                "slot": "WAN",
                "state": "up",
                "type": "eth"
            }
        ]
    }
}

If you want to do it from Reforis after installing new WiFi cards you should do WiFi reset. But if you are familiar with LuCi then you could go to advanced settings and set everything in Wireless options. Browser console won’t help you here as its not a problem with the webpage itself.

Hi @RaillieB,

Did you set the wifi interfaces on the dedicated “Network Settings → Wi-Fi” page first?
Preferred way is to configure wireless interfaces on the dedicated reforis page, which will automatically assign interfaces to their designated networks: regular wifi to LAN and guest wifi to guest network.

That wouldn’t, unfortunately, resolve the wrong assignment to Unassigned (“none”) group in reForis, but at least they should be considered “up and running” (with {"state": "up"}).

{"state": "down"}

This hints that the interfaces are either not running (most likely not configured yet), or configured but somehow broken and therefore detected as “down”.

Which bring us to the second point.

I agree that it is confusing, but this silly little thing is actually a bug in Turris OS 6.0+ :slight_smile:

Even when wifi interfaces are properly configured on reForis Wi-Fi page, they are displayed in “Unassigned” group on Interfaces page in reForis.

Although this discrepancy between displayed state of the wifi interfaces on different reForis pages is confusing, this is just a visual representation bug on Interfaces page. Properly configured wifi interfaces should work fine regardless of it.

For more details, take a look at issue on our gitlab.

I agree. And not just in case of installing new wifi card.

In general, performing “Wifi reset” (in reForis or command line) + configure it again from scratch is the preferred way how to try to make misbehaving wifi interfaces work again.