Misanthropos has quit [Ping timeout: 480 seconds]
dangole has quit [Quit: Leaving]
Misanthropos has joined #openwrt-devel
<stintel> hurricos: so for some reason I had another go at reading the SNIC10E MAC address from the EEPROM using nvmem-cells, and it's working \o/
<stintel> (I'm fixing devices using random MAC addresses because I wrote some snmp trap receiver that compares MAC addresses learned by my core switch with what's in Netbox
<stintel> and alerts when it finds something unknown
dangole has joined #openwrt-devel
minimal has quit [Quit: Leaving]
<stintel> did anyone ever manage to get one of the NAND drivers ported and working? :P
dangole has quit [Remote host closed the connection]
ptudor has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
<Mangix> stintel: probably rmilecki
<stintel> octeon ?
<Mangix> I think he has one on bcm53xx or something
ptudor has joined #openwrt-devel
<owrt-snap-builds> Build [#715](https://buildbot.openwrt.org/master/images/#builders/4/builds/715) of `x86/generic` failed.
rua has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
soxrok2212 has quit [Ping timeout: 480 seconds]
indy has joined #openwrt-devel
<owrt-snap-builds> Build [#695](https://buildbot.openwrt.org/master/images/#builders/59/builds/695) of `x86/geode` failed.
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
csrf has joined #openwrt-devel
csrf has quit [Quit: Leaving]
soxrok2212 has joined #openwrt-devel
valku has quit [Quit: valku]
srslypascal is now known as Guest3571
srslypascal has joined #openwrt-devel
<ynezz> jow: Re: your failsafe console woes, I've noticed some weird behaving of serial console in our daily runtime CI after c9725d4fb6206
<ynezz> it might not be related, but probably worth looking at
Guest3571 has quit [Ping timeout: 480 seconds]
sorinello has quit [Remote host closed the connection]
sorinello has joined #openwrt-devel
Tapper1 has quit [Quit: Tapper1]
csrf has joined #openwrt-devel
cbeznea has joined #openwrt-devel
csrf has quit [Quit: Leaving]
<jow> ynezz: hmm
<jow> ynezz: maybe it waits for a keypress on ttyS0 and thus does not unlock the main tty
<jow> ynezz: indeed, removing console=tty0 from the grub boot prompt fixes entering failsafe in qemu
<jow> ynezz: so I guess it is blocking in the read of /dev/tty0 and that while loop never advances, effectively locking all other consoles
<ynezz> jow: in CI, we're trying to silence the console with `dmesg -n1` ASAP after we detect the console availability, so the system boot doesn't interfere/interleave outputs of our commands, it was working fine for several years on all targets until that commit
<jow> ynezz: so this makes two regressions already, I'd say let's revert it
MaxSoniX has joined #openwrt-devel
<jow> ynezz: or rather, I think the while loops need to be exchanged
<jow> ynezz: right now it loops over every console and for every console it has a thight while [ -r $keypress_wait ]; do ... done loops which will never yield
danitool has joined #openwrt-devel
<jow> ynezz: I think it should be while [ -r $keypress_wait ]; do for console in $consoles; do read stuff; done; done
<jow> seems it worked for the submitter by accident because the console he was testing ahppened to be the first one
<ynezz> well, what I'm seeing is, that I send "dmesg -n 1" over serial, but some chars get lost somewhere and thus device gets just 'dgn1' and thus I get '/bin/ash: dgn1: not found' as response
<jow> could be that the failsafe keypress code is eating away some chars
<jow> that one looks good
<ynezz> well, it looks like it's changing detection of the active console, so maybe it would fix your issue?
<jow> can give it a try later, hopefully
<jow> probably won't have time until monday
Borromini has joined #openwrt-devel
indy_ has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
robimarko has joined #openwrt-devel
<rmilecki> stintel: Mangix: we had Broadcom's hacky NAND driver ported to OpenWrt but then some company wrote upstream driver for their controller
<rmilecki> and we switched to that
<mrkiko> Someone of you had to deal with the "bare line feed problem" when sending mails with Python? Any fix?
Misanthropos has quit [Ping timeout: 480 seconds]
<Habbie> mrkiko, you shouldn't ask that question in a bunch of unrelated channels; and generally, you shouldn't ask any question in more than one channel at a time
<mrkiko> Habbie: :D :D you're on #wireguard as well? Nice!
<Habbie> yes :)
MAbeeTT3 has joined #openwrt-devel
<mrkiko> Well, sometimes from unrelated channels you can get some hints, and that what I was hoping for :D
<mrkiko> so i'll ignore your recommendation :D
<Habbie> 'k
<mrkiko> Habbie: well, I mean - I agree with you and of course you can't do this all the time. But after all, it was a single question, on two channels located BTW on different servers (but this doesn't matter), and in general asked upon expecation that in various cases, developers use very different tools. Sorry for me being little bit rude today.
MAbeeTT2 has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
<Habbie> understood
<Habbie> i spend a lot of my time dealing with people asking questions in 3 channels, wasting time in two of them
<Habbie> so my feelings about it are somewhat strong
Misanthropos has quit [Ping timeout: 480 seconds]
<mrkiko> Habbie: understandable ...
mrkiko has quit [Quit: leaving]
romany0 has quit [Quit: The Lounge - https://thelounge.github.io]
romany0 has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
schwicht has joined #openwrt-devel
gladiac has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
valku has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
indy_ is now known as indy
MaxS0niX has joined #openwrt-devel
MaxSoniX has quit [Read error: Connection reset by peer]
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
Borromini has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest3587
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest3588
srslypascal has joined #openwrt-devel
Guest3587 has quit [Ping timeout: 480 seconds]
Guest3588 has quit [Ping timeout: 480 seconds]
Gaspare has joined #openwrt-devel
Tapper has joined #openwrt-devel
srslypascal has quit [Quit: Leaving]
srslypascal has joined #openwrt-devel
<\x> robimarko: ahemm lean did it again, they just added yours, kirdesde and mrnuke's work onto their repo
<robimarko> \x: Well, I would be surprised if they did not
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
<\x> its time for me to recompile again
<\x> oh yeah as for hardware again, there seems a variant of 7350 which has added 5GbE eth and 4x4 160MHz 6E radio
Gaspare has quit [Read error: Connection reset by peer]
<\x> if this ever hits used market or something, might be something to see for 6GHz but yeah ath11k again so itll be complain time again
<robimarko> That doesnt exist in europe at all
<\x> I think Snuupy seen one for cheaps
<\x> I did warn him that it isnt ready for primetime but yeah idk what he'll do
borek has joined #openwrt-devel
<\x> im kinda surprised that it works for generic boardfile accoding to what theyve done
<\x> all I had is crashes with that, maybe I missed something :X
<\x> I had to use glinet's boardfile for that 5.15 test I did some days ago
MaxSoniX has joined #openwrt-devel
MaxS0niX has quit [Read error: Connection reset by peer]
borek has quit [Ping timeout: 480 seconds]
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
schwicht_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
madwoota has quit [Read error: Network is unreachable]
madwoota has joined #openwrt-devel
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
gladiac has joined #openwrt-devel
isak has quit [Remote host closed the connection]
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
MaxSoniX has quit [Quit: Konversation terminated!]
schwicht_ has quit [Read error: Connection reset by peer]
schwicht has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
schwicht_ has joined #openwrt-devel
schwicht has quit [Read error: Connection reset by peer]
isak has joined #openwrt-devel
isak has quit []
isak has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht_ has quit [Remote host closed the connection]
Borromini has joined #openwrt-devel
<[Pokey]> Ha
<[Pokey]> I crashed my switch with a POST request
<[Pokey]> wow... Might have actually murdered it. Thats not good.
_lore_ has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
<[Pokey]> Welp. So much for me trying to abuse user input.
_lore_ has joined #openwrt-devel
schwicht has quit [Remote host closed the connection]
schwicht has joined #openwrt-devel
nixuser has quit [Remote host closed the connection]
schwicht has quit [Remote host closed the connection]
<Slimey> heh
indy_ has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
nixuser has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
srslypascal is now known as Guest3607
srslypascal has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Tapper has joined #openwrt-devel
Guest3607 has quit [Ping timeout: 480 seconds]
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
<Borromini> onto the next Fast Ethernet switch!
<[Pokey]> Borromini: Its a gig ethernet
<[Pokey]> I managed to recover it after like 5 factory resets and an hour of time
<[Pokey]> Two UART like header pads on the board
<[Pokey]> No communication on either of them
<[Pokey]> so as much as I wish it would run OpenWrt I don't think I will be the one to do it
<Borromini> sorry to hear :(
<[Pokey]> Borromini: It works, just isn't worth my time right now :P
<Borromini> :)
<[Pokey]> I'll probably go look at the BT Home Hub 3A again and complain that the WAN port doesn't work when theres nothing anyone can do about it :P
cbeznea has quit [Quit: Leaving.]
Obi-Wan has quit [Remote host closed the connection]
Borromini has quit [Quit: Lost terminal]
Obi-Wan has joined #openwrt-devel
<stintel> neggles: right, I forgot you also messed around with SNIC10 :)
<stintel> I have 5.15 running, but I can't get the interface order right for some reason
<stintel> possibly because I did a major overhaul of the vsc848x driver
<stintel> 1 file changed, 108 insertions(+), 302 deletions(-)
<stintel> but I rather think the octeon ethernet driver is not entirely respecting the DTS
felix has quit []
Tapper1 has quit [Quit: Tapper1]
tlj_ has quit [Remote host closed the connection]
robimarko has quit [Quit: Leaving]
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
tlj has joined #openwrt-devel
valku has quit [Quit: valku]
minimal has joined #openwrt-devel
felix has joined #openwrt-devel
<Snuupy> \x: ebay ya $150
<Snuupy> nah I don't like buying routers over like, $50
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]