danitool has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Misanthropos has joined #openwrt-devel
<Mangix> oh snapshot seems quite broken
<Mangix> Tue Jul 18 00:02:38 2023 daemon.notice hostapd: phy1-ap0: AP-STA-CONNECTED XX auth_alg=open
<neggles> stintel: hmm interesting
<neggles> looks like you can interrupt the bootloader so that's good
<neggles> what's the bet it's just u-boot in disguise?
bluew has quit [Quit: Leaving]
<neggles> it is u-boot in disguise, not surprising, nobody would voluntarily implement their own Octeon bootloader on purpose
minimal has quit [Quit: Leaving]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<neggles> stintel: i assume you're asleep, but, turns out you can get to the bootloader console over ethernet...
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<neggles> oh boy linux-oct-3.10.20-xap
<neggles> stintel: `env edit bootargs` and append `nocli`
schwicht has quit [Ping timeout: 480 seconds]
<neggles> drops you right to a root shell ^_^
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
tomn has quit [Remote host closed the connection]
tomn has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<rmilecki> Ansuel: i sent you e-mai, i didn't focus on or answer all questions, as it seems there were based on wrong NVMEM understanding
<rmilecki> Ansuel: i sent you some explanation
<rmilecki> Ansuel: if you still have some questions, after reading my explanation e-mail, please re-ask :)
schwicht has joined #openwrt-devel
dlg has quit [Ping timeout: 480 seconds]
<rmilecki> nbd: i noticed that with your dca241e2 patch there is a new line:
<rmilecki> Mon Jul 17 10:29:43 2023 daemon.info hostapd[1173]: nl80211: Remove beacon (ifindex=10)
schwicht has quit [Ping timeout: 480 seconds]
<rmilecki> also this one:
<rmilecki> Mon Jul 17 10:32:44 2023 daemon.info hostapd[1173]: nl80211: Set beacon (beacon_set=1)
<rmilecki> becomes:
<rmilecki> Mon Jul 17 10:29:43 2023 daemon.info hostapd[1173]: nl80211: Set beacon (beacon_set=0)
<rmilecki> is that possibly what matters?
xavifr has joined #openwrt-devel
schwicht has joined #openwrt-devel
<stintel> neggles: lol nice finds!
schwicht has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.9% packages reproducible in our current test framework.)
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<nbd> rmilecki: yes, i changed the code to explicitly turn off beacons before starting them again
<nbd> i believe this is a proper fix and not just a workaround
<rmilecki> nbd: ok, i wasn't sure if hostapd_drv_stop_ap() is just about beacons
<rmilecki> nbd: if that's a fix that's even better
<nbd> del_beacon and new_beacon are the same command as stop_ap and start_ap
<nbd> and start_ap is the call that passes pretty much all the AP related settings on bringup
<rmilecki> ah, i recall that now
<rmilecki> they got renamed in the past afair
<nbd> so i think mac80211 is probably just a bit more forgiving when it comes to leaving out the stop_ap part
<rmilecki> got it
<rmilecki> nbd: i'll then use your fix adding hostapd_drv_stop_ap() and test other scenarios with brcmfmac
<rmilecki> slightly later today
<nbd> thanks
<nbd> i already pushed it to my staging tree
<nbd> didn't make any other changes, so you can continue testing with the build that you already made
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<PaulFertser> https://lists.openwrt.org/ seems to be down
schwicht has joined #openwrt-devel
danitool has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
<dwfreed> PaulFertser: repeated in -adm where it's less likely to be missed
schwicht has quit [Ping timeout: 480 seconds]
<PaulFertser> Thank you!
<dwfreed> np
danitool has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<ynezz> rmilecki: Hi, FYI 28b6224104 seems like a regression, it has changed MAC addresses on my Ubiquiti EdgeRouter X which results in the dynamic IP 10.0.0.34 for WAN interface instead of fixed 10.0.0.2 https://gitlab.com/ynezz/openwrt-device-runtime-testing/-/jobs/4662423672#L79
<ynezz> rmilecki: mtk_soc_eth 1e100000.ethernet: generated random MAC address 06:ee:00:d8:0b:6f
<rmilecki> ynezz: whoops
<rmilecki> i'm quite sure I tested it...
<rmilecki> [ 0.586649] OF: /ethernet@1e100000/mac@1: #nvmem-cell-cells = 1 found 0
<rmilecki> i clearly missed 1 bit
<rmilecki> sorry for that
guidosarducci has quit [Ping timeout: 480 seconds]
<rmilecki> ynezz: please try the latest master
Tapper has quit [Ping timeout: 480 seconds]
<hauke> ynezz: do you plan to merge your ssl changes?
schwicht has joined #openwrt-devel
<djfe> My changes to create a common .dtsi https://github.com/Djfe/openwrt/commits/Cudy1300
<djfe> Why is it that: If I build v1 and then v2 afterwards, v2 comes with the packages of v1?
<djfe> I run "make clean" in between
<djfe> It also works the other way around: make distclean
schwicht has quit [Ping timeout: 480 seconds]
<djfe> then build v2
<djfe> then run menuconfig (to switch to v1) and kernel_menuconfig (no changes)
<djfe> v1 comes with packages of v2
<djfe> (to be specific I'm building v3, but it's just an alias for v2)
<djfe> (alias = altname)
<ynezz> hauke: yes, just need to find some time to actually test it, hopefully sometime next week
<ynezz> rmilecki: thanks for the quick fix, I'll re-test again with the image from the buildbot once its available
<rmilecki> thanks for report
slh64 has quit [Quit: gone]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<Ansuel> ynezz can I contribute to the device-runtime thing? Can host ipq806x and ipq40xx
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<Christophe[m]1> Is openwrt w/ glibc supposed to work? I tried to build an image for the bpi-r3 and I wouldn't boot at all.
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<djfe> In regards to my question above: this is my .config https://pastebin.com/4b0dbEtC
<djfe> the .config was created after selecting v3 first, and during the second build v1
<djfe> it appears like some options are only evaluated on an empty config, leading to this config
<djfe> it has the correct values from CONFIG_DEFAULT
<djfe> but later it unselects mt76x2 and the usb packages (needed for v1) in favor of the packages that v3 needed (mt7615, mt7663 etc.)
<djfe> Do I have to remove my .config between such builds or switch the target system for a fresh config with correct wifi and usb packages?
<djfe> if so, then the wiki should mention that or even warn about it imo.
<djfe> Or is it a bug in the buildsystem that we should fix?
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<PaulFertser> djfe: default target packages are only selected when you have no config and select some target for the first time.
<djfe> so is the issue caused by the fact, that v2/v3 deviate from the default config of the target and v1 doesn't?
schwicht has joined #openwrt-devel
<djfe> wait no, both select wifi and usb packages manually in mt7621.mk
<PaulFertser> djfe: I mean you're right, some options (all target-specific package additions/deletions) are only evaluated with an empty config.
Tapper has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
minimal has joined #openwrt-devel
<ldir> Curious why x86 doesn't have testing kernel of 6.1 ? Does it explode?
<RoganDawes> how does one go about testing a more modern kernel for OpenWrt? I'm trying to get my imx28-based Wink Hub v1 working, but the SDIO-based brcmfmac-4334 wifi part is not working. I'm being asked to try with mainline, but not sure how to do that.
<RoganDawes> To be clear, the module loads, and I have an nvram file, and I can "iw scan" and see the AP's around me, but I cannot associate to any of them.
<RoganDawes> the nvram file may be incomplete/incorrect, but it is what I am working with.
<rmilecki> RoganDawes: i don't think there were any important recent changes to brcmfmac
<rmilecki> RoganDawes: also in OpenWrt we use backports
<rmilecki> RoganDawes: so you're probably using the pretty latest wireless code
<djfe> ldir: probably because developers didn't have the time to adjust the target (it requires some work and yes also testing)
<djfe> they have switched some targets already others will follow
<djfe> and then there's still bugs in rc2 that need to be ironed out
<RoganDawes> rmilecki: thanks. Any ideas what else I could try then? When trying to associate, the bssid for the AP is reported as 00:00:00:00:00:00, which seems like part of the problem.
<rmilecki> RoganDawes: sorry, i've zero experience with SDIO devices
<RoganDawes> ok, thanks
<rmilecki> maybe try dumping air traffic
<rmilecki> with your notebook's monitor interface
<rmilecki> see what packates are exchanged between
<RoganDawes> yeah, I have a GL.Inet AR750S with atheros chipset, which should do well for that.
<RoganDawes> On Mac OS otherwise
<RoganDawes> unfortunately, this is trying to work at a very low level in completely undocumented brcmfmac nvram configuration files, so the radio might not even be properly set up.
<RoganDawes> although being able to see the AP's around is a positive sign!
<Slimey> heh i hate it i get so depressed when i cant get something to work and its not even my fault loll
FLD has quit [Ping timeout: 480 seconds]
FLD has joined #openwrt-devel
<Znevna> so.. nobody
<Slimey> nobody what :p
Mangix has quit [Read error: Connection reset by peer]
goliath has quit [Quit: SIGSEGV]
<SlimeyX> anyone have know how to get a QCA9984 minipcie card working on x86_64 that came from a router with caldata in ART?
xavifr has quit [Ping timeout: 480 seconds]
madwoota has quit [Ping timeout: 480 seconds]
madwoota has joined #openwrt-devel
goliath has joined #openwrt-devel
dangole has joined #openwrt-devel
<bluecmd[m]> rmilecki: sad to report that the MAC patch does not work, it results in random MAC addresses on all interfaces
<rmilecki> bluecmd[m]: oops
<rmilecki> bluecmd[m]: thanks a lot for testing
<rmilecki> bluecmd[m]: are there any related errors in dmesg?
dangole has quit [Ping timeout: 480 seconds]
GNUmoon has quit [Remote host closed the connection]
<bluecmd[m]> rmilecki: I tested rollback, I'll have to reapply the patch - stand by
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
GNUmoon has joined #openwrt-devel
schwicht has quit []
<rmilecki> bluecmd[m]: thanks, unfortunately, nothing interesting there
<rmilecki> i'll have to work on debugging patch
<bluecmd[m]> are there any recent master-patches I need?
<bluecmd[m]> our tree does not have the very latest master branch
<bluecmd[m]> so I might be missing something, it just hit me
<bluecmd[m]> as git grep mac-base didn't return anything at all except our dts more or less
<bluecmd[m]> lol, yeah target/linux/generic/pending-5.15/804-nvmem-core-support-mac-base-fixed-layout-cells.patch
<bluecmd[m]> that one might be required
<rmilecki> ahh, that may definitely the reason
<rmilecki> I added support for "mac-base" just recently
<rmilecki> bluecmd[m]: if you could re-test with the latest master that would be great
<bluecmd[m]> i will, working on the merge right now
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
tetienne has quit [Read error: Connection reset by peer]
dangole has joined #openwrt-devel
<bluecmd[m]> rmilecki: seems to work just fine now. the mgmt0 interface got a random mac but that was the case before also, I am guessing it is something weird with `octeon-mgmt`
<bluecmd[m]> i emailed you a tested-by string
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
schwicht has joined #openwrt-devel
<bluecmd[m]> I would like a LED to have the status of a GPIO-pin (specifically, the inverted pin status of SFP module's RX_LOS). what's the best practice way to do that in openwrt?
<bluecmd[m]> normally I'd use netlink interface status but these interfaces do not report that correctly, so I want to use RX_LOS instead
danitool has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xavifr has joined #openwrt-devel
<SlimeyX> what would my boardname be? https://forum.openwrt.org/t/r7500v2-ath10k-9980-netperf-observations-firmware-board-2-bin-files-and-other-wifi-issues/74153/3 failed to fetch board data for bus=pci,vendor=168c,device=0046,subsystem-vendor=168c,subsystem-device=cafe from ath10k/QCA9984/hw1.0/board-2.bin
xes has joined #openwrt-devel
xavifr has quit [Ping timeout: 480 seconds]
Mangix has joined #openwrt-devel
schwicht has joined #openwrt-devel
danitool has quit [Ping timeout: 484 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
goliath has quit [Quit: SIGSEGV]
Tapper has quit [Quit: Tapper]
<hauke> Christophe[m]1: openwrt with glibc is supposed to work,
<hauke> make sure you detected the build dir after switcing from musl libc
<hauke> I haven never tried it on BPI
<SlimeyX> hauke i think i got everything fixed on the PR
dangole_ has joined #openwrt-devel
dangole_ has quit []
dangole_ has joined #openwrt-devel
dangole_ has quit []
dangole_ has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
dangole_ has quit [Ping timeout: 480 seconds]
dangole has quit [Ping timeout: 480 seconds]
<slh> ldir: hi, please see https://github.com/openwrt/openwrt/pull/12982 and in particular https://github.com/pkgadd/openwrt/tree/x86_64-v61-WIP-1 - it works fine (but needs slight rebasing to recent changes in master), the only reason why I didn't file a PR yet, is because I found it hard to motivate myself to work on three 32 bit subtargets (generic, legacy, geode) as well...
<slh> ldir: 64 bit is complete and works fine, https://paste.debian.net/hidden/2bf354e5/
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangole has joined #openwrt-devel
minimal has quit [Quit: Leaving]