rua has joined #openwrt-devel
cmonroe has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Thagabe has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<Namidairo> I haven't the slightest idea why my fit image works now when it didn't before and that scares me
<Namidairo> probably just old broken builds gunking it up somehow
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Luke-Jr has quit [Ping timeout: 480 seconds]
<Grommish> neggles: I figred it was late :D
<Grommish> If OpenWrt was to put an -m64 LDFLAG somewhere (in the build system). Where should I start looking for such a thing? ./include, but anywhere yes?
Luke-Jr has joined #openwrt-devel
<slh> Grommish: btw. the kernel level FPU emulation on mips is a tad buggy and very, very, very slow (what takes under 5s on even old x86, may take more than an hour using the kernel's FPU emulation) - that's why it's disabled on OpenWrt.
<Grommish> slh: the SoC has FPU, but it's locked under Octeon2 and higher
<slh> yeah, sadly it's all or nothing - either all devices support it or it needs to remain disabled (without resorting to a subtarget)
<Grommish> slh: But, I suspect the issues i'm seeing with Suricata is with Suricata.. Everythng else has worked so far
<Grommish> slh: *nod* It's a matter of time before it goes source-only.. It should have probably happend this past round unless 5.10 has drastically changed
<slh> or - if you want to enable hardfloat for the kernel, you would have to enable softfloat (the FPU emulation) as well, to cover your bases on those devices without FPU
<Grommish> I just got soft-float working :D I don't want to touch it heh
<slh> ;
<slh> ;)
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<Grommish> slh: Suricata is giving errors, an errant -m64 from somewhere that I don't know where. I suspect it's in their calls somewhere, but I haven't been able to track it down. But, the other rust-lang packages have all worked so far
isak has quit [Read error: Connection reset by peer]
isak has joined #openwrt-devel
philipp64 has joined #openwrt-devel
Thagabe has quit [Quit: Connection closed for inactivity]
atomiclycursed has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<atomiclycursed> Anyone know if master supports the XMC QH256BKIQ storage I think it's this one https://www.xmcwh.com/en/site/product_con/110?
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
srslypascal is now known as Guest512
srslypascal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
Guest512 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
Thagabe has joined #openwrt-devel
<Namidairo> atomiclycursed: if it's not upstream and an existing supported device does not use it, probably not?
<owrt-snap-builds> Build [#464](https://buildbot.openwrt.org/master/images/#builders/20/builds/464) of `gemini/generic` failed.
<Namidairo> probably trivial to add though
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<atomiclycursed> Namidairo: given it's release date ~6 months ago it's likely too new to be supported but it appears to be in the device I have !
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
atomiclycursed has quit [Remote host closed the connection]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
Grommish has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
srslypascal has joined #openwrt-devel
valku has quit [Quit: valku]
Thagabe has quit [Quit: Connection closed for inactivity]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<Grommish_> neggles: https://paste.pics/G1P85 I got another package working :)
Grommish_ is now known as Grommish
goliath has joined #openwrt-devel
mrkiko has quit [Read error: Connection reset by peer]
mrkiko has joined #openwrt-devel
cbeznea has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#421](https://buildbot.openwrt.org/master/images/#builders/71/builds/421) of `bcm4908/generic` failed.
Tapper has joined #openwrt-devel
rua has joined #openwrt-devel
Acinonyx has joined #openwrt-devel
danitool has joined #openwrt-devel
amaumene has quit [Quit: amaumene]
amaumene has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
kenny has quit [Quit: WeeChat 3.3]
<neggles> slh: IMO the octeon target should be split into at least two (sub?) targets, the differences between the octeon/octeonplus/octeonii/octeoniii chips are huge
<neggles> Grommish: heh yeah then work was a nightmare today
<neggles> glad some other stuff is working :D
<Grommish> neggles: Well, I've got bottom, ripgrep and bandwhich all running now
<Grommish> neggles: If you get a chance, woiuld you be willing to fix your float-test? I'd still like to use it heh
<neggles> what fixing does it need?
<Grommish> neggles: thread 'main' panicked at 'index out of bounds: the len is 6 but the index is 1029', src/main.rs:139:26
<neggles> oh
<neggles> that's odd
<Grommish> But, it does run
<Grommish> "running on linux mips64"
<neggles> h-uh
<Grommish> Not that it helps much
<neggles> that's
<neggles> quite weird indeed
<neggles> well
<neggles> i did make a bunch of changes to make it autodetect the terminal size
<neggles> but i didn't push them
<Grommish> Just something for the future if you feel up to it
<neggles> ohhhhh
<Grommish> because I have a feeling I'll need something similar for the arm targets
<neggles> no i see what my dumb ass did wrong
<neggles> the good news is
<neggles> the commit from last night i just pushed should fix that
<Grommish> Ok.. I'll update it when this is finished.. I moved to mipsel arch now
rua has joined #openwrt-devel
<neggles> it turns out if you attempt to index into element 1029 out of 6 in an array
<neggles> it goes poorly
<neggles> who knew?
<Grommish> Tsk, it should just wrap until it lands on the end
<Grommish> You can't just wish for stuff like that to happen
<neggles> tbh i dont really understand what this code is doing
<Grommish> Ship It?
<Grommish> neggles: Check out the network monitor I found https://gist.github.com/Grommish/be75fc02e26e4a068723fc78bf29cbc5
<neggles> hmmmmmmmm
<neggles> that's interesting.
<neggles> so it *is* rolling around the array overflow, on x86
<neggles> but not on mips
<neggles> that sounds like a bug?
<Grommish> neggles: *shrug* I don't code
<Grommish> I was being silly because that's the point of a buffer-overflow hehe
<neggles> well
<neggles> the good news is that the implementation they've done here is old and kind of shitty
<neggles> so now we come to the best part of borrowing someone else's copyleft-licensed code:
<neggles> rewriting the whole thing
<Grommish> "Here" being.. The Code, the Toolchain, OpenWrt's build system, how it was implemented? All of the above?
* rmilecki looking for Ansuel
<rmilecki> (on IRC)
<neggles> Grommish: no no, the purlin noise gen code I ganked
<neggles> the implementation was clearly done by someone who was just copying what they'd done in C with as few changes as possible
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
SherlockDomes2 has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<rsalvaterra> stintel: We're almost there! :) https://marc.info/?l=linux-kernel&m=164499755717314&w=4
<aparcar> is robimarko around here?
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<rmilecki> [2022-02-13] [23:53:12 CET] Quit robimarko (~oftc-webi@dh207-96-46.xnet.hr) has left this server (Quit: Page closed).
<aparcar> rmilecki: thank you
<neggles> Grommish: it does fractals now
<Grommish> neggles: hehe Nice! I'll test it when i get up assuming this ramips builds out
<neggles> not amazingly great fractals because i'm mapping intensity to character linearly like a fool
<neggles> but it'll do
robimarko has joined #openwrt-devel
<neggles> it's also 64-bit floats, because of Reasons
<robimarko> aparcar: I am lurking
<neggles> robimarko: are you ever not? :P
<robimarko> neggles: gotta be up to date
<aparcar> robimarko: do you think the 60ghz thing is a lost case or do you think there is a way to get things upstream?
<robimarko> aparcar: I think its a lost cause
<robimarko> That is why I gave up on it but somebody resurcted it
<robimarko> The issue is that Qualcomm has not updated the public FW for a long long time
<robimarko> And Mikrotik did some weird things to the BDF
<robimarko> So depending on the ROS version you pull it from it may have or not have the required header
<robimarko> Checksum is broken etc
<robimarko> So I never got it to load the proper BDF
<robimarko> And with the generic ones it works but the performance is not great
rua has quit [Ping timeout: 480 seconds]
<aparcar> can I install the regular firmware and later on slip in the "decrypted" calibration file?
<aparcar> or do I have to flash it to a specific stock FW and then install openwrt?
<robimarko> Its just a file
<robimarko> So you can replace the default one in /lib/firmware/wil6210
<robimarko> But it does not work, thats the issue
rua has joined #openwrt-devel
<robimarko> Otherwise it would have already been shipped by default
<aparcar> mpf
<aparcar> if people extracted the file before, why not use that one?
<robimarko> I dont understand what do you mean
<robimarko> The one you can decrypt from ROS, the proper BDF does not work with the upstream FW and driver
<robimarko> Mikrotik messed with it
<aparcar> Okay sorry I thought there was a version that worked
rua has quit [Ping timeout: 480 seconds]
<robimarko> Sadly no
<robimarko> And we were newer able to figure out what did Mikrotik do
<aparcar> Okay, I thought this one person building the decryption script figured things out
rua has joined #openwrt-devel
<robimarko> As far as I can remember it was never figured out
<robimarko> You can find the whole story in the forum
<robimarko> I linked it in the PR
<aparcar> thank you
robimarko_ has joined #openwrt-devel
<robimarko_> Ahh, got disconnected again
<robimarko_> No idea why is this happening randomly
rua has quit [Ping timeout: 480 seconds]
robimarko_ has quit [Quit: Leaving]
robimarko has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
minimal has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<owrt-snap-builds> Build [#453](https://buildbot.openwrt.org/master/images/#builders/57/builds/453) of `octeon/generic` failed.
<f00b4r0> robimarko: you changed IP address apparently, judging from the disconnect messages of both your clients
rua has quit [Ping timeout: 480 seconds]
<rsalvaterra> jow: I don't think the wolfSSL issue is caused by blocking on entropy availability… https://github.com/wolfSSL/wolfssl/blob/v5.1.1-stable/wolfcrypt/src/random.c#L2708-L2711
<rsalvaterra> … it uses /dev/urandom by default, unless explicitly told not to at build time.
pmelange has joined #openwrt-devel
<owrt-snap-builds> Build [#461](https://buildbot.openwrt.org/master/images/#builders/47/builds/461) of `bcm27xx/bcm2710` failed.
rua has joined #openwrt-devel
SherlockDomes has joined #openwrt-devel
srslypascal has quit [Quit: Leaving]
bluew has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#486](https://buildbot.openwrt.org/master/images/#builders/6/builds/486) of `lantiq/xway` failed.
Tapper has joined #openwrt-devel
goliath has joined #openwrt-devel
reiffert is now known as Guest547
reiffert has joined #openwrt-devel
Guest547 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
Harm has quit [Ping timeout: 480 seconds]
<stintel> nbd: if qosify_dscp_default[2] = { 0xff, 0xff } and I do not have dscp_default_tcp set, how come all non-specified ports are using DSCP value 144 in /sys/fs/bpf/qosify_data/tcp_ports ?
<PaulFertser> ynezz: hey :) I've seen several reports of people complaining that their multi-bss setup stopped working in 21.02. I suspect that my fix in 39c8bc4422f0404af5b85c10eeb2c4098d919cdb actually broke functionality for some wifi network cards where only the few lowest bits of the BSSID are allowed to differ.
<jow> I think that could should be updated anyway to factor in /sys/class/ieee80211/*/address_mask
<jow> s/could/code/
<PaulFertser> ynezz: I'm not sure how it should properly be handled giving this limitation. It looks like in any multi-bss case "locally administered" bit should be set for all BSSes, including the very first one.
<PaulFertser> It already takes the mask into account.
<jow> well, mind of
<jow> *kind of
<jow> first and last byte
<PaulFertser> I'm sure the code was buggy and I fixed the bug but apparently it exposed another bug or limitation in how it's handled.
<jow> it should probably keep incrementing the base address until incremented_addr & mask != base_addr
<jow> but given the usually quality of implementations, address_mask is likely not reliable anyway on those drivers that have restrictions
<PaulFertser> That assumes all vendors know what the mask for that hardware is set to, and allocates enough addresses per board.
eduardo010174 has joined #openwrt-devel
kenny has joined #openwrt-devel
cholin has joined #openwrt-devel
<cholin> Hey, I don't know if this is the right place to ask but I have question regarding the `uci_file_commit` function of uci. The idea is that by calling this function a uci package/"config" gets persisted on the filesystem. So basically what it does is to check for changes and writes them on the "disk". For this it uses the classic approach by writing it first into a temporary file, then moving it and call fsync t
<cholin> (see https://git.openwrt.org/?p=project/uci.git;a=blob;f=file.c#l805)
<cholin> So I was wondering why there is no fsync on the actual directory. I thought "normally" you follow the following pattern: https://lwn.net/Articles/457667/ (fsync as well the directory in the end)
<cholin> So shouldn't there be something more sophisticated (with error checking) like the following to fsync the directory as well?
<cholin> ``` +path = dirname(filename); +int fd = open(path, O_RDONLY | O_DIRECTORY); +fsync(fd); +close(fd); } ```
<cholin> If I'm missing something here I'm happy to be corrected :)
eduardo010174 has quit [Remote host closed the connection]
rua has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Harm has joined #openwrt-devel
<jow> never heard that one has to fsync the directory
goliath has quit [Quit: SIGSEGV]
SherlockDomes has quit [Ping timeout: 480 seconds]
<cholin> The man page about fsync says "Calling fsync() does not necessarily ensure that the entry in the directory containing the file has also reached disk. For that an explicit fsync() on a file descriptor for the directory is also needed." (see https://linux.die.net/man/2/fsync)
pmelange has left #openwrt-devel [#openwrt-devel]
<jow> okay, so someone has to extend uci
<jow> personally I hard about this for the very first time and I'd assume the original implementor of this code too
rua has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
rua has joined #openwrt-devel
<cholin> ok, thanks. If I find some time in the next days, I'll send a patch.
rua has quit [Ping timeout: 480 seconds]
cholin has quit [Quit: Page closed]
rua has joined #openwrt-devel
Tapper has joined #openwrt-devel
SherlockDomes has joined #openwrt-devel
srslypascal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<ynezz> those new kernel bumps backported BPF_UNPRIV_DEFAULT_OFF introduced in https://lore.kernel.org/bpf/74ec548079189e4e4dffaeb42b8987bb3c852eee.1620765074.git.daniel@iogearbox.net/
<ynezz> would it be bad idea to enable it by default in 19.07/4.14.267 ?
Misanthropos has quit [Ping timeout: 480 seconds]
<ynezz> nm, one can achieve the same with /proc/sys/kernel/unprivileged_bpf_disabled=2
goliath has joined #openwrt-devel
eduardo010174 has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
rua has joined #openwrt-devel
SherlockDomes has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
reiffert has quit [Ping timeout: 480 seconds]
<jow> rsalvaterra: indeed
<jow> rsalvaterra: ... seems to confirm that is not entropy or time related
<jow> so either an api misusage in ustream-ssl-wolfssl or god knows why
reiffert has joined #openwrt-devel
* rsalvaterra bypasses the whole issue by using OpenSSL… :P
<jow> imho that entire https-by-default business in the context of openwrt is thoroughly broken
<jow> it introduces way more issues than it solves
<jow> personally I'd vote for simply dropping it again
<rsalvaterra> I was never sold on the HTTPS-by-default thing, to be honest. Chickens, eggs, etc..
<jow> yes, chicken, eggs, volatile libraries, wrong user conditioning, error-by-default etc.
<jow> also the fact that the tls requirements change faster than the firmware in the field is updated
<jow> like new chrome or safari versions introducing new cert constraints, validity time caps etc.
<jow> and at some point flat out rejecting older ciphers, rendering https endpoints inaccessible
<jow> well anyhow, back to work
<rsalvaterra> Don't overdo it… :)
rua has quit [Ping timeout: 480 seconds]
<jow> ... I mean in the end all this nonesense achieves is that vendors push appliance management to their proprietary apps which likely use way less secure communication paths to interact with the target device
<jow> or have implementation faults impairing security
<jow> or simply don't do any crypto at all
<rsalvaterra> Is it *really* a security issue? I don't see it that way, for some reason.
<jow> you mean being able to access the target by http?
<rsalvaterra> Yeah. As is not having a root password by default at boot time.
<jow> right agree
<rsalvaterra> I mean, it's supposed to be minimally configured before being put in production, no?
<rsalvaterra> Who is our target audience, really? :P
<jow> undecided
<f00b4r0> heh
<jow> there's a bit of a shizophrenic view on the target audience
<jow> on the one hand we want to reach power users and give them every configuration knob plus some more to change anything
<jow> on the other hand we do nannying by writing careful documentation disclamers, force https by default etc
<jow> maybe its the gui crowd vs. the cli crowd, dunno
<jow> but I don't think theirs a strong consensus
<jow> *there's
<rsalvaterra> Pretty much the idea I had, yes.
<f00b4r0> gui is convenient, even for power users (I think :)
<jow> If done properly (tm), that https thing probably needs a very thorough onboarding procedure
<rsalvaterra> Dunno. I'm a CLI guy. :P
<jow> like forcing the users through x509 pki setup, import ca on device, generate certificate using explicit user input
reiffert has quit [Ping timeout: 480 seconds]
<jow> etc. etc.
rua has joined #openwrt-devel
<jow> then finally allow access
<rsalvaterra> God, no. Even I don't want to go through that.
<jow> anything else is just "click that to make it go away"
<jow> and browser vendors ffs... since they screwed up the whole business it should be their responsibility to come up with a sane proposal for self-managed https certs
<jow> but instead stuff is just hand-waved into the cloud
* Borromini likes the GUI for overview, CLI for management
<ynezz> yeah, they should implement ssh://
<f00b4r0> overview is very nice. For basic quick config GUI is also convenient imho
<f00b4r0> ynezz: +1
reiffert has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
<Borromini> mpc stop
<Borromini> sorry wrong window >_>
srslypascal is now known as Guest570
srslypascal has joined #openwrt-devel
grid has quit [Ping timeout: 480 seconds]
Guest570 has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest575
srslypascal has joined #openwrt-devel
Guest575 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
cotequeiroz has joined #openwrt-devel
<cotequeiroz> ping ynezz
<ynezz> cotequeiroz: pong
<cotequeiroz> I'm going through those wolfssl security fixes. I have done all but one: the client side session resumption issue.
<cotequeiroz> It's a 1500 liner that--of course--does not apply cleanly in 6 of 9 files. https://github.com/wolfSSL/wolfssl/commit/569c066fabbddd59e407ff5cf6be8156149df69a
<cotequeiroz> I would not be so sure it does not break ABI compatibility.
<ynezz> yeah, thanks a lot for your work, this is really mine field
<cotequeiroz> I have all other fixes ready, and can send them right away, but it may be just noise without this one. The bad thing is that hostapd makes calls to the affected functions.
<ynezz> there is ABI breakage, FreeSession(WOLFSSL_SESSION*, int); -> FreeSession(WOLFSSL_SESSION*);
<ynezz> this is going to be fun
<dwfreed> dropping a param won't break anything, though
<dwfreed> you're just now providing a param that's never used
<cotequeiroz> It's defined in internal.h, so it should not be called from outside.
<ynezz> ah, ok, missed that part
<cotequeiroz> My main concern is getting this right--i.e. not introducing a new vulnerability. I am unconfortable applying a new commit to an old version. Many things internally may have changed between them.
<russell--> is there a good iptables -> nftables cheatsheet or translation table?
<jow> russell--: I would suggest iptables-tzranslate on a traditional Linux desktop distro
<jow> it's a python script that translates iptables command lines to equivalent nftables expressions
rua has quit [Ping timeout: 480 seconds]
Luke-Jr has quit [Ping timeout: 480 seconds]
<ynezz> cotequeiroz: yeah, makes sense, so what do you suggest, bumping to 4.8.1-stable ?
Darkmatter66 has joined #openwrt-devel
<Darkmatter66> Hi
<ynezz> cotequeiroz: having just this two choices: 1. likely break ABI 2. likely introduce new vulnerability, I vote for 1.
<ynezz> for 1. we can probably check usual suspects, like uclient, uhttpd and hostapd and if it works, we might be good to go
rua has joined #openwrt-devel
<Darkmatter66> Using hostapd and freeradius can i give the user in the freeradius config a 'keyid' so that when runing hostapd_cli with ab action file the keyid attribute is to be passed to the action file
<ynezz> cotequeiroz: IIRC there was similar bump 4.7.0-stable to 4.8.1-stable done in 21.02 (it's backport?), don't remember if there were some regressions reported
<cotequeiroz> This has only been fixed in 5.1.0, so it has to go all the way to 5.1.1.
<ynezz> ah
<cotequeiroz> 5.1.0 has high-severity CVE-2022-23408, not present in 4.x.
<russell--> jow: thanks
<ynezz> cotequeiroz: so in other words we should do the same as in 21.02, simply bump from 4.7.0 to 5.1.1?
eduardo010174 has quit [Remote host closed the connection]
<cotequeiroz> That's what I think. Another alternative would be to just skip the session resumption fix, and hope that hostapd won't fill up the session cache.
Luke-Jr has joined #openwrt-devel
reiffert has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
GNUmoon has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
reiffert has joined #openwrt-devel
<f00b4r0> it seems chunkey really doesn't want to understand arguments that don't go his way :(
cmonroe has quit [Ping timeout: 480 seconds]
<f00b4r0> fsckin Apple Mail does not honor "reply in same format". *grrr*
<Borromini> does anyone know if MikroTik's netinstall can be fed OpenWrt images?
<Borromini> renaming them to .npk certainly doesn't seem to work
<f00b4r0> Borromini: i don't think that works
<Borromini> f00b4r0: ok. i am fighting with my RB5009UG that somehow doesn't want to work with BOOTP/DHCP no matter what I throw at it
cmonroe_ has joined #openwrt-devel
<f00b4r0> sounds odd. Do you have console?
<Borromini> nope. they disabled it in the bootloader =)
<Borromini> i won't bug you with any troubleshooting atm, it works for others with the same device so it's very probably something on my end
<Borromini> been through the openwrt wiki instructions and whatnot but no dice so far.
<f00b4r0> I haven't laid my hands on any of these devices yet so robimarko is going to be a lot more helpful than I I'm afraid :)
<Borromini> no worries :)
goliath has quit [Quit: SIGSEGV]
GNUmoon has joined #openwrt-devel
<Borromini> question: i have a CH341a programmer with a SOIC-8 clamp
<Borromini> can I use that (with a SOIC-16) clamp to manipulate NAND packages?
<Borromini> this thing really couldn't care less about its reset button being pressed somehow, it seems.
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
Darkmatter66 has quit [Quit: Connection closed for inactivity]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [coherence.oftc.net reticulum.oftc.net]
Borromini has quit [coherence.oftc.net reticulum.oftc.net]
isak has quit [coherence.oftc.net reticulum.oftc.net]
zatwai has quit [coherence.oftc.net reticulum.oftc.net]
szy_mat has quit [coherence.oftc.net reticulum.oftc.net]
guerby_ has quit [coherence.oftc.net reticulum.oftc.net]
floof58 has quit [coherence.oftc.net reticulum.oftc.net]
owrt-1907-builds has quit [coherence.oftc.net reticulum.oftc.net]
blocktrron has quit [coherence.oftc.net reticulum.oftc.net]
duke2 has quit [coherence.oftc.net reticulum.oftc.net]
hauke has quit [coherence.oftc.net reticulum.oftc.net]
JuniorJPDJ has quit [coherence.oftc.net reticulum.oftc.net]
wvdakker has quit [coherence.oftc.net reticulum.oftc.net]
guifipedro has quit [coherence.oftc.net reticulum.oftc.net]
hexa- has quit [coherence.oftc.net reticulum.oftc.net]
clayface has quit [coherence.oftc.net reticulum.oftc.net]
AndyCap has quit [coherence.oftc.net reticulum.oftc.net]
GNUmoon has quit [coherence.oftc.net reticulum.oftc.net]
reiffert has quit [coherence.oftc.net reticulum.oftc.net]
Harm has quit [coherence.oftc.net reticulum.oftc.net]
cbeznea has quit [coherence.oftc.net reticulum.oftc.net]
c0sm1cSlug has quit [coherence.oftc.net reticulum.oftc.net]
rsalvaterra has quit [coherence.oftc.net reticulum.oftc.net]
YSC has quit [coherence.oftc.net reticulum.oftc.net]
KGB-0 has quit [coherence.oftc.net reticulum.oftc.net]
Piraty has quit [coherence.oftc.net reticulum.oftc.net]
enyc has quit [coherence.oftc.net reticulum.oftc.net]
mirko has quit [coherence.oftc.net reticulum.oftc.net]
agb[m] has quit [coherence.oftc.net reticulum.oftc.net]
dhewg has quit [coherence.oftc.net reticulum.oftc.net]
\x has quit [coherence.oftc.net reticulum.oftc.net]
DLange has quit [coherence.oftc.net reticulum.oftc.net]
owrt-snap-builds has quit [coherence.oftc.net reticulum.oftc.net]
shoragan has quit [coherence.oftc.net reticulum.oftc.net]
digitalcircuit has quit [coherence.oftc.net reticulum.oftc.net]
lipnitsk has quit [coherence.oftc.net reticulum.oftc.net]
jow has quit [coherence.oftc.net reticulum.oftc.net]
KGB-2 has quit [coherence.oftc.net reticulum.oftc.net]
_lore_ has quit [coherence.oftc.net reticulum.oftc.net]
Larhzu has quit [coherence.oftc.net reticulum.oftc.net]
KGB-1 has quit [coherence.oftc.net reticulum.oftc.net]
f12 has quit [coherence.oftc.net reticulum.oftc.net]
t4h4[m] has quit [coherence.oftc.net reticulum.oftc.net]
kabel has quit [coherence.oftc.net reticulum.oftc.net]
FLD has quit [coherence.oftc.net reticulum.oftc.net]
MatrixTravelerbot[m] has quit [coherence.oftc.net reticulum.oftc.net]
GuruPrasathGovindarajan[m] has quit [coherence.oftc.net reticulum.oftc.net]
whatevs111[m] has quit [coherence.oftc.net reticulum.oftc.net]
pkgadd has quit [coherence.oftc.net reticulum.oftc.net]
jlsalvador has quit [coherence.oftc.net reticulum.oftc.net]
owrt-2102-builds has quit [coherence.oftc.net reticulum.oftc.net]
John[m]12345678 has quit [coherence.oftc.net reticulum.oftc.net]
bluse-blue[m] has quit [coherence.oftc.net reticulum.oftc.net]
ynezz has quit [coherence.oftc.net reticulum.oftc.net]
takimata has quit [coherence.oftc.net reticulum.oftc.net]
SamantazFox has quit [coherence.oftc.net reticulum.oftc.net]
lemmi has quit [coherence.oftc.net reticulum.oftc.net]
srslypascal has quit [coherence.oftc.net reticulum.oftc.net]
Misanthropos has quit [coherence.oftc.net reticulum.oftc.net]
Tapper has quit [coherence.oftc.net reticulum.oftc.net]
Acinonyx has quit [coherence.oftc.net reticulum.oftc.net]
mrkiko has quit [coherence.oftc.net reticulum.oftc.net]
f00b4r0 has quit [coherence.oftc.net reticulum.oftc.net]
gladiac has quit [coherence.oftc.net reticulum.oftc.net]
mva_ has quit [coherence.oftc.net reticulum.oftc.net]
noltari has quit [coherence.oftc.net reticulum.oftc.net]
arekm has quit [coherence.oftc.net reticulum.oftc.net]
slh64 has quit [coherence.oftc.net reticulum.oftc.net]
PtitGNU has quit [coherence.oftc.net reticulum.oftc.net]
fpsusername[m] has quit [coherence.oftc.net reticulum.oftc.net]
drikus_ has quit [coherence.oftc.net reticulum.oftc.net]
nick[m]1234 has quit [coherence.oftc.net reticulum.oftc.net]
slh has quit [coherence.oftc.net reticulum.oftc.net]
niyawe has quit [coherence.oftc.net reticulum.oftc.net]
will[m] has quit [coherence.oftc.net reticulum.oftc.net]
slate has quit [coherence.oftc.net reticulum.oftc.net]
Lechu has quit [coherence.oftc.net reticulum.oftc.net]
olmari has quit [coherence.oftc.net reticulum.oftc.net]
enick_479 has quit [coherence.oftc.net reticulum.oftc.net]
mkresin has quit [coherence.oftc.net reticulum.oftc.net]
paper_ has quit [coherence.oftc.net reticulum.oftc.net]
rmilecki has quit [coherence.oftc.net reticulum.oftc.net]
ryd has quit [coherence.oftc.net reticulum.oftc.net]
xdarklight has quit [coherence.oftc.net reticulum.oftc.net]
nbd has quit [coherence.oftc.net reticulum.oftc.net]
svanheule has quit [coherence.oftc.net reticulum.oftc.net]
[florian] has quit [coherence.oftc.net reticulum.oftc.net]
tohojo has quit [coherence.oftc.net reticulum.oftc.net]
ecloud has quit [coherence.oftc.net reticulum.oftc.net]
MatMaul[m] has quit [coherence.oftc.net reticulum.oftc.net]
clandmeter has quit [coherence.oftc.net reticulum.oftc.net]
decke[m] has quit [coherence.oftc.net reticulum.oftc.net]
lucenera has quit [coherence.oftc.net reticulum.oftc.net]
SwedeMike has quit [coherence.oftc.net reticulum.oftc.net]
stintel has quit [coherence.oftc.net reticulum.oftc.net]
indy has quit [coherence.oftc.net reticulum.oftc.net]
ephemer0l has quit [coherence.oftc.net reticulum.oftc.net]
Pepes has quit [coherence.oftc.net reticulum.oftc.net]
valku has quit [coherence.oftc.net reticulum.oftc.net]
Grommish has quit [coherence.oftc.net reticulum.oftc.net]
aparcar has quit [coherence.oftc.net reticulum.oftc.net]
awgh has quit [coherence.oftc.net reticulum.oftc.net]
mangix has quit [coherence.oftc.net reticulum.oftc.net]
Guest33 has quit [coherence.oftc.net reticulum.oftc.net]
_0x4a6f has quit [coherence.oftc.net reticulum.oftc.net]
dansan has quit [coherence.oftc.net reticulum.oftc.net]
agb has quit [coherence.oftc.net reticulum.oftc.net]
cmonroe_ has quit [coherence.oftc.net reticulum.oftc.net]
Luke-Jr has quit [coherence.oftc.net reticulum.oftc.net]
Q__ has quit [coherence.oftc.net reticulum.oftc.net]
bookworm has quit [coherence.oftc.net reticulum.oftc.net]
swalker has quit [coherence.oftc.net reticulum.oftc.net]
yolo has quit [coherence.oftc.net reticulum.oftc.net]
johnf has quit [coherence.oftc.net reticulum.oftc.net]
tchebb has quit [coherence.oftc.net reticulum.oftc.net]
slingamn has quit [coherence.oftc.net reticulum.oftc.net]
chder has quit [coherence.oftc.net reticulum.oftc.net]
Vaughn has quit [coherence.oftc.net reticulum.oftc.net]
neoraider has quit [coherence.oftc.net reticulum.oftc.net]
zx2c4 has quit [coherence.oftc.net reticulum.oftc.net]
Spr0cket has quit [coherence.oftc.net reticulum.oftc.net]
cyrozap has quit [coherence.oftc.net reticulum.oftc.net]
russell-- has quit [coherence.oftc.net reticulum.oftc.net]
kerneltoast has quit [coherence.oftc.net reticulum.oftc.net]
jbowen has quit [coherence.oftc.net reticulum.oftc.net]
cotequeiroz has quit [coherence.oftc.net reticulum.oftc.net]
philipp64 has quit [coherence.oftc.net reticulum.oftc.net]
arnd has quit [coherence.oftc.net reticulum.oftc.net]
sauce has quit [coherence.oftc.net reticulum.oftc.net]
zarzarzar has quit [coherence.oftc.net reticulum.oftc.net]
linusw__ has quit [coherence.oftc.net reticulum.oftc.net]
eigma has quit [coherence.oftc.net reticulum.oftc.net]
hurricos has quit [coherence.oftc.net reticulum.oftc.net]
dwfreed has quit [coherence.oftc.net reticulum.oftc.net]
kenny has quit [coherence.oftc.net reticulum.oftc.net]
lmore377 has quit [coherence.oftc.net reticulum.oftc.net]
felix has quit [coherence.oftc.net reticulum.oftc.net]
Slimey has quit [coherence.oftc.net reticulum.oftc.net]
hubvu has quit [coherence.oftc.net reticulum.oftc.net]
pekster has quit [coherence.oftc.net reticulum.oftc.net]
hanetzer has quit [coherence.oftc.net reticulum.oftc.net]
norris has quit [coherence.oftc.net reticulum.oftc.net]
noahm has quit [coherence.oftc.net reticulum.oftc.net]
dvn has quit [coherence.oftc.net reticulum.oftc.net]
minimal has quit [coherence.oftc.net reticulum.oftc.net]
aiyion has quit [coherence.oftc.net reticulum.oftc.net]
mattytap has quit [coherence.oftc.net reticulum.oftc.net]
xes has quit [coherence.oftc.net reticulum.oftc.net]
feckert has quit [coherence.oftc.net reticulum.oftc.net]
barhom has quit [coherence.oftc.net reticulum.oftc.net]
tmn505 has quit [coherence.oftc.net reticulum.oftc.net]
pavlix has quit [coherence.oftc.net reticulum.oftc.net]
fblaese has quit [coherence.oftc.net reticulum.oftc.net]
Monkeh has quit [coherence.oftc.net reticulum.oftc.net]
fieryeagle954[m] has quit [coherence.oftc.net reticulum.oftc.net]
PaulFertser has quit [coherence.oftc.net reticulum.oftc.net]
minicom has quit [coherence.oftc.net reticulum.oftc.net]
robje has quit [coherence.oftc.net reticulum.oftc.net]
enick_689 has quit [coherence.oftc.net reticulum.oftc.net]
hexagonwin[m] has quit [coherence.oftc.net reticulum.oftc.net]
southey has quit [coherence.oftc.net reticulum.oftc.net]
Shiz has quit [coherence.oftc.net reticulum.oftc.net]
gnustomp[m] has quit [coherence.oftc.net reticulum.oftc.net]
StifflersMagic has quit [coherence.oftc.net reticulum.oftc.net]
Forst has quit [coherence.oftc.net reticulum.oftc.net]
tomn has quit [coherence.oftc.net reticulum.oftc.net]
al has quit [coherence.oftc.net reticulum.oftc.net]
guidosarducci_ has quit [coherence.oftc.net reticulum.oftc.net]
rotanid has quit [coherence.oftc.net reticulum.oftc.net]
blogic has quit [coherence.oftc.net reticulum.oftc.net]
zorun has quit [coherence.oftc.net reticulum.oftc.net]
wigyori has quit [coherence.oftc.net reticulum.oftc.net]
dwmw2_gone has quit [coherence.oftc.net reticulum.oftc.net]
omni has quit [coherence.oftc.net reticulum.oftc.net]
Rondom has quit [coherence.oftc.net reticulum.oftc.net]
B1773rm4n has quit [coherence.oftc.net reticulum.oftc.net]
evils[m]1 has quit [coherence.oftc.net reticulum.oftc.net]
swegener has quit [coherence.oftc.net reticulum.oftc.net]
EqUaTe has quit [coherence.oftc.net reticulum.oftc.net]
[0x4A6F][m] has quit [coherence.oftc.net reticulum.oftc.net]
larsc has quit [coherence.oftc.net reticulum.oftc.net]
Habbie has quit [coherence.oftc.net reticulum.oftc.net]
lynxis has quit [coherence.oftc.net reticulum.oftc.net]
karlp has quit [coherence.oftc.net reticulum.oftc.net]
Luke-Jr has joined #openwrt-devel
aparcar has joined #openwrt-devel
jbowen has joined #openwrt-devel
hanetzer has joined #openwrt-devel
cyrozap has joined #openwrt-devel
dansan has joined #openwrt-devel
agb has joined #openwrt-devel
norris has joined #openwrt-devel
tchebb has joined #openwrt-devel
kerneltoast has joined #openwrt-devel
Spr0cket has joined #openwrt-devel
noahm has joined #openwrt-devel
dvn has joined #openwrt-devel
pekster has joined #openwrt-devel
russell-- has joined #openwrt-devel
zx2c4 has joined #openwrt-devel
hubvu has joined #openwrt-devel
Vaughn has joined #openwrt-devel
slingamn has joined #openwrt-devel
chder has joined #openwrt-devel
cmonroe_ has joined #openwrt-devel
awgh has joined #openwrt-devel
kenny has joined #openwrt-devel
lmore377 has joined #openwrt-devel
mangix has joined #openwrt-devel
Guest33 has joined #openwrt-devel
_0x4a6f has joined #openwrt-devel
yolo has joined #openwrt-devel
Slimey has joined #openwrt-devel
valku has joined #openwrt-devel
Grommish has joined #openwrt-devel
felix has joined #openwrt-devel
swalker has joined #openwrt-devel
neoraider has joined #openwrt-devel
dwfreed has joined #openwrt-devel
zarzarzar has joined #openwrt-devel
linusw__ has joined #openwrt-devel
johnf has joined #openwrt-devel
hurricos has joined #openwrt-devel
eigma has joined #openwrt-devel
arnd has joined #openwrt-devel
philipp64 has joined #openwrt-devel
sauce has joined #openwrt-devel
cotequeiroz has joined #openwrt-devel
chder has quit [resistance.oftc.net reflection.oftc.net]
cmonroe_ has quit [resistance.oftc.net reflection.oftc.net]
swalker has quit [resistance.oftc.net reflection.oftc.net]
yolo has quit [resistance.oftc.net reflection.oftc.net]
neoraider has quit [resistance.oftc.net reflection.oftc.net]
tchebb has quit [resistance.oftc.net reflection.oftc.net]
zx2c4 has quit [resistance.oftc.net reflection.oftc.net]
Vaughn has quit [resistance.oftc.net reflection.oftc.net]
Spr0cket has quit [resistance.oftc.net reflection.oftc.net]
cyrozap has quit [resistance.oftc.net reflection.oftc.net]
kerneltoast has quit [resistance.oftc.net reflection.oftc.net]
jbowen has quit [resistance.oftc.net reflection.oftc.net]
russell-- has quit [resistance.oftc.net reflection.oftc.net]
slingamn has quit [resistance.oftc.net reflection.oftc.net]
Luke-Jr has quit [resistance.oftc.net reflection.oftc.net]
Spr0cket has joined #openwrt-devel
cyrozap has joined #openwrt-devel
slingamn has joined #openwrt-devel
tchebb has joined #openwrt-devel
yolo has joined #openwrt-devel
neoraider has joined #openwrt-devel
cmonroe_ has joined #openwrt-devel
jbowen has joined #openwrt-devel
swalker has joined #openwrt-devel
kerneltoast has joined #openwrt-devel
chder has joined #openwrt-devel
Vaughn has joined #openwrt-devel
Luke-Jr has joined #openwrt-devel
zx2c4 has joined #openwrt-devel
russell-- has joined #openwrt-devel
_0x4a6f has quit [resistance.oftc.net larich.oftc.net]
awgh has quit [resistance.oftc.net larich.oftc.net]
Guest33 has quit [resistance.oftc.net larich.oftc.net]
Grommish has quit [resistance.oftc.net larich.oftc.net]
agb has quit [resistance.oftc.net larich.oftc.net]
dansan has quit [resistance.oftc.net larich.oftc.net]
valku has quit [resistance.oftc.net larich.oftc.net]
aparcar has quit [resistance.oftc.net larich.oftc.net]
mangix has quit [resistance.oftc.net larich.oftc.net]
hubvu has quit [resistance.oftc.net charm.oftc.net]
pekster has quit [resistance.oftc.net charm.oftc.net]
Slimey has quit [resistance.oftc.net charm.oftc.net]
felix has quit [resistance.oftc.net charm.oftc.net]
lmore377 has quit [resistance.oftc.net charm.oftc.net]
kenny has quit [resistance.oftc.net charm.oftc.net]
norris has quit [resistance.oftc.net charm.oftc.net]
noahm has quit [resistance.oftc.net charm.oftc.net]
dvn has quit [resistance.oftc.net charm.oftc.net]
hanetzer has quit [resistance.oftc.net charm.oftc.net]
agb has joined #openwrt-devel
awgh has joined #openwrt-devel
Grommish has joined #openwrt-devel
valku has joined #openwrt-devel
aparcar has joined #openwrt-devel
_0x4a6f has joined #openwrt-devel
Guest33 has joined #openwrt-devel
dansan has joined #openwrt-devel
mangix has joined #openwrt-devel
kenny has joined #openwrt-devel
hanetzer has joined #openwrt-devel
felix has joined #openwrt-devel
hubvu has joined #openwrt-devel
Slimey has joined #openwrt-devel
norris has joined #openwrt-devel
dvn has joined #openwrt-devel
lmore377 has joined #openwrt-devel
pekster has joined #openwrt-devel
noahm has joined #openwrt-devel
rua has joined #openwrt-devel
srslypascal has joined #openwrt-devel
Tapper has joined #openwrt-devel
GNUmoon has joined #openwrt-devel
f00b4r0 has joined #openwrt-devel
rsalvaterra has joined #openwrt-devel
YSC has joined #openwrt-devel
gladiac has joined #openwrt-devel
mva_ has joined #openwrt-devel
guerby_ has joined #openwrt-devel
noltari has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
Piraty has joined #openwrt-devel
zatwai has joined #openwrt-devel
arekm has joined #openwrt-devel
aiyion has joined #openwrt-devel
szy_mat has joined #openwrt-devel
enyc has joined #openwrt-devel
agb[m] has joined #openwrt-devel
xes has joined #openwrt-devel
mirko has joined #openwrt-devel
floof58 has joined #openwrt-devel
owrt-1907-builds has joined #openwrt-devel
dhewg has joined #openwrt-devel
\x has joined #openwrt-devel
owrt-snap-builds has joined #openwrt-devel
DLange has joined #openwrt-devel
lipnitsk has joined #openwrt-devel
shoragan has joined #openwrt-devel
blocktrron has joined #openwrt-devel
jow has joined #openwrt-devel
duke2 has joined #openwrt-devel
hauke has joined #openwrt-devel
f12 has joined #openwrt-devel
KGB-2 has joined #openwrt-devel
JuniorJPDJ has joined #openwrt-devel
wvdakker has joined #openwrt-devel
_lore_ has joined #openwrt-devel
guifipedro has joined #openwrt-devel
hexa- has joined #openwrt-devel
Larhzu has joined #openwrt-devel
KGB-1 has joined #openwrt-devel
AndyCap has joined #openwrt-devel
t4h4[m] has joined #openwrt-devel
clayface has joined #openwrt-devel
kabel has joined #openwrt-devel
FLD has joined #openwrt-devel
swegener has joined #openwrt-devel
MatrixTravelerbot[m] has joined #openwrt-devel
ecloud has joined #openwrt-devel
guidosarducci_ has joined #openwrt-devel
Lechu has joined #openwrt-devel
bluse-blue[m] has joined #openwrt-devel
John[m]12345678 has joined #openwrt-devel
lemmi has joined #openwrt-devel
xdarklight has joined #openwrt-devel
niyawe has joined #openwrt-devel
[florian] has joined #openwrt-devel
slate has joined #openwrt-devel
ephemer0l has joined #openwrt-devel
owrt-2102-builds has joined #openwrt-devel
mkresin has joined #openwrt-devel
clandmeter has joined #openwrt-devel
ryd has joined #openwrt-devel
indy has joined #openwrt-devel
SamantazFox has joined #openwrt-devel
jlsalvador has joined #openwrt-devel
stintel has joined #openwrt-devel
pkgadd has joined #openwrt-devel
takimata has joined #openwrt-devel
bookworm has joined #openwrt-devel
will[m] has joined #openwrt-devel
decke[m] has joined #openwrt-devel
svanheule has joined #openwrt-devel
al has joined #openwrt-devel
GuruPrasathGovindarajan[m] has joined #openwrt-devel
whatevs111[m] has joined #openwrt-devel
SwedeMike has joined #openwrt-devel
lucenera has joined #openwrt-devel
ynezz has joined #openwrt-devel
Pepes has joined #openwrt-devel
olmari has joined #openwrt-devel
karlp has joined #openwrt-devel
paper_ has joined #openwrt-devel
digitalcircuit has joined #openwrt-devel
tohojo has joined #openwrt-devel
dwmw2_gone has joined #openwrt-devel
EqUaTe has joined #openwrt-devel
wigyori has joined #openwrt-devel
lynxis has joined #openwrt-devel
StifflersMagic has joined #openwrt-devel
nick[m]1234 has joined #openwrt-devel
Forst has joined #openwrt-devel
MatMaul[m] has joined #openwrt-devel
gnustomp[m] has joined #openwrt-devel
slh has joined #openwrt-devel
fpsusername[m] has joined #openwrt-devel
slh64 has joined #openwrt-devel
nbd has joined #openwrt-devel
Shiz has joined #openwrt-devel
southey has joined #openwrt-devel
drikus_ has joined #openwrt-devel
hexagonwin[m] has joined #openwrt-devel
enick_479 has joined #openwrt-devel
PtitGNU has joined #openwrt-devel
rmilecki has joined #openwrt-devel
enick_689 has joined #openwrt-devel
Q__ has joined #openwrt-devel
Habbie has joined #openwrt-devel
[0x4A6F][m] has joined #openwrt-devel
PaulFertser has joined #openwrt-devel
minicom has joined #openwrt-devel
robje has joined #openwrt-devel
Rondom has joined #openwrt-devel
zorun has joined #openwrt-devel
B1773rm4n has joined #openwrt-devel
fieryeagle954[m] has joined #openwrt-devel
tomn has joined #openwrt-devel
omni has joined #openwrt-devel
blogic has joined #openwrt-devel
Monkeh has joined #openwrt-devel
fblaese has joined #openwrt-devel
pavlix has joined #openwrt-devel
evils[m]1 has joined #openwrt-devel
tmn505 has joined #openwrt-devel
larsc has joined #openwrt-devel
barhom has joined #openwrt-devel
rotanid has joined #openwrt-devel
minimal has joined #openwrt-devel
feckert has joined #openwrt-devel
Harm has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
cbeznea has joined #openwrt-devel
Acinonyx has joined #openwrt-devel
isak has joined #openwrt-devel
mrkiko has joined #openwrt-devel
Borromini has joined #openwrt-devel
reiffert has joined #openwrt-devel
c0sm1cSlug has joined #openwrt-devel
mattytap has joined #openwrt-devel
<mangix> Borromini: no
eduardo010174 has joined #openwrt-devel
<owrt-snap-builds> Build [#463](https://buildbot.openwrt.org/master/images/#builders/24/builds/463) of `ramips/rt288x` failed.
rua has quit [Ping timeout: 480 seconds]
<Borromini> mangix: ok. Is there other types of programmers that can do it?
Tapper has quit [Ping timeout: 480 seconds]
<slh> Borromini: there is no easy answer to that question, there is parallel (raw) nand (most typically), serial nand and yes, also some spi based serial variants, but in general, if you mess up the NAND, it's game over
rua has joined #openwrt-devel
<mangix> all I know is CH341A is just for SPI NOR
<mangix> NAND is a lot more complicated to deal with
<slh> and very often in bga chips, so not easy to desolder at home
philipp64 has quit [Quit: philipp64]
<Grommish> rsalvaterra: ping
<rsalvaterra> Grommish: pong (mobile, though)
<Grommish> rsalvaterra: Any chance you'd be willing to test a mipsel package later? :D
<rsalvaterra> Much later. :P
<rsalvaterra> Which one?
<Grommish> You can pick, ripgrep, bottom or bandwhich
<Grommish> Actually, Nevermind, I might just have a test suite by then
<Grommish> I forgot I need to do that
<mangix> wonder why ripgrep for openwrt
<Grommish> Anyway. I built the mipsel toolchain and generated ipk packages
<Grommish> mangix: Because I needed a POC package
<rsalvaterra> I have no idea what any of those are. :/
<mangix> ripgrep = better grep
<Grommish> rsalvaterra: bandwich is a network monitor, bottom is a better htop
<Grommish> eipgrep is a .gitignore aware grep
<Grommish> with eregex
<Grommish> but yes, I needed a something to test with and it was one of the first rust projects I found
<rsalvaterra> "Bottom is a better htop." Oh, dear, where to start…? :P
<Grommish> I have no opinion, it's what was related ;p
<Grommish> But, in theory, these should run on any mipsel device
norris has quit [Read error: Connection reset by peer]
norris has joined #openwrt-devel
arnd has quit [Read error: Connection reset by peer]
arnd has joined #openwrt-devel
Grommish has quit [Read error: Connection reset by peer]
Grommish has joined #openwrt-devel
aiyion has quit [Remote host closed the connection]
aiyion has joined #openwrt-devel
eduardo010174 has quit [Quit: Leaving]
<Borromini> slh: mangix: thanks
<Borromini> slh: i'm not really considering desoldering, was thinking about clamps like for SPI NOR so you can manipulate without desoldering :)
<Borromini> looks like i'll just have to wait for a more robust install procedure for my new toys...
Borromini has quit [Quit: leaving]