I just bought a Linksys E8450 device and flashed OpenWRT firmware as described in https://openwrt.org/toh/linksys/linksys_e8450. Then I found that luci does not suppport 802.11ax configuration yet. After some investigation into openwrt source code, I found this:
enable_ax=0
case "$htmode" in
HE*) enable_ax=1 ;;
esac
root@OpenWrt:/# uci show wireless
root@OpenWrt:/# uci set wireless.radio1.htmode='HE80'
root@OpenWrt:/# /etc/init.d/network restart
'radio0' is disabled
I hope it helps anybody buying a 802.11ax-capable device but unable to use it.
Thanks for the 802.11ax tip, I’m thinking about getting the e8450 and just wondering which flash method you used, the ubi or non-ubi and if there were any problems with the flash (doesn’t seem to be much documentation on it yet).
Have you enabled ax with the command provided by @jiegec and restarted the network?
root@OpenWrt:/# uci show wireless
root@OpenWrt:/# uci set wireless.radio1.htmode='HE80'
root@OpenWrt:/# /etc/init.d/network restart
'radio0' is disabled
Wikipedia:
Linksys was founded in 1988 by the couple Victor and Janie Tsao, both Taiwanese immigrants to the United States. The company was purchased by Cisco in 2003, and sold to Belkin in 2013. Belkin was acquired by Foxconn in 2018.
And Belkin had a 10% off coupon, so actually 60 USD cheaper. All the main router companies do a lot of marketing on their router models, often many models share the same platform with functions neutered in software to differentiate models from each other. Often, WIKDEVI and FCC filings are the only truth about what is really in there.
Nice.
How do these mediatek devices fare in comparison to the qca/ipq80xx hardware. I own an r7800 so trying to figure out whether this is a good way to future proof without spending too much. the belkin is reasonably priced (i could care less about triband at this point), but things that are important to me...
160mhz 5ghz bandwidth
router processing power
mesh/wds support
driver (i hear mediatek devices have hardware flow-offload or hardware nat enabled)
5 GHz: 2*4x4:4 802.11ax (external, often 2*QCN5054, virtually making this 8x8)
mt7622b seems to share very well optimized ethernet drivers with its (ra)mips based predecessors (e.g mt7621a), but is limited to 1 GBit/s ports due to its included switch hardware. In stock OEM firmware, The various ipq80xx systems rely on a proprietary NSS firmware, offloading parts of the networking to an ubicom32 derived little-endian NSS/ NPU core (well, two of them in all cases) and are designed to support up to 10 GBit/s ethernet (or 2.5GBASE-T/ 5GBASE-T) that way (you will rarely find those in practice on ipq806x devices, but they're common for ipq8074).
The Belkin rt3200/ Linksys E8450 should beat ipq806x in practice, but would lose against ipq8074 (ipq8071 might be a fairer head-to-hear competition) - both in terms of routing- and wireless performance. But while the Belkin rt3200/ Linksys E8450 is supported right now, ipq807x is not (yet).
But ipq806x is battle-tested by now, while mt7622b+mt7915e is still very new (and still being improved, with some fluctuations) - and ipq807x isn't supported yet at all. So fair comparisons remain hard for the 802.11ax chipsets, based on not enough data points or none at all in case of ipq807x. What is clear, is ipq806x maxing out somewhere between 400-650 MBit/s WAN speed (without sqm, with sqm just under 200 MBit/s), mt7622b seems to beat that - I have not heard enough feedback about the wireless performance/ stability (but no complaints either, everyone seems to have been rather pleased so far).
hello everyone here is my test published with sqm on a fiber, the question I ask myself is can I use fq codel + simple qos to have a qos and thus can have high bitrates?
Hello, I just got my hands on a Totolink X5000R and flashed openwrt on it. After installing luci and a few other packages I can't seem to be able to choose anything on the 5Ghz frequency, that includes 802.11n 802.11ac and 802.11ax.
What else have you done to get your device working?
All I did was run the three commands in my post really. I note that it doesn't work in the Luci GUI, so you need to do it via the command-line 'uci' tool.
This is awesome many thanks, ordered a Belkin R3200 for roundabout 89€ too used on amazon.co.uk (shipping to germany) after reading its specs and the post here.
Mind you someone with fiber tested it as well in the above linked topic and managed to almost max their speeds out (1 Gbits).
Now I have something capable to play with on OpenWRT.
Did any of you test if wireless bridge/wireless client mode works?