I have recently provisioned two devices, of the identical model, Cudy x6, in OpenWrt.
I am not aware of any difference in hardware revision between the two devices, so I am assuming the specifications are identical.
Yet, I am experiencing inconsistencies in the radio operation, specifically in the detection of supported bands. The inconsistencies appear both between the two devices, and over time within a particular one.
The radio device is MediaTek MT7915E.
Immediately after I initially provisioned the first device with OpenWrt, the following four radios appeared in the Wireless page:
- Generic 802.11bg
- Generic 802.11bg (occurs twice)
- MediaTek MT7915E 802.11bgn
- MediaTek MT7915E 802.11nac
The initial allocation of master networks and SSIDs was very convoluted. Guest networks, and only guest networks, were provisioned for each of the bg networks, and each of the two others (bgn and nac) had a total of three networks provisioned, one of which was given SSID OpenWrt
, the others given different SSIDs.
Radio layout and initial provisioning on the second device was very different. Only two radios were detected, each given one SSID, and no guest networks were provisioned.
Consistently, on this device, one particular radio band is given as MediaTek MT7915E 802.11nac. Consistently, too, there is one other band given, but its description oscillates intermittently between MediaTek MT7915E 802.11bgn and Generic 802.11bg.
My best inference is that the interaction between the supported drivers and the hardware (MT7915E) is rather flaky, leading to a variety of race conditions for detecting available radio bands.
For reference, I had loaded the manufacturer's build of OpenWrt, the only OpenWrt build currently published for this device.
Is anyone who has experience with this hardware able to shed some light on the peculiar effects I have observed?