SlimeyX has joined #openwrt-devel
thejoker8814 is now known as Guest888
thejoker8814 has joined #openwrt-devel
Guest888 has quit [Ping timeout: 480 seconds]
orangepizza has joined #openwrt-devel
Mangix has quit [Ping timeout: 480 seconds]
<orangepizza> how I build a repo from a feed repo?
<orangepizza> package/micropython/compile didn't work
<orangepizza> sorry a typo: ignore up
orangepizza has quit [Quit: Page closed]
minimal has quit [Quit: Leaving]
skynet2 has quit [Ping timeout: 480 seconds]
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
cmonroe has joined #openwrt-devel
cmonroe has quit []
cmonroe has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
c512l has quit [Quit: c512l]
rua has quit [Quit: Leaving.]
c512l has joined #openwrt-devel
c512l has quit []
dermoth has joined #openwrt-devel
Tapper has joined #openwrt-devel
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
tSYS has quit [Remote host closed the connection]
tSYS has joined #openwrt-devel
c512l has joined #openwrt-devel
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
<stintel> as I suspected, mtkboardboot does this: run_command("setenv bootargs console=ttyS0,115200n1 ubi.mtd=rootfs root=/dev/ubiblock0_0 rootfstype=squashfs rootwait loglevel=8 earlycon=uart8250,mmio32,0x11002000", 0);
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
robimarko has joined #openwrt-devel
<robimarko> mrnuke: ping
goliath has joined #openwrt-devel
<stintel> svanheule: I suspect the rtl8231-gpio driver can't handle multiple chips, can you confirm/deny that?
rua has joined #openwrt-devel
<mrnuke> robimarko: pong
<robimarko> mrnuke: Any chance you tested the ieee frequency limit?
<robimarko> Seems to work for me
<mrnuke> robimarko: I saw the patch. I haven't gotten to testing it yet
<robimarko> I would appreciate if you could give it a go so I can send it upstream
<mrnuke> robimarko: I want to test it. Thank you for writing it!
<Ansuel> jow can you check those pkg-config commits?
c512l has quit [Read error: Connection reset by peer]
f00b4r0 has quit [Quit: gone]
rsalvaterra has quit [Ping timeout: 480 seconds]
<\x> damn, so that tp-link yesterday is 9574 in full use http://www.bitswrt.com/wifi7
<Ansuel> ???
<\x> eth: 2x 10GbE + 4x 2.5GbE radio: 4x4 40 2.4, 4x4 160 5G1, 4x4 160 5G2, MLO 5G1 + 5G2
<Ansuel> price = half a kidney + a lung ?
<\x> hah, i actually only have half a kidney left
<Ansuel> !!! even better they will ask for the full bundle
<\x> when will these guys put atleast armv8.2 on these things, atleast cortex-a75 would be nice
<jow> Ansuel: sorry, I had to bikeshed
<stintel> hah, looking at the ECS4100-12PH datasheet it seems the trigger the fan based on supplied PoE power, fanless < 70W, and annoyingly loud fan above
<mrnuke> robimarko: the ath11k freq-limit patch works
<robimarko> mrnuke: great, will send it upstream
<Ansuel> jow what do you mean, can't find the typo ahahah
<jow> Ansuel: pahse2 vs. phase2
<Ansuel> (facepalm)
<jow> don't worry, I didn't even manage to spell "typo" correctly
<Ansuel> so much hate with dependabot adding all kind of prefix...
<Ansuel> CI(deps)
rua is now known as Guest932
rua has joined #openwrt-devel
Guest932 has quit [Ping timeout: 480 seconds]
mattsm has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<Ansuel> btw it looks like ccache is not linking correctly to zstd and is using his own version ???
<robimarko> Hm, how can I reproduce it?
mentalow has quit [Quit: :]]
mentalow has joined #openwrt-devel
<Ansuel> robimarko sorry false alarm... me using dirty old zstd where .pc file were not installed...
<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.)
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
rz has quit [Remote host closed the connection]
rz has joined #openwrt-devel
cmonroe has quit [Remote host closed the connection]
cmonroe has joined #openwrt-devel
<stintel> hmm, the kernel_bump script generates a commit with message: Merge branch '__openwrt_kernel_files_mover' into qoriq-6.1
<stintel> iirc this script was used before? and I don't see any other commits like this
<robimarko> Yes, and we just dropped the merge commit
<robimarko> I will merge the follow-up to the script which drops that merge commit by default
<svanheule> stintel: I don't see a reason why it wouldn't
<stintel> svanheule: if I add a 2nd one in the DTS it appears to only take the 2nd one
<stintel> and a bunch of stuff stopped working
<stintel> *facepalm* GPIO_ACTIVE_HIGH is 0 and GPIO_ACTIVE_LOW
<stintel> I got that mixed up
<svanheule> does stuff keep working if you put the second rtl8231 before the one from your earlier patch?
<stintel> will try
<svanheule> because I suspect the rtl8231 controlling the port LEDs might not be configured in GPIO mode
<stintel> also, tplink-safeloader doesn't seem to be able to read the EAP683-LR OEM firmware image
<stintel> but hexdump does show support-list and soft-version at least
<svanheule> might be a (slightly) different format
<stintel> yeah
<stintel> svanheule: also, realtek-poe on the ECS4100-12PH seems to work fine with the DTS from the patch I sent to the ML
<svanheule> that's good :)
<stintel> does that impact your suggestion: Perhaps GPIO_ACTIVE_LOW with output-low is what you're looking for.
<svanheule> no, it doesn't
<svanheule> the DTS is defining a reset line an hogging it as "active"
<svanheule> that doesn't make sense if you have working PoE ;)
<stintel> so maybe that gpio node is just completely wrong?
<svanheule> it's functional, I suppose. Try GPIO_ACTIVE_HIGH with output-high and see if you still have functioning PoE
<svanheule> or don't hog it and control it from userspace
<stintel> that's what it's currently set to
<svanheule> ACTIVE_HIGH with output-low then
<svanheule> I see tplink-safeloader segfaults on the EPA683-LR image. Nice
guidosarducci has quit [Remote host closed the connection]
<stintel> :P
guidosarducci has joined #openwrt-devel
<stintel> tried gdb but it was not very helpful, didn't rebuild with -g yet
<stintel> also seeing a bunch of these
<stintel> /home/stijn/Development/OpenWrt/openwrt/include/target.mk:269: CPU_TYPE "cortex-a9" doesn't correspond to a known type
<stintel> for several different CPU_TYPE values
<robimarko> I think you will get the same if dump-target-info.pl is called
<robimarko> Yeah
<robimarko> Its because those CPU_TYPE-s are not covered by target.mk
<robimarko> We dont apply any special CPU flags for them
<stintel> I see, might be an old thing, just didn't recall seeing them before
skynet2 has joined #openwrt-devel
<stintel> svanheule: also, the "datasheet" for the ECS4100 series says this switch is "fanless" < 70W PoE and fan is enabled if using more PoE power, so I'm not sure want to add a thermal zone
dwfreed has quit [Ping timeout: 600 seconds]
dwfreed has joined #openwrt-devel
minimal has joined #openwrt-devel
<stintel> oh I just found out I can actually control the fan speed
<stintel> that's good
<stintel> it has and ADT7470 fan controller
spammywrt has quit [Quit: Page closed]
jkl has quit [Quit: Gone.]
jkl has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
skynet2 has joined #openwrt-devel
<stintel> lol, another facepalm, ofcourse it doesn't work if I use the same node name
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gch981213 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nwf has quit [Quit: WeeChat 3.5]
skorpy[m] has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
schmars[m] has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
skorpy[m] has quit [Quit: Client limit exceeded: 20000]
goliath has quit [Quit: SIGSEGV]
mattsm has quit [Ping timeout: 480 seconds]