I recently noticed something strange about the Linksys MX5300 router. It looks to me the AX/radio1 is somehow configured differently, either at hardware or software level, so that if I didn't setup the router carefully, devices connected to radio1 will end up partially "isolated" from other WIFI clients connected to radio0 & radio2. In addition some network traffic won't pass through to radio1: e.g. radio1 devices cannot find "xyz.local" addresses (mDNS issue?) or in extreme cases even DHCP.
The situation couples with the use of LAN/WAN port: if I configured MX5300 as a dumb wired AP, it works well when only the upstream cable is plugged into one fixed LAN port. Moving the cable to another port or booting the AP with devices plugged into remaining LAN ports will break the AX/radio1, making clients isolated and missing many kinds of network traffic.
Under backhaul/extender mode, the only working way is to use the AX/radio1 as the client and relayd it to the lan interface. Otherwise the setup will fail almost entirely.
Wondering if I missed something or there are insights can be shared. I have configured many other OpenWRT devices without trouble. Really would like MX5300 to work well. Thanks a lot!
Just tried the latest 24.10.1. It looks the situation under the regular router mode has largely been fixed, but under the dumb AP mode went worse. My test shows the AX radio clients are no longer isolated but some network traffic, especially mDNS, is totally filtered/blocked (previously I can tune the LAN port settings to make it work barely).
I attached a minimum example showing the AX radio issue under AP mode. ubus call system board
Here to report another observation kind of shocking to me. I messed with one unit, by some crazy tests of plugging all kinds of ethernet adapters and storage into the USB port, and finally broke the AX radio again: isolated clients, no mDNS. Interestingly,
factory reset + settings reupload didn't fix it
sysupgrade reflash + settings reupload didn't fix it
full factory image flash by mtd commands to both partitions + settings reupload fixed
So the root cause of this might be hidden somewhere between what sysupgrade image and factory image do to the device? This is way beyond what I can understand. Maybe this helps developers.
Keep on reporting my discoveries. Under the normal router mode, I found three confirmed ways to mess up radio1/AX (isolated clients, no mDNS, ...):
switching the AX radio width to 160MHz, this is still manageable as long as I am aware of the limitation
associate the AX radio with another network interface other than "lan", for example guest, this is also manageable as long as I am aware of the limitation
rearranging connected devices on four of the LAN ports: especially booting up with devices unplugged, failures in handling this normal use case is such a deal breaker...
Once "messed up", there is no easy way back in any situations (setting reversal, port reversal or even factory reset) unless double factory firmware flash by mtd. Hopefully developer can address this limitation