dangole has quit [Ping timeout: 480 seconds]
romany has quit [Quit: Ping timeout (120 seconds)]
romany has joined #openwrt-devel
romany8 has joined #openwrt-devel
romany has quit [Ping timeout: 480 seconds]
romany8 is now known as romany
bluew has quit [Remote host closed the connection]
nixuser has quit [Remote host closed the connection]
nixuser has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<neggles> hurricos: not me
arthur_melo has quit []
romany9 has joined #openwrt-devel
bluew has joined #openwrt-devel
romany has quit [Ping timeout: 480 seconds]
romany9 is now known as romany
amaumene has quit [Ping timeout: 480 seconds]
amaumene has joined #openwrt-devel
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
desertwolf has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
floof58_ has joined #openwrt-devel
floof58 is now known as Guest1888
floof58_ is now known as floof58
amaumene has quit [Quit: amaumene]
Guest1888 has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
romany3 has joined #openwrt-devel
romany has quit [Ping timeout: 480 seconds]
romany3 is now known as romany
rua has joined #openwrt-devel
matteo has quit [Ping timeout: 480 seconds]
Slimey has quit [Remote host closed the connection]
matteo has joined #openwrt-devel
valku has quit [Quit: valku]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
ekathva has joined #openwrt-devel
desert_wolf has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
desertwolf has quit [Ping timeout: 480 seconds]
cbeznea has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (99.2% images and 100.0% packages reproducible in our current test framework.)
dangole has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
srslypascal has quit [Read error: No route to host]
srslypascal has joined #openwrt-devel
ecloud_ has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<aiyion> Good morning. Me and 'Nordmann' have been trying to verify the successful ath79 migration of the NBG6616.
<aiyion> Up until now we're out of luck.
<aiyion> after flashing the 21.02.2 squashfs-factory the device apparently does not come up properly
<aiyion> If there's not someone who knows about ongoing issues with the device, I'd open a post in the forum for that?
snh_ has joined #openwrt-devel
T-Bone has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kopijahe has joined #openwrt-devel
<russell--> aiyion: serial console?
snh has quit [Ping timeout: 480 seconds]
<aiyion> Not yet, I suppose; he has access to the device, not me. The only issue I got reported for now is dhcp would not come up at all.
Misanthropos has joined #openwrt-devel
ecloud_ has joined #openwrt-devel
<aiyion> He found a similar issue a while back https://forum.archive.openwrt.org/viewtopic.php?id=54020&p=1, but there's a whole page missing in the thread...
<aiyion> starting with post 10
<aiyion> it all comes to this? https://dev.archive.openwrt.org/ticket/23123
<aiyion> So I'll ask him to get serial access and open a thread on the forums.
nixuser has quit [Ping timeout: 480 seconds]
f00b4r0 has joined #openwrt-devel
nixuser has joined #openwrt-devel
Grommish has quit [Remote host closed the connection]
cmonroe has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
<rsalvaterra> stintel: Fancy a little Debian drama? :P https://lwn.net/Articles/890219/
rua has quit [Ping timeout: 480 seconds]
<Habbie> as a user, i can confirm the debian /usr merge is a mess
kopijaheaseli has joined #openwrt-devel
<jow> Habbie: interesting, I tought it's basically just a amtter to symlink /usr to /
rua has joined #openwrt-devel
<jow> Habbie: to get rid of /usr
<jow> or is it the other way around, move everything into /usr ?
<Habbie> lrwxrwxrwx 1 root root 7 Apr 27 2019 bin -> usr/bin
<Habbie> in /
<Habbie> (plus sbin, lib, a few others)
<jow> hm ok
<Habbie> but it leads to stupid things like:
<Habbie> $ dpkg -S $(which ls)
<Habbie> dpkg-query: no path found matching pattern /usr/bin/ls
<Habbie> this one bites me a lot
<Habbie> oh, the article also mentions this one
<jow> I see
kopijahe has quit [Ping timeout: 480 seconds]
<Habbie> rsalvaterra, good read, thanks
<rsalvaterra> Point is, the issues seem to be technical and solveable (possibly complex, though)… it's the politics that's messy.
<rsalvaterra> Habbie: LWN is the best. :)
<Habbie> rsalvaterra, oh yes
<jow> actually shows in what kind of comfortable situation we're in with openwrt
<jow> we have the freedom to change things drastically between releases
<jow> not having to care about upgradeability from running system (filesystem layout wise)
desert_wolf has quit [Quit: Leaving]
<rsalvaterra> jow: I do wonder if a merged /usr would benefit us…
<jow> likely
<rsalvaterra> The main use case seems to be statelesness.
<jow> statelessness?
<jow> how so?
<rsalvaterra> But we already have that, since basically all our rootfs is ro (at least with squashfs).
<neggles> jow: if you thump everything into /usr you can then share that out over NFS and mount it read-only on multiple machines
<jow> so statelessness means you're able to export a relevant part of the rootfs without it being tainted by volatile things (like it would be the case with /)
<rsalvaterra> Yep, pretty much.
<neggles> and it's one directory, with everything that matters in it
<jow> I was confused by its meaning in this context
<neggles> it also eventually removes the need for the `#!/usr/bin/env python3` trick
<neggles> well, not for python, because pythong
<neggles> er, s/g//
<jow> python will find new ways to break existing deployments
<neggles> yeah, bad example. `#!/usr/bin/env bash` though
<jow> /usr/bin/env in shebangs somehow became second nature for me
<neggles> cause *usually* bash is /bin/bash, but if you're on a Mac or [a couple distros I forget] or you've built something custom...
robimarko has joined #openwrt-devel
<jow> right, Mac OS, other weird deployments
<neggles> I've never understood what the difference is meant to be between /bin and /usr/bin really
<jow> iirc it once meant to be essentials vs. supplemental
<neggles> /usr/local/bin makes sense, effectively "things that didn't come from a package manager"
<jow> /bin is stuff for booting the core system, /usr is "user software" you can mount in via nfs etc.
<neggles> it's more "PDP-11 disks were small"
<neggles> that email is the first time i'd actually seen it spelled out as "/bin is for things you might need before your rootfs gets mounted"
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<neggles> but that stuff's all in initrd nowadays...
<rsalvaterra> neggles: Exactly. We have this separation today due to problems that have arisen 50 years ago. :)
<neggles> yup
<neggles> IMO given that 1) this is the way every major distro is going & 2) most of the embedded things I've cracked open in the last year have had merged /usr, it would probably make sense for openwrt to do it as well
danitool has joined #openwrt-devel
<rsalvaterra> Probably a topic for the next meeting…? :P
<neggles> robimarko: oh hey! how do we feel about the IPQ8174
<robimarko> In which sense?
<neggles> well, some QCA SoCs are more of a nightmare to handle than others
<robimarko> I wish it was only QCA SoC-s
<rsalvaterra> Ugh… yet *another* A53 designh? What year is this?
<rsalvaterra> *design
<neggles> why upgrade the CPU when you can just put in more NPU you dont have to pay licensing fees for? :P
<neggles> it's kind of surprising they've not put much effort into the "linux on HEXAGON" project
<neggles> then they could build router SoCs with no ARM at all :P
<robimarko> Its an upgrade compared to IPQ40xx or IPQ806x anyway
<neggles> made it all the way into mainline...
<robimarko> neggles: Why bother?
<robimarko> They got the licenses anyway
<rsalvaterra> neggles: (Ugh…)²
<robimarko> Whats wrong with A53?
<robimarko> Mediatek is using it as well in the brand new SoC
<neggles> A55 is ~30%? faster for less power and die space, but it also requires a newer process node
<rsalvaterra> robimarko: State-of-2012 art. In-order, not very power-efficient compared to current alternatives…
pepe2k has joined #openwrt-devel
<robimarko> Well, this is market where the price is only what matters
<robimarko> They aint gonna use high end nodes if they dont have to
<neggles> i suspect A53 is as good as it gets with what 45nm?
<neggles> and yeah, nobody cares if their router pulls 15w or 12w and the lion's share of the power draw will be the radios anyway
<rsalvaterra> robimarko: I'm not question marketing decisions, I'm sure they make perfect sense, financially… but I'm a technical guy. :P
<rsalvaterra> I like new and shiny toys. :P
<neggles> I was hoping for A55 too :(
<robimarko> rsalvaterra: Me as well
<robimarko> negles: The thing is that IPQ807x is kind of couple of years old
<neggles> robimarko: perhaps I expect too much of you :P trying to decide between grabbing an 8072A device or possibly an 8174A device to mess with
<robimarko> Dont go for the IPQ8174A series
<robimarko> Those OAK parts have been barelly supported by QCA
<neggles> or maybe i should just go right to IPQ6018 since that's where the new unifi things are & will probably become the IPQ4018/19 of the wifi 6 generation
<robimarko> 8072A is kind of the best buy
<robimarko> The thing is that IPQ6018 is not cheap enough
<neggles> *yet*
<robimarko> More like it wont be ever
<robimarko> Cause you can get IPQ8072A for 99USD all the time
<rsalvaterra> Stuff like this just makes me want to say "fsck it" and go with the brute force of x86 hardware…
<neggles> or a 3568, mainline support for that is proceeding quite rapidly atm
<rsalvaterra> … but I also have a… thing… with unused hardware in a network appliance (e.g. GPUs).
<neggles> i wonder if you could implement VPP in a GPU
<neggles> seems like "you can use GPUs for network processing, but you're gonna need to be pushing a lot of packets for it to be remotely worth it"
<neggles> rsalvaterra: CN9130!
<rsalvaterra> neggles: Those aren't GPU "vectors". :P
<rsalvaterra> Also, GPUs running horribly branchy network code? That will be fun to watch. :)
<rsalvaterra> Oooh, cute little box! I totally forgot SolidRun existed. :P
<neggles> they make a tinier version too, and the COM inside is about the size of a credit card
<neggles> oh not even
<neggles> 5x3.5cm
<rsalvaterra> Pricey, though…
<neggles> yeah, well, it's an octeon :P
<neggles> TX2, though. so it's fine.
<neggles> when they were first released about 9 months? a year? ago, that SoM was US$149 and the clearfog base was about $220
<neggles> now $218 and $301 :(
<robimarko> Its basically just Armada 7040 with upgraded core
<robimarko> DDR4 support etc
<neggles> it's not though, it kind of is, but it's got *way* more bandwidth, lemme see if i can find the chart i had
<robimarko> Its a direct replacement for 7040
<robimarko> And they made sure to not make it too good
<robimarko> Hence the modular CP115 design so they just attach more of those for 9131 etc
<rsalvaterra> neggles: 64-bit DDR4, 2400 MT/s. Not bad…
<robimarko> Yeah, they updated the outdated stuff
<neggles> bluh I can't find the doc
<neggles> but it was from pensando, comparing their chip to the 9130, 8040, and 7040
<neggles> 9130 beats 8040 by a solid 30%
<robimarko> Thats probably from the various Octeon related offloading engine stuff they crammed in along the MVPP2
<robimarko> And it uses like dozen FW blobs
<neggles> *shrug* they're in mainline and fairly well characterized, i don't mind firmware blobs as long as they're not going to break your ability to upgrade and they're actually being used by more than five people
<neggles> but the 9130 also has quite a bit more in the way of IO than the 8040, even without the expander chips
<neggles> oh and it's DPDK-supported
<neggles> though it is interesting that the 8040 has disappeared off marvell's products page, but the 7040 and 9130 are still there
<neggles> bluh maybe the 9130 doesn't have significantly better IO, can't really tell from the public info. meh.
<robimarko> It doesnt have better I/O than 8040
<robimarko> 9130 only has 5 SERDES lanes
<neggles> six
<robimarko> 8040 has 10 though
<robimarko> So you have to upgrade to 9131 at least
<neggles> datasheets i have are showing 6x HS SERDES + 2x ICI + 4x SERDES for 9130, 12x HS SERDES for 8040
<robimarko> 7040 is there because there is a to of large customers using it
<neggles> which i think for the 9130 translates to 6x SERDES + 4x PCIe lanes
<neggles> and the two southbridge buses
<robimarko> Yep, 9130 has 6 SERDES lanes
<neggles> LX2162A? tell me more, solidrun
<robimarko> But PCIe is part of those
<neggles> oh wait you have extranet access don't you
<neggles> then what are the other four serdes in the box with the two ICI links for...
<neggles> or is that "2x ICI = 4x SERDES"
<robimarko> CN9130 has 6 SERDES lanes, and those MCi are for the CP115-s
<robimarko> Thats the MoChi interface they use for those peripheral IC-s
<neggles> ahh okay, it's 2 * ICI x4
<neggles> that makes more sense
<robimarko> Yep
<neggles> so it's got 14 serdes but 8 of them are only usable for the southbridges
<neggles> seems a bit silly but i guess that's how you sell 88F8215s
<robimarko> Tehnically yes
<robimarko> That is why they made sure to not call them SERDES
<neggles> at least the latest rev of the DS has this explicitly laid out
<neggles> so a 9130 with one 88F8215 has ~the same IO as an 8040
<robimarko> Yep, and they are selling that as 9131
<neggles> so this is the chip they want in everyone's midrange firewall appliances then
<neggles> one chip covering three HW SKUs and six models
<neggles> from that perspective it's a rather clever design really
ldir has joined #openwrt-devel
<neggles> heh. the more you look at these block diagrams and datasheets, and considering the 8040 has mysteriously vanished from the product pages, the more it looks like the 9130 is an 8040 with half the SERDES lanes restricted to only do MoChi
Namidairo has quit [Ping timeout: 480 seconds]
<neggles> rsalvaterra: there's always https://www.indiegogo.com/projects/mochabin-5g/x/961717#/ but then you have to deal with globalscale...
<lemmi> IIRC the memorybus is twice as wide on the 9130
<robimarko> Mochabin is actually decently made
<robimarko> Unlike Espressobin-s
<neggles> 8040 is a 32b DDR4 bus, and, yep, 64b DDR4 bus on 9130
<rsalvaterra> … so this exists…!
<neggles> I was wondering when you'd find the puzzles
<neggles> they cost $texas
<rsalvaterra> xD
<robimarko> I actually got one
<neggles> oh look a 9130
<robimarko> 901 and 902 should be TX2
<neggles> they are, 901 appears to be 9131
<neggles> 902 a 9132
<neggles> (and incidentally already supported in openwrt)
<robimarko> I wanted to get those to "experiment" but the boss wasnt really keen since we already have M801-s
<robimarko> But these are way more practical
<neggles> the 901 is a pretty sweet little box really. shame they cost a fortune
<robimarko> Managed to get two CN9130 ref boards though
<neggles> the price isn't unreasonable, it's just more than i can justify :P
<neggles> oh nice, solidrun actually put their "two honeycomb LX2 in a 1U chassis" concept into production
<rsalvaterra> Why do they call them "software-defined routers"? Aren't *all* OpenWrt routers software-defined? :P
<neggles> because you can program the packet acceleration engines with DPDK and various other things, so you can put your own DPI/IDS/IPS/etc algorithms into the accel hardware instead of it being fixed-function :P
<rsalvaterra> That sounds like the antithesis of "software-defined", having a hardware accelerator (albeit programmable).
<rsalvaterra> When I think of "software-defined", I think of everything being done by a general purpose CPU.
<neggles> well in comparison to, say, qualcomm's NPUs or mediatek hw-nat accelerators
<neggles> where it does one of a half dozen things and not a lot else
<neggles> perhaps a better parallel would be early days of GPUs when we went from having several fixed function blocks (transform, lighting, texturing etc) to the "gigantic puddle of shaders you shove tiny programs into"
<rsalvaterra> Heh. I'll probably just throw x86 hardware at the problem. Much cheaper. :)
<neggles> [various firewall appliance vendors] beg to disagree :P
<neggles> sophos's latest generation of hardware consists of either a 913x, or a ryzen embedded and various SKUs of octeon TX2
<neggles> same goes for a couple other vendors, and in a month or so i'll be cracking open a palo alto PA-440 which I would put money on being a CN913x
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 100.0% packages reproducible in our current test framework.)
<neggles> now that's interesting
<neggles> this XGS2100 claims to be a CN83xx 16-core
<neggles> huh yep, Oct TX not TX2, guess that explains the 4.14 kernel
<neggles> robimarko: this might be the 4.14 kernel from the github repo
kopijaheaseli has quit [Read error: Connection reset by peer]
<robimarko> That would be the first one in the wild then
<neggles> i've got four of these deployed, and the rest of the XGS lineup are all either <ARM octeon of some kind> or <an intel chip> + <big angry ARM octeon of some kind>
<neggles> on the octeon, Linux version 4.14.207-10.3.6.0-1 (jenkins@bsp-build-00) (gcc version 7.3.0 (Marvell Inc. Version: Marvell GCC7 build 249.0)) #1 SMP PREEMPT Tue Oct 19 13:14:45 EDT 2021
<neggles> on the Ryzen R1505G side, Linux localhost 4.14.38 #2 SMP Thu Nov 11 19:44:04 CET 2021 x86_64 GNU/Linux
<neggles> 4.14.38? oof, FIPS certification I guess...
<neggles> that doesn't look good.
<neggles> ok back to trying to work out how this devicetree needs to look
bluew has quit [Quit: Leaving]
Namidairo has joined #openwrt-devel
srslypascal is now known as Guest1914
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest1915
srslypascal has joined #openwrt-devel
<neggles> I would just like you all to know that sophos's firewall OS appears to be built using the openwrt buildsystem
<jow> cool
<jow> not that it benefits us in any way
rua has quit [Quit: Leaving.]
Guest1914 has quit [Ping timeout: 480 seconds]
<neggles> true. they're *very* diligent with their GPL releases, though - these have documentation! and a sane layout! and build working* code!
<neggles> and have things such as 'sdk-ext-sophos-release-SDK-10.3.6.0-PR1'
<neggles> hello, octeon SDK 10
Guest1915 has quit [Ping timeout: 480 seconds]
<neggles> yeah, no mips stuff in here at all, not shocked
<robimarko> SDK10 is universal Armada and TX2 SDK
<neggles> yeah
<neggles> it's a lot cleaner than the old mips one
<neggles> well that answers that question, the sophos XGS 107/116 are CN9130, the 126/136 are 9131
<russell--> i did a review of deployed ER-X's (I had 7 in the field, now just 6). All of them had some degree of squashfs file corruption, recovers on sysupgrade.
<russell--> tested with: find /rom -type f | xargs sha256sum
<stintel> rsalvaterra: nah :)
<neggles> compatible = "marvell,cn9130-db", "marvell,cn91xx", "marvell,cn9030-vd", "marvell,cn9030", "marvell,armada-ap806-quad", "marvell,armada-ap806";
<neggles> cn9130 aka 88F8060?
<robimarko> I doubt its 88F8060
<robimarko> AP806 is the CPU complex
<neggles> ah
<neggles> it appears they're using AP807 for the 9131
<neggles> all the 9130 peripherals have armada compatible= tags though
<robimarko> Cause they have been reused
<neggles> yeah
<neggles> this is an octeon in name only really
<neggles> the CN8 and CN9 are much more like what i'd expect
<neggles> well CN93/5/6/8
dedeckeh has joined #openwrt-devel
<robimarko> Yes
<robimarko> They have just used Octeon name cause of customer familiarity with it and appliances
<neggles> yeah, looks good to mgmt etc. when you can say "octeon across the whole stack"
<neggles> heh yeah the 913x code is in entirely separate trees to the others
valku has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
pepe2k has quit [Remote host closed the connection]
rua has joined #openwrt-devel
ecloud_ has quit [Ping timeout: 480 seconds]
ldir has quit [Quit: Textual IRC Client: www.textualapp.com]
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
<ynezz> I think it's called marketing driven development
<jow> scratch the development
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
goliath has joined #openwrt-devel
<rsalvaterra> And s/driven/drivel :P
ecloud_ has joined #openwrt-devel
<jow> ... as well as s/marketing/nonesense/
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
Slimey has joined #openwrt-devel
hexagonwin has joined #openwrt-devel
shibboleth has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 100.0% packages reproducible in our current test framework.)
hexagonwin has quit [Quit: [ Quitting client ]]
<Habbie> can a package makefile download patches in addition to the source tarball?
<Habbie> I don't immediately find any examples of this in the openwrt-21.02 packages tree
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
arthur_melo has joined #openwrt-devel
Grommish has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<mrkiko> Habbie: I guess it can, but in general the package tends to ship with itself the needed patches; downloading them from an outside source is considered sometimes considered a "problematic" practice, for reproducibility for example.
YSC has quit [Quit: ZNC - https://znc.in]
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
<f00b4r0> ynezz: thanks for reviewing my patches. Would you mind grabbing https://patchwork.ozlabs.org/project/openwrt/patch/20220331155031.72465-1-hacks@slashdirt.org/ too? It seems it slipped through the cracks although it really shouldn't be controversial at all
Guest1936 has joined #openwrt-devel
srslypascal is now known as Guest1937
Guest1936 is now known as srslypascal
srslypascal has quit []
Guest1937 has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
<ynezz> f00b4r0: ok
<f00b4r0> thanks!
<ynezz> f00b4r0: BTW if that xd3200 works I'm going to backport it to 22.03, hope you don't mind :]
<f00b4r0> I certainly wouldn't, and I wouldn't mind backporting to 21.02 either ;)
<ynezz> yep, why not, but I would wait little bit more for the feedback
<f00b4r0> I was actually going to ask if it's ok to cherry-pick and change nvmem back to mtd-mac-address :)
<f00b4r0> I have both patches ready for 21.02 :)
<f00b4r0> sure of course.
<f00b4r0> for the PA bias bit, I don't have another QCA9561 device to test so this one is probably going to need some more thorough review
<f00b4r0> but without it 2.4 is pretty much useless on the XD3200
<rsalvaterra> neggles: ^
srslypascal has joined #openwrt-devel
<fpsusername[m]> Haven't been here in ages lmao
<fpsusername[m]> Habbie: did you ever continue tinkering with the kpn extender?
ekathva has quit [Remote host closed the connection]
<ynezz> f00b4r0: indeed, we don't want to backport all that nvmem stuff into 21.02
<f00b4r0> figured as much :)
<Slimey> yello
dedeckeh has quit [Remote host closed the connection]
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<Habbie> mrkiko, ok - it would include a hash, of course, just like for the tarball, but if generally we ship inside the packages tree, that's what i'll do
<Habbie> fpsusername[m], hey! I've tinkered with many devices since, but not yet with that one
<Habbie> fpsusername[m], however, all that has given me enough confidence to solder serial to it some day
rua has joined #openwrt-devel
<fpsusername[m]> Lmao, it's just a 4 pin header, of which you actually need two, for TX and RX. Ground connecting might not be necessary
<Habbie> always connect ground!
<Habbie> otherwise you're going to have a bad time
<Habbie> and, it's just, etc., but until a few months ago, the most expensive thing i had soldered on was 5 bucks, and that was two years ago
<Habbie> did -you- do any more tinkering? :)
Misanthropos has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 99.7% packages reproducible in our current test framework.)
Grommish has quit [Ping timeout: 480 seconds]
<Slimey> hehe
<hurricos> We have u-boot in-tree for kirkwood, but not for ath79. Is there a reason for this, other than that Kirkwood is more easily u-booted?
<hurricos> (thanks to kwboot)
Grommish has joined #openwrt-devel
<Habbie> fpsusername[m], i just opened up another router i bought for EUR 2.50 - 2MB RAM, 1MB flash :D
<fpsusername[m]> Habbie: That is just a microcontroller lmao
<fpsusername[m]> Stm32f4 vibes
<Habbie> 'AMRISC 10000'
<Habbie> the drop down of ISPs supported will make you relive the late nineties all over again
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
Grommish has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Grommish_ is now known as Grommish
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
hanetzer has quit [Quit: WeeChat 3.5]
hanetzer has joined #openwrt-devel
<Slimey> lol
<Habbie> 'square' TX, followed by RX/GND/VCC in that order, is that a super common layout?
rua has quit [Ping timeout: 480 seconds]
<svanheule> Habbie: for TP-Link devices, yes
<Habbie> svanheule, right, i have a non-tp-link here that happened to work too
<Habbie> hence me wondering if this was common in non-tplink too
<Habbie> of course, this could be a rebranded tplink
<Habbie> (sitecom wl-330)
<svanheule> outside of TP-Link, RX/TX are usually pins 2-3 in my experience
<Habbie> 2-3 where the square is 0? or 1?
<svanheule> square is 1 in that case; board design doesn't usually start counting from zero
<dwfreed> yeah, usually VCC or GND is pin 1, then RX/TX in the middle, then the other of VCC and GND on the other side
<dwfreed> everybody's different, though
<Habbie> right - with the voltmeter, i got 3V3 on 1 and 4 and 0V on 2 and 3
rua has joined #openwrt-devel
<Habbie> ok, TX is on 4
<Habbie> not 1 :)
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
<Habbie> fpsusername[m], my other thrift store find apparently is 4MB flash, 16MB RAM :D
<fpsusername[m]> Lol, how ancient is that stuff? 2.4GHz B/G only?
<Habbie> oh yes
<Habbie> sitecom wl-330
<rsalvaterra> Habbie: That's cute! Are you adding support for it? :)
<Habbie> rsalvaterra, yeah, i'm porting backfire 10.03.2 right now :D
<Habbie> Linux version 2.6.21 (root@localhost.localdomain) (gcc version 3.4.2) #61 Thu Jan 15 11:10:13 CST 2009
<rsalvaterra> Aw… I think I could shove a 5.15 kernel in there. *Very* cut down, of course.
<Habbie> (the paste is real, the port comment is obviously a joke :D )
<Habbie> rsalvaterra, haha
<Habbie> the real joke is, i paid 5 bucks for these two devices (which i do not regret - extra b/g APs will come in handy here) and then paid 13 bucks for one power supply to power either of them :D
<Habbie> but a 12V supply with switchable plugs will surely be useful at other times too
<rsalvaterra> Hah! Didn't you have an old compatible PSU lying around?
* rsalvaterra has too many to count
<Habbie> old PC PSU? i probably do
<Habbie> but not the right plugs ;)
<Habbie> the plugs might be the best part of those 13 bucks in the end
<rsalvaterra> Not a PC one, a standard 12 V PSU with DC connector.
<Habbie> right, i had several of those, but all the jacks were too big
<Habbie> s/had/have/
<rsalvaterra> Unfortunate. :/
<Habbie> yeah
<Slimey> heh
robimarko has quit [Quit: Leaving]
dansan has quit [Read error: Connection reset by peer]
dansan has joined #openwrt-devel
<Grommish> Habbie: If you have access to something like a weather-pack set, you could make interchangable ends
<Habbie> Grommish, what's a weather-pack set?
<Habbie> Grommish, oh i see it
<Habbie> Grommish, i have duponts, alligator clips, etc.
<Grommish> Habbie: used in wiring harnesses for automobiles, they are designed for crimping pins into houses
<Habbie> right
<Habbie> for connecting to real plugs
<Grommish> Well, it's a 2 piece, so you cut the end off the PSU, wire in the connector, then take the other side to the various output pins you need
<Grommish> Like a quick-connect for Pnumo or Liquid lines
<Habbie> indeed, i see that now after viewing a few more pages
<Habbie> that's neat
<Habbie> thanks!
<Grommish> I'm sure they have small/less expensive versions for just electronics. I just have experience with those particular ones
<Habbie> yeah
<Habbie> i don't need waterproof
<Habbie> but it looks semi-universal
<Habbie> it is, at least, inspiration :)
c0sm1cSlug has quit [Remote host closed the connection]
bluew has joined #openwrt-devel
c0sm1cSlug has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
Tapper has joined #openwrt-devel
<Tapper> ksmbd still broken on latest master k5.10 Thu Apr 14 23:00:13 2022 kern.err kernel: [ 1046.901759] ksmbd: No IPC daemon response for 20s
<Tapper> From looking around it seems like ksmbd is broken on openwrt 21.xx 22.xx and master. Under lots of diffrent kernels.
<Tapper> So the next best thing to be samba is fucked!
Tapper has quit [Ping timeout: 480 seconds]
<neggles> rsalvaterra: hey *I* linked that last night :P
<neggles> habbie: desolder the DC connectors and hardwire a plugpack to the board >:D (do not do this)
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
embargo has joined #openwrt-devel
minimal has joined #openwrt-devel