Grommish has quit [Read error: Connection reset by peer]
Grommish has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
black_ant has quit [Ping timeout: 252 seconds]
valku1 has joined #openwrt-devel
valku1 has quit [Client Quit]
hbug has joined #openwrt-devel
hbug___ has quit [Ping timeout: 240 seconds]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
victhor has quit [Remote host closed the connection]
sbrown has quit [Remote host closed the connection]
sbrown has joined #openwrt-devel
kristrev has quit [Read error: Connection reset by peer]
kristrev has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch9812134 has joined #openwrt-devel
<philipp64> shibboleth: "stop whatever you're doing and get a better grip on the basics".... meaning what?
<philipp64> tmn505: I can get the base image back into the box, but that doesn't help me. I'm trying to get a tailored image into the box and have it boot successfully and I'm not sure what that's failing.
sbrown has quit [Remote host closed the connection]
sbrown has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
SpaceRat has quit [Read error: Connection reset by peer]
SpaceRat has joined #openwrt-devel
rmilecki has joined #openwrt-devel
sbrown has quit [Read error: Connection reset by peer]
sbrown has joined #openwrt-devel
nitroshift has joined #openwrt-devel
valku has quit [Quit: valku]
sbrown_ has joined #openwrt-devel
sbrown has quit [Read error: Connection reset by peer]
dedeckeh has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 98.1% packages reproducible in our current test framework.)
dansan has quit [Ping timeout: 240 seconds]
decke has joined #openwrt-devel
<philipp64> tmn505: usually when I do this sort of work I have development models of the platform with JTAG's or serial ports soldered on...
<PaulFertser> philipp64: it doesn't take a development version to attach serial console (not rs-232 though)
<philipp64> Okay, so how do I get a console onto an Archer A7 v5?
<PaulFertser> philipp64: in your initial question it's unclear who/what gets the image. Are you following the instructions in the commit message?
<philipp64> sorry, which commit message?
<PaulFertser> philipp64: https://openwrt.org/toh/tp-link/archer_a7_v5 talks about serial
<PaulFertser> philipp64: commit message of the commit which added support for this board.
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<PaulFertser> philipp64: it clearly tells what to do.
<philipp64> I take the -sysupgrade-factory.bin image and copy it to /tftpboot/ArcherC7v5_tp_recovery.bin and then follow the steps here: https://openwrt.org/toh/tp-link/archer_a7_v5#installation_using_the_tftp_method
csrf has joined #openwrt-devel
<PaulFertser> philipp64: that sounds about right, but what exactly happens is unclear without serial output
<philipp64> this commit? 1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f
<philipp64> reading it now...
<philipp64> Not sure what's meant by "Make sure you have shorten R24 on the PCB" here: https://openwrt.org/toh/tp-link/archer_a7_v5#serial
<PaulFertser> philipp64: it refers to some part of C7 instructions
<PaulFertser> Appalently there's a placeholder for resistor with R24 designator and it should be shorted.
ivanich has joined #openwrt-devel
<PaulFertser> philipp64: size of the image that you mention sounds wrong.
<philipp64> I might be tired, but I'm looking at https://openwrt.org/toh/tp-link/archer_c7#version_50 and can't tell what's supposed to happen.
<philipp64> sorry, image was 12.9MB... dropped a decimal point.
<PaulFertser> philipp64: that's still odd
<PaulFertser> philipp64: is that something you self-compiled?
feriman has joined #openwrt-devel
<philipp64> yes. I've enabled strace, gdb, valgrind... I need to debug some management software under development.
dansan has joined #openwrt-devel
<PaulFertser> philipp64: I suggest you try to flash the factory image built by the buildbots
<PaulFertser> philipp64: then if it works you can sysupgrade to your own
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
csrf has joined #openwrt-devel
csrf has quit [Remote host closed the connection]
csrf has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
<PaulFertser> philipp64: it's possible that u-boot is using a severely limited memory region when fetching from tftp so the size might be essential there
<philipp64> hmm... no, seems to have been something else.
<philipp64> OutBackDingo sent me a .config that I substituted in and it booted better, so I probably had a kmod that was causing the build to fail...
<OutBackDingo> YAY!
<PaulFertser> philipp64: but are you able to boot vanilla upstream OpenWrt image?
<PaulFertser> philipp64: additional kmods are loaded after pre-init so you should be able to enter generic failsafe even if such a bad kmod is present.
<PaulFertser> philipp64: I'm asking about vanilla image because it's essential for the upcoming release. If the factory image from it doesn't work it should better be fixed during the RC stage.
<philipp64> PaulFertser: it might also be some other reason, like me having bad CONFIG_KERNEL_* settings...
<PaulFertser> philipp64: regarding the serial, apparently the board has some resistor divider meant to be used on Rx line, and it's not present so it's probably enough to simply short R24 with a blob of solder. Should be fairly obvious by looking at the board when you have it in your hands.
<PaulFertser> philipp64: ok, that's good to know. So you have a solid recovery path now no matter what.
<philipp64> Yup.
<philipp64> PaulFertser: thanks for the pointers.
danitool has joined #openwrt-devel
feriman has quit [Ping timeout: 240 seconds]
<PaulFertser> philipp64: best of luck with your debugging. BTW, do you know OpenWrt has a convenient script to use gdbserver so in cases where valgrind is not needed you might benefit from that. Also valgrind can be used as a gdbserver too.
<philipp64> did not know that, no...
<philipp64> Do I need vgdb?
<PaulFertser> philipp64: it's integrated in valgrind, you can just run it in a way so that it stops on the first error, then you attach gdb from your host, the OpenWrt script gives you all the sources and debug info etc.
<PaulFertser> philipp64: so basically you can add gdbserver even to the very constrained targets and then debug whatever you need by running gdb on host, nothing special needed, no flash space on target wasted (in case you just need debugging and not valgrind).
ServerStatsDisco has joined #openwrt-devel
goliath has joined #openwrt-devel
feriman has joined #openwrt-devel
<aparcar[m]> jow: thoughts on a notification daemon service? https://github.com/openwrt/luci/issues/5018
plntyk has quit [Read error: Connection reset by peer]
<aparcar[m]> nick: ping
glyph has quit [Read error: Connection reset by peer]
glyph has joined #openwrt-devel
rsalvate_ has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 252 seconds]
dorf has quit [Remote host closed the connection]
dorf has joined #openwrt-devel
<nick[m]1> aparcar thanks for merging!!!
<nick[m]1> The sxtsq are running for several months without any problem in our Network
<aparcar[m]> nick: amazing
<nick[m]1> aparcar: you made a lot of people happy. directly got a notification in my freifunk channel with people being happy that the stuff is merged.
<nick[m]1> xD
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
csrf has joined #openwrt-devel
<rsalvate_> ldir: I'm going to start tagging you in my bump pulls, otherwise it's duplicated work. :) https://github.com/openwrt/openwrt/pull/4123
rsalvate_ is now known as rsalvaterra
<ldir> rsalvaterra: fair enough - I was just looking at pushing 'my' bump when you posted that - you can be bothered with commit messages...I was lazy and hadn't done that yet :-)
<rsalvaterra> ldir: Oh, this is weird. I got confused.
<ldir> ???
<rsalvaterra> I thought you and also done the bump, since in your tree it shows you as the author.
MichaelOF has joined #openwrt-devel
<ldir> yes I had, but not yet pushed to master... I was thinking about pushing to master and coming up with a suitable commit message when you irc'd me :-)
<rsalvaterra> And sometimes it shows me as the commiter, which is impossible, thankfully. :P
<ldir> so because I'm lazy I pulled in your PR (github-apply.sh) and pushed that instead :-)
<rsalvaterra> Ah, I see. :)
<ldir> surprising to see a bump with no refresh changes though
<ldir> does happen, just not very often
<rsalvaterra> ldir: Indeed, I had to double check, but such is life.
<rsalvaterra> I was now looking at https://git.openwrt.org/?p=openwrt/staging/ldir.git;a=commitdiff;h=a42bc0f9d88e50f8f16e24c07f0b0284d92fd444
<rsalvaterra> Shouldn't the other branch also need the hostsdir change?
MichaelOF has quit [Quit: Konversation terminated!]
<rsalvaterra> (As it's now on top of João's change, here… https://git.openwrt.org/?p=openwrt/staging/ldir.git;a=commitdiff;h=e8a5670122e04574fdb5855ecd63d18f317c5bfd)
victhor has joined #openwrt-devel
<rsalvaterra> Nevermind. Coffee hasn't kicked in.
victhor has quit [Remote host closed the connection]
rsalvate_ has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 240 seconds]
rsalvate_ is now known as rsalvaterra
Net147 has quit [Quit: Quit]
<aparcar[m]> nick: please say thanks to adrian, roger and whoever else did any actual work. My involvement was half a cup of coffee
<aparcar[m]> ldir: thoughts on the bpf stuff?
<nick[m]1> Thanks to all! :)
Net147 has joined #openwrt-devel
Net147 has quit [Client Quit]
Net147 has joined #openwrt-devel
<blocktrr1> russell--: try the latest 3 commits from my staging tree for your buffalo
Net147 has quit [Remote host closed the connection]
nitroshift has quit [Quit: Gone that way --->]
dedeckeh has quit [Quit: Connection closed]
Net147 has joined #openwrt-devel
voxadam has joined #openwrt-devel
voxadam is now known as Guest21229
voxadam_ has quit [Ping timeout: 245 seconds]
pine127 has quit [Remote host closed the connection]
pine127 has joined #openwrt-devel
valku has joined #openwrt-devel
zjason has joined #openwrt-devel
Radu-Mamy has joined #openwrt-devel
zatwai has quit [Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in]
zatwai has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
dorf has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
Tost has joined #openwrt-devel
dedeckeh has quit [Quit: Connection closed]
sbrown has joined #openwrt-devel
sbrown_ has quit [Ping timeout: 260 seconds]
plntyk has joined #openwrt-devel
decke has quit [Quit: Leaving.]
sbrown has quit [Remote host closed the connection]
sbrown_ has joined #openwrt-devel
<nick[m]1> aparcar: could we maybe also backport that into 21.02? Othewise the gluon community will not benefit from the SoC. We plan to role out more free wifi in public spaces, since corona... I think this SoC is very good for that (except if there is a window). I would make a PR, or do you think it will be rejected?
sbrown_ has quit [Remote host closed the connection]
sbrown_ has joined #openwrt-devel
<aparcar[m]> nick: I imagine it would be accepted but give it a day or two
<nick[m]1> aparcar: okay I will give it a try. :) but this would require to add mikrotik_nor from current trunk. But worth a try.
<aparcar[m]> well then I don't know - sorry... I don't want to postpone the 21 release any more
<nick[m]1> no problem. it is just a small change. Let me try. ;) thanks for helping.
zkrx has quit [Ping timeout: 276 seconds]
kristrev has quit [Read error: Connection reset by peer]
Monkeh has quit [Quit: Fatal banana error]
kristrev has joined #openwrt-devel
Monkeh has joined #openwrt-devel
<nick[m]1> aparcar: https://github.com/openwrt/openwrt/pull/4126 actually, it is not much. just compile testing and at home, I will runtest again.
zkrx has joined #openwrt-devel
kristrev has quit [Ping timeout: 268 seconds]
kristrev has joined #openwrt-devel
Tost has quit [Ping timeout: 240 seconds]
sbrown_ has quit [Remote host closed the connection]
sbrown_ has joined #openwrt-devel
lukedashjr has joined #openwrt-devel
luke-jr has quit [Ping timeout: 260 seconds]
lukedashjr is now known as luke-jr
huaracheguarache has joined #openwrt-devel
<aparcar[m]> nick: thanks
<huaracheguarache> Anyone here running 802.11r in their setup? It looks like it's broken in master now. Whenever a client tries to roam I get the following message in the log: "daemon.err hostapd: nl80211: kernel reports: key addition failed"
<huaracheguarache> The first connection attempt fails, but it's able to connect when it tries again.
Neighbor11111111 has quit [Ping timeout: 265 seconds]
<huaracheguarache> This happens with the 3 clients that I've tried: an iPad, my laptop running Fedora, and my Nokia 8.1 running Android 11.
sbrown has joined #openwrt-devel
sbrown_ has quit [Read error: Connection reset by peer]
Neighbor11111111 has joined #openwrt-devel
sbrown_ has joined #openwrt-devel
sbrown has quit [Remote host closed the connection]
shibboleth has joined #openwrt-devel
sbrown__ has joined #openwrt-devel
sbrown_ has quit [Ping timeout: 240 seconds]
Ivan__83 has quit [Ping timeout: 252 seconds]
Ivan__83 has joined #openwrt-devel
Ivan__83 has quit [Client Quit]
Ivan__83 has joined #openwrt-devel
Ivan__83 has quit [Client Quit]
dorf has quit [Read error: Connection reset by peer]
Ivan__83 has joined #openwrt-devel
sbrown__ has quit [Read error: Connection reset by peer]
Ivan__83 has quit [Client Quit]
sbrown__ has joined #openwrt-devel
Ivan__83 has joined #openwrt-devel
Ivan__83 has quit [Client Quit]
Ivan__83 has joined #openwrt-devel
Ivan__83 has quit [Client Quit]
Ivan__83 has joined #openwrt-devel
Ivan__83 has quit [Client Quit]
Ivan__83 has joined #openwrt-devel
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dorf has joined #openwrt-devel
sbrown_ has joined #openwrt-devel
Tost has joined #openwrt-devel
sbrown__ has quit [Remote host closed the connection]
dedeckeh has joined #openwrt-devel
Grommish has quit [Ping timeout: 246 seconds]
<nick[m]1> aparcar: compile and on sxtsq 5 ac runtested.
<aparcar[m]> nick: please comment that in the PR
<nick[m]1> aparcar: done
<aparcar[m]> nick: let's see how it goes
<aparcar[m]> please benchmark your device for a bit
Borromini has joined #openwrt-devel
feriman has quit [Ping timeout: 260 seconds]
<nick[m]1> okay, let me do some iperf3 tests
<russell--> blocktrr1: thanks, will try
dedeckeh has quit [Ping timeout: 240 seconds]
zkrx has quit [Ping timeout: 268 seconds]
shibboleth has quit [Quit: shibboleth]
Tost has quit [Ping timeout: 240 seconds]
_lore_ has quit [Ping timeout: 260 seconds]
Borromini has quit [Quit: Lost terminal]
zkrx has joined #openwrt-devel
valku has quit [Quit: valku]
_lore_ has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
ivanich has quit [Quit: Konversation terminated!]
linzst has joined #openwrt-devel
dorf has joined #openwrt-devel
Net147 has quit [Ping timeout: 268 seconds]
shibboleth has joined #openwrt-devel
black_ant has quit [Ping timeout: 260 seconds]
Radu-Mamy has quit [Ping timeout: 265 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
goliath has quit [Quit: SIGSEGV]
rmilecki has quit [Ping timeout: 252 seconds]