I've never been able to get that fast via an internet Speedtest, it's as fast as a local one.
Bufferbloat: the latency is similar to my best results, but there's less jitter.
Be aware: these tests were performed under load (lots of background applications and a Zoom call running on the same laptop) so they could be even better! Intel AX211 160Mhz. Close to the router, but there's a (thin) wall in between.
This is where I get confused -- and I apologize for the repeated posts in this thread which seems like most people either aren't building their own or already understand these aspects.
A lot of the wireless kernel modules are compiled as "M" in pesa1234's build, not build in "*".
So none of these are needed for critical function of the wifi, etc, since they would have to be installed with opkg after flashing. Right? I feel like I'm getting lost in the weeds here.
No worries. These aren’t needed for any builtin functionality. When I started building pesa1234's firmware by myself, I actually did a find and replace of =m to =n in his .config.
You might need these if you use a USB WiFi dongle, I believe.
I encourage you to get familiar with the uboot recovery mode. Try to use it to upload a known good firmware, like 23.05.5. Remember to backup your settings first. As long as you flash sysupgrades, you’ll be always able to go back to any firmware you want.
Yap, if you have a AX 160Mhz WiFi card it's the speed you can get with this router. Maybe once I got 1.8 Gbps in a LAN speedtest, but I don't think WiFi can't go further. Still, it's a massive amount of speed!
Track 24. Then transition to main firmware after its eventual release will be much smoother, and problems easier to reconcile. Then most non-kernel module software is installable from the main repo.
Hi, I'm downloading the zip now (it's taking it's time), since regular Openwrt isn't as fast as Gl.inet's firmware. I'm hoping this gets me back up to gigabit speed. Is there more than 1 build in the zip? If so should I choose the newest, or a more stable older one?
Any tips are appreciated.
Edit - The zip finally finished downloading and I've been able to look into it. To install I click Flash Image -> Browse-> then select openwrt-mediatek-filogic-glinet_gl-mt6000-squashfs-sysupgrade.bin and go?
Awesome, thanks. The whole OpenWrt community is amazing. Thanks to another thread, I learned how to unbrick my Belkin RT3200 using a serial connections, so I stuck that in place of my MT6000 as a backup while I played with this.
First flash went great, although I'm still having a little trouble sometimes winnowing down the packages I don't need and then having it fail to compile. I guess I'm being a perfectionist, but I don't want packages I don't plan to use. This is a dumb AP, and I want the minimum required... based on the concept that any additional package is a potential security issue, besides the fact that it is inefficient.
So newbie question: can I just take everything in the .config that is marked "=m" and comment it out, to speed up compilation?
When I’m having a hard time figuring out why compilation failed, I use make -j1 world. AFAIK you don’t need clean download when only package selection changed.
All the dumbing down of dnsmasq, firewall, etc. happens in my uci-defaults scripts.
Disclaimer: I haven't flashed this latest build yet, but it's very similar to the previous build I am currently running. You're welcome to test it for me.
I know, but navigating through menuconfig to get rid of all the dependencies and unselect the parent package is painful.
I agree that direct editing can mess things up. I do run make defconfig to make sure nothing got too messed up.
If I'm compiling this myself and want just the new wireless drivers, do I have to import your .config? Can I use the OpenWrt defaults instead, and add the couple packages I need? I don't want things like keepalived, upnp, openvpn, wireguard, etc etc in my dumb AP.