KGB-2 has quit [Read error: Connection reset by peer]
KGB-2 has joined #openwrt-devel
dermoth has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
minimal has quit [Quit: Leaving]
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
goliath has joined #openwrt-devel
hitech95 has joined #openwrt-devel
robimarko has joined #openwrt-devel
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
owrt-images-builds_ has joined #openwrt-devel
<rtznprmpftl> PaulFertser: TBH, i just added both got the kernel to boot and immediatly started to look at all the other issues.
<PaulFertser> rtznprmpftl: haha ok but since it booted now please check /sys/module/pcie_octeon/parameters/ if it's there.
<rtznprmpftl> PaulFertser: Will do when i get back home.
<rtznprmpftl> When would be the correct time to create a wiki page for a device? When something "working" is merged into the openwrt main branch, or would before that be ok too?
<PaulFertser> rtznprmpftl: before should be fine too
<robimarko> stintel: Ping
<stintel> robimarko: pong
<robimarko> stintel: I saw your EAP101 BDF sent to the mailing list
<stintel> robimarko: yeah?
<robimarko> Do you plan to add the board or?
<stintel> https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=shortlog;h=refs/heads/eap101
<stintel> having the BDF in is 1 step out of the way
<robimarko> Yeah, I newer completed my port for the board
<robimarko> I will merge the BDF
<stintel> thanks!
<stintel> it's also in https://git.openwrt.org/?p=project/firmware/qca-wireless.git;a=shortlog;h=refs/heads/staging/stintel/edgecore-eap101
<stintel> so you should be able to cherry-pick it from there
<stintel> and if you find some time somewhere maybe have a look at the WIP commit and give me some feedback would be nice - nothing urgent, I'm super busy anyway, starting a new paid project with shortish deadline and doing a bunch of work in my house
<robimarko> I already pushed it, pwclient makes it easy
<stintel> it does :)
<stintel> git pw ftw
<stintel> I've actually one of those EAP101 running in my house
<robimarko> Il try and remember to take a look
<stintel> cool
* stintel has too many WIP devices atm :P
<Ansuel> i should show some pic of my current desk.... devices are growing....
<Ansuel> (also cables...)
<robimarko> I ran out of space on the desk long time ago
<stintel> one of the issues I ran into with the EAP101 running my WIP is that it rebooted into the other rootfs/overlay and "lost" its settings
<stintel> not entirely sure how the bootloader decides to switch from rootfs 1 to 2
<stintel> or vice versas
<stintel> -s
<stintel> and the ECS4100 sometimes ends up with PoE-PD not working and/or the ports connected to the rtl8214fc not working
<stintel> both of which were solved by power-cycling the device
bluew has joined #openwrt-devel
<stintel> so yeah that also needs more work
<stintel> anyway I need to fix brunch before my next meeting
<robimarko> Since its edgecore device, it probably just uses some u-boot variable to switch
<stintel> yes but sometimes the bootloader decides to switch it
<stintel> maybe I need to set/reset some variable on successful boot
<Ansuel> probably uboot set variable and you should wipe it (like bootcount) you should be able to check that with fw_printenv pretty quickly
<stintel> bootcount=1
<stintel> bootlimit=3
* stintel reboots the AP
<stintel> bootcount=2
<stintel> yep
<stintel> so once it reaches 3 it switches to the other rootfs
<stintel> ok that was easy
<Ansuel> simple addition to bootcount script and you just set the value to 0
<stintel> target/linux/qualcommax/ipq60xx/base-files/etc/init.d/bootcount
<Ansuel> usual way to check by them for bootloop
<stintel> should add the board there probably
<Ansuel> yep
<Ansuel> correct
<stintel> awesome
<stintel> in upgrade it's already done iirc
<Ansuel> ah... then i would remove the entry from upgrade and move to bootcount
<stintel> done and pushed to my staging tree
<stintel> robimarko: are you going to bump qca-firmware also in openwrt.git ?
<Ansuel> are you sure entry is owrt_bootcount ?
<robimarko> stintel: Nope, its usually done when adding a device that needs the update
<stintel> gotcha
<stintel> ok I'll see when I find time to clean up my WIP branch for the EAP101 and maybe send to ML for review
<Ansuel> also i think the precal can be handled by nvmem cell
<robimarko> Nope, it cant as ath11k does not support NVMEM
<robimarko> Its easy to just hack it in, but not easy to refactor the current FW loading code in ath11k to make it generic
<stintel> and if anyone wonders why I'm dealing with QCA again: I got the units for free :P
<Ansuel> robimarko oh sorry i should really check and halp you with that feature
<Ansuel> stintel watch you trowing that unit to the wall as soon as you discover the state of ath11k on ipq60xx...
<stintel> it seems to be less bad than ath10k :P
<stintel> but yeah probably I will eventually replace them with something like TP-Link EAP683-LR
<robimarko> You running TIP or OpenWrt?
<stintel> OpenWrt
<robimarko> Then they probably ship fresh enough BDF unlike most devices
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
tmn505 has quit [Remote host closed the connection]
tmn505 has joined #openwrt-devel
owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
<robimarko> We really gotta work on forcing tools to be built before you can do anything
<robimarko> Cause this is not the first time
<Ansuel> yep i asked mpratt14 some help on that side since lately i'm a bit busy with things
<Ansuel> but no response :(
<robimarko> Il look into it, but I am not really versed in Make-isms
<robimarko> BTW, that PSGMII calibration failing issue on a single board is making me scratch my head
<robimarko> I wish to have one of those to see what the hell is going on
<KanjiMonster> regardless of the issue, failing psgmii calibration shouldn't be reason to crash the kernel
<robimarko> KanjiMonster: Yes, gotta remove that panic call
madwoota has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 98.7% packages reproducible in our current test framework.)
rsalvaterra has joined #openwrt-devel
madwoota has joined #openwrt-devel
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
<stintel> geez crazy thunderstorms here, power down
<Ansuel> hope nothing broke
<stintel> haha especially with this horrible old electrical installation
<stintel> earth is via neutral, no RCD, main breaker cabinet outside, flexible wire instead of massive core, breakers oversize for wire installed in the house, etc
owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
<stintel> installing an RCD results in it tripping immediately probably due to some faults in the installation, or some moisture issues
<stintel> I found the internal circuits causing it, unfortunately one is of the kitchen :P
<stintel> but I suspect one socket there due to moisture problems, might be able to fix that temporarily
<stintel> that's a 63A feed split in 3 by turning the wires together and some tape
<stintel> 2 of those splits go to a 63A breaker, a 3rd to a 50A breaker
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
<stintel> but apparently these kind of things are normalish in (some) Balkan countries
owrt-images-builds has quit [Remote host closed the connection]
owrt-images-builds has joined #openwrt-devel
<robimarko> You can remove the notion that its only in some Balkan countries
<stintel> :P
owrt-images-builds has quit [Remote host closed the connection]
<Ansuel> stintel o.o why the cabient is prefired LOL
<stintel> I suspect there was some sparks there and then someone fixed it by splitting the wires as they are in the photo
<stintel> or maybe they just weren't taped and somebody taped them after the spark ;p
<Ansuel> btw took my third wdr3600 for 26 € just to test qca8k on big-endiang and see what is wrong...
<Ansuel> feel very stupid
<Ansuel> stintel fun thing is that it's still more advanced than my parents home in italy... but I have RCD... just no earth and the entire house is driven from a single breaker LOL
<stintel> welp
<ynezz> join #alpine-devel
<ynezz> oopsie
Borromini has joined #openwrt-devel
mcbridematt has quit [Read error: Connection reset by peer]
Borromini has quit [Quit: Lost terminal]
DSchndr_ has joined #openwrt-devel
Mangix has joined #openwrt-devel
<Mangix> stintel: RCD trips if neutral and ground get bonded. Even if no current passes.
<Mangix> Ansuel: it's a point of contention. Having RCD is probably better than having just ground.
aiyion has quit [Remote host closed the connection]
aiyion has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
skynet2 has joined #openwrt-devel
hitech95 has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]