Ok I see. Well, I made a few researches in this Forum. Seems like a lot of people with the MT7620 have similar issues.
Hello,
I installed LEDE (https://lede-project.org/toh/hwdata/gl.inet/gl.inet_gl-mt300a ) in my new GL-MT300A router.
Now it is downloading (from wifi) about 3 times slower than another similar router I have.
Do you know if there is any problem with MediaTek MT7620A driver?
I have seen a couple of related links:
But that was many months ago.
Any clue?
Thanks a lot.
Good time of the day!
I have 5 (five) NEXX 3020 routers which are based on the MT7620N chip. If I understood correctly then internally it has RT5390 (or not?). After reading different materials, I see that my router(s) has same Wi-Fi performance issues as Xiaomi Wi-Fi, some Asus (like RT-N14U) and other routers based on MT76** chips.
Also after reading different topics/manuals/posts, here and not only, I understood that LEDE/OpenWRT is using open-source MTK drivers which are not so good and th…
improving mt7620 support i've noticed duplicate TX_SW_CFG entry for RT6352 chip:
rt2800_register_write(rt2x00dev, TX_SW_CFG0, 0x00000404);
} else if (rt2x00_rt(rt2x00dev, RT5390) ||
rt2x00_rt(rt2x00dev, RT5392) ||
rt2x00_rt(rt2x00dev, RT6352)) {
rt2800_register_write(rt2x00dev, TX_SW_CFG0, 0x00000404);
rt2800_register_write(rt2x00dev, TX_SW_CFG1, 0x00080606);
rt2800_register_write(rt2x00dev, TX_SW_CFG2, 0x00000000);
} else if (rt2x00_rt(rt2x00dev, RT5592)) {
rt2800_register_wri…
So basically the open-source driver is pretty bad. No matter if 32MB or 64MB Ram. This could be a solution: https://github.com/Nossiac/mtk-openwrt-feeds
But I'm not sure if this is the correct stuff I need and how to install it. So sad that the Dev-Team hasn't fixed this Driver-Issue..