blutack 2 days ago

Just in case it helps anyone else, tio (https://github.com/tio/tio) is a great featureful alternative to picocom.

  • pelasaco 2 days ago

    i was searching for it today.. not available in my arch, unfortunately..

    • dvdbloc 2 days ago

      What’s your arch?

      • pelasaco 2 days ago

        the one that i was trying, omarchy.

        • queenkjuul 2 days ago

          You can use snap or brew or build from source?

          • gertop 2 days ago

            snap is a Ubuntu thing, nobody else uses it. Even Ubuntu users don't want to use it.

            Nobody uses brew outside MacOS.

            tio is in the AUR. Recent controversies aside, it's as easy as installing a regular package. But maybe GP doesn't have 10GB to install the entire build chain.

            • pelasaco 1 day ago

              I have the 10GB, but i don't like the idea.. sounds like BSD Ports to me..

            • queenkjuul 1 day ago

              You can run snaps wherever you want. Brew is available for Linux.

              Point being: their "architecture" is not preventing them from installing

              Also: i have no qualms with snap. Genuinely don't get the hate.

              • akimbostrawman 20 hours ago

                >You can run snaps wherever you want

                While that is technically true, snaps are very much build for ubuntu. For example it's sandboxing relies on apparmor meaning on distro without it such as archlinux, there is no confinement or security advantage.

                Meanwhile flatpak is an actual distro agnostic containerized package management system using namespaces and seccomp available everywhere. Its infrastructure is also officially self hostable unlike snaps.

BlackRabbit1 2 days ago

The 841N works with OpenWRT. But AFAIR pretty much an EOL device with not much flash/ram.

  • pelasaco 2 days ago

    the idea is more to get into hardware hacking.. the hardware is kind of irrelevant ... the most important thing is a sane UART exposed, documentation, videos about it and etc..

  • justsomehnguy 2 days ago

    If this thread is about the same model then yeah.

    OTH I have a DIR-612 somewhere which is just chugging. I do need to add some ip dilters, but not less the enterprise would pay me.

    wrt.com/phpBB2/viewtopic.php?t=161581&postdays=0&postorder=asc

mjevans 1 day ago

Presently it seems to be unlikely to find an inexpensive (<150 USD) router that will run OpenWRT, supports modern wifi modes, and is reasonably fast.

I settled for a MikroTik model when replacing my mom's router. It almost fits the criteria. I can even port forward via SSH on it.

The one thing it won't do natively? IPv6 6RD, the cursed legacy ISP junk CenturyLink has for IPv6 on DSL or, according to some posts I encountered looking for a solution, their rare fiber runs.

So now it has a script I found online, triggered to run every 10 seconds because the PPPoE interface doesn't provide an 'on change' event hook. If the IPv4 address has changed the script tears down and puts back up the IPv6 address on the 6in4 tunnel and lease blocks.

  • Namidairo 1 day ago

    > Presently it seems to be unlikely to find an inexpensive (<150 USD) router that will run OpenWRT, supports modern wifi modes, and is reasonably fast.

    There's a couple ISP branded units that fit those parameters, with caveats. (Mostly around OpenWrt installation difficulty and the always in development state of brand-new 11be platforms)

    However due to the price (Depending on availability in the 2nd hand market, it's very possible to get tri-band 11be routers for USD$50-100, usually with one or two 10GBaseT interfaces), there are still quite a few that overlook some of the difficulties involved.

    > triggered to run every 10 seconds because the PPPoE interface doesn't provide an 'on change' event hook.

    Normally this should be handled by a hotplug.d script in /etc/hotplug.d/ but I'm not familiar with the stock Mikrotik firmware.

  • treffer 1 day ago

    Modern wifi has always been a killer for OpenWRT. Usually expect to be 1 gen behind for a few years.

    I wanted Wifi 7e recently (upgraded to really fast fiber) and went with Ubiquity for that.

    I did find the Totolink X5000R extremely good. 50€, WiFi 6 on both bands, fast. But I couldn't find a 7e upgrade I would be happy with.

  • Markoff 1 day ago

    Cudy WR3000 cost like 30-40EUR and runs OpenWRT, not sure what you consider as modern wifi modes and being reasonably fast

queenkjuul 2 days ago

I had one of those sitting in a drawer for years. I think i did get OpenWRT on it at one point. Eventually it just stopped working altogether, but i felt like i got more than my money's worth out of it. Even brand new that router cost next to nothing.

Funny enough i have the same multimeter too

caretrs 2 days ago

This reminds me of my first experience messing with serial on a router haha! Also, cool website!

raytracer1 1 day ago

I remember tp-link's devices uart need password to log in.