rsalvate_ is now known as rsalvaterra
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Rentong has quit [Ping timeout: 480 seconds]
wberrier has joined #openwrt-devel
wberrier has left #openwrt-devel [#openwrt-devel]
<owrt-snap-builds> Build [#150](https://buildbot.openwrt.org/master/images/#builders/25/builds/150) of `rockchip/armv8` failed.
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
bluew has quit [Quit: Leaving]
* russell-- just discovered that ubiquiti's xw u-boot (v6.3+) request a dhcp lease, so their address becomes unpredictable (not 192.168.1.20, like usual) if on a network with a dhcp server
<russell--> from the 6.3.0 release notes:
<russell--> Major changes:
<russell--> --------------
<russell--> * TFTP recovery responds to discovery requests and takes address from DHCP.
<russell--> apparently that applies to XM, XW, and TI
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
Rentong has joined #openwrt-devel
tohojo has quit [Remote host closed the connection]
tohojo has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
JohnA has quit [Quit: Leaving]
<philipp64> aparcar[m]: I'm around briefly but it's late here... what's up?
<aparcar[m]> philipp64: x86 loses configs between sysuogrades, can you reproduce that?
<philipp64> never happened to me since Daniel and Yousong fixed all of that up... what sort of losses? Everything? Partial?
<aparcar[m]> all I guess, maybe dango can go into details
<aparcar[m]> he reported that the other day, I'll get back to you
<aparcar[m]> mangix: ping
<mangix> aparcar[m]: pong
<aparcar[m]> and check the build step for tools
<aparcar[m]> there seem to be a `make doc` issue with e2fs
<mangix> i don't see it
<aparcar[m]> can't you see the buildlogs?
<mangix> I fee failures in ImageBuilder
<mangix> that should be unrelated
<aparcar[m]> correct, look at the "build tools" step
<aparcar[m]> and then see
<aparcar[m]> so squashfs-tools-ng is failing, that's also unrelated. But e2fsprogs also shows some errors
<mangix> one error I see is is too big: 4457269 > 3866624
<mangix> but those should be squashfs
<mangix> wait are you looking at? Makefile:385: docs] Error 1 (ignored) ?
<mangix> those are completely normal
<aparcar[m]> okay glad to hear
<aparcar[m]> yea the buildbots are not failing but I was a bit concerned
<mangix> a lot of other packages throw the same ignored warnings
<aparcar[m]> wonder why squashfs-tools-ng fails... ideas?
<mangix> they're completely harmless
<jow> it failed on the first run and worked on the second, according to the log (assuming that this build sequence retries with -j1 after a fail)
<jow> maybe a missing dependency
<mangix> BUILD_PARALLEL problem?
<jow> or a missing $(curdir)/zstd/compile
<jow> after $(curdir)/squashfs-tools-ng/compile := ...
<aparcar[m]> jow: you're the best
<aparcar[m]> thanks
decke has joined #openwrt-devel
rejoicetreat has joined #openwrt-devel
<aparcar[m]> jow: if you have the capacity please help me here https://github.com/openwrt/luci/pull/5017 since it would help people to migrate from 19.07 to 21.x
rejoicetreat has quit [Remote host closed the connection]
rejoicetreat has joined #openwrt-devel
rejoicetreat has quit []
goliath has joined #openwrt-devel
rmilecki has quit [Remote host closed the connection]
rmilecki has joined #openwrt-devel
<jow> aparcar[m]: what's the problem?
<aparcar[m]> jow: I think the ACL method isn't supported for luci in 19.07 so the menu doesn't show the attendedsysupgrade entry
<aparcar[m]> also my code takes only half advantage of LuCIs JS functions since I'm not familiar enough with the concepts, but that's more a optimization not a function thing
<jow> unsupported acl shouldn't be a problem
<aparcar[m]> strange...
<aparcar[m]> jow: other ideas?
<jow> tried flushing the menu cache?
<jow> rm -r /tmp/luci-*
<jow> and tried resloading or restarting rpcd after installing the pacakge?
<jow> aparcar[m]: the acl dependedncy is wrong
<jow> your acl group is called "attendedsysupgrade"
<jow> the menu entry depends on "luci-app-attendedsysupgrade"
<jow> uci set and uci commit should not be part of the write scope
<jow> even if restricted to /etc/config/attendedsysupgrade
<jow> erm should not be part of the read scope
Tapper has joined #openwrt-devel
<aparcar[m]> I don't understand. I think the app needs to read uci
<jow> the read scope should only grant permissions to operation that do not alter the system state
<jow> operations that may modify the system must be grouped in the write scope
<jow> uci set and uci commit change the system state
<jow> also write implies read
<jow> see PR comment
<aparcar[m]> some long time you offered to rewrite the app, still up for it? duck
<jow> won't have time for that within he next 6 months
<aparcar[m]> well that's about the time when 21.02.0 should come out so if the app is fixed by then people can seamlessly update
<aparcar[m]> btw squashfs-tools-ng requires libtool, adding that to tools/Makefile fixes the compilation. Good pointer jow
feriman has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
<aparcar[m]> jow: could you please check if lucihttp compiles with ninja? I'm a bit unsure if there's an issue
<aparcar[m]> MAKEFLAGS="" /home/user/src/openwrt/openwrt/staging_dir/host/bin/ninja -j1 -C /home/user/src/openwrt/openwrt/build_dir/target-x86_64_musl/lucihttp-2019-07-05-a34a17d5
<aparcar[m]> ninja: Entering directory `/home/user/src/openwrt/openwrt/build_dir/target-x86_64_musl/lucihttp-2019-07-05-a34a17d5'
<aparcar[m]> ninja: error: loading 'build.ninja': No such file or directory
<mangix> aparcar[m]: didn't I fix this?
<aparcar[m]> well it happens here
<aparcar[m]> one sec
<aparcar[m]> oh
<aparcar[m]> git pull oops
<mangix> That += thing is strange
Strykar has quit [Quit: /quit]
<mangix> Probably could have been avoided by assigning CMAKE_GENERATOR in the main CMAKE_OPTIONS
<mangix> with a ternary expression or something
<aparcar[m]> na it's my bad
<aparcar[m]> now it works thanks
Strykar has joined #openwrt-devel
<xback> hauke: regarding the backport question for rb912 to 5.4. the exact target is: MikroTik RouterBOARD 912UAG-2HPnD patches are in my staging tree (21.02) and it has been tested
<xback> if it's OK with you, i'll merge it
<xback> this one also covers the 5GHz flavour of the board
<xback> 4 patches in total. (including the nand fix)
Tapper has quit [Read error: Connection reset by peer]
ecloud has quit [Ping timeout: 480 seconds]
feriman has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
Tapper has joined #openwrt-devel
feriman has joined #openwrt-devel
Dandel has joined #openwrt-devel
<Dandel> rmilecki, I got the cferam.000 file for my router from the firmware update. Should I send this file to you for formal submission, or what is the needed steps to get the file into the cfe-bcm63xx tree?
<Dandel> I know the file is used for two different routers the Linksys EA9500S, and Linksys EA9500 ( version 2 ).
digitalcircuit has quit [Read error: Connection reset by peer]
Rentong has joined #openwrt-devel
digitalcircuit has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
<johnf> I'm working my way through the rather brutal review adschm gave my updated code
<johnf> quite honestly, I think it's related to the next comment, or at least, I thought that resolved it
<johnf> I'd appreciate any guidance anyone can offer
<johnf> I've always found the openwrt community to be very welcoming and supportive, with even really busy senior developpers offering positive guidance
<johnf> this experience has not been like that :(
dangole has joined #openwrt-devel
<plntyk> johnf, the 18hours ago comments seem to be polishing
<johnf> some of them aren't though
<plntyk> also the question with the flash being there / not there is important - as afaik only supported stuff should be included in dts
<johnf> it is, I agree
<johnf> and I'm working to confirm exactly how it works
<johnf> there are three "strike" comments on resolved no change
<johnf> but I believed I had resolved each of the issues identified, and asked questions about the ones that I couldn't
<johnf> I'm going to dig through the previous 26 issues to see if I can figure out what exactly was needed on those points
<karlp> some of them are cleanup that needs to be done, that you seem to have simply closed as resolved though
<johnf> the one's I've just marked as resolved now, from the second review
<johnf> are not yet pushed
<johnf> the one's from the first review were, I thought, resolved, in my update
<karlp> well, you've given no comment to say, "will be coming" you've just closed them, and there's no indication of any follow up work arriving.
<johnf> ok, that's not good, hard though, resolving them like this before I push makes it easier to see where I am in addressing the issues
<karlp> right, I understand that from your bookkeeping
<karlp> but the step you missed was a comment, "ok, have worked through these locally and closed all the ones I've worked, will push a new update"
<karlp> so from outside it just looks like you closed a bunch of questions.
<plntyk> also the complaint about "not tested" because the format of the entry is wrong in 01-leds so the line / script is broken at that point and that should have shown up if you tested that
<plntyk> line continuation "|" instead of ")"
<johnf> I did test
<johnf> and also noticed some issues with the leds
<johnf> but didn't understand the cause
<johnf> was planning to raise that and address it
<plntyk> you could write a line or two with "issues"
<plntyk> I did that for my trashy pull request for "crap-drivers"
<plntyk> "broken" functionality is OK if its documented
<plntyk> like several broadcom based routers with no support for wireless
<johnf> ok, I've pushed the ones I marked as resovled
<johnf> I'm going to test stock firmware to see what's up with the MAC address behaviour
<johnf> there's something I don't understand in the github interface, some of these comments don't have a reply / resolve thing; other's do
<karlp> doh, I've been susbcribed to this issue now :|
<johnf> apparently you left comments but I don't see them
<karlp> click more links :)
<johnf> ok, the mystery of the unrepliable comments is resolved, this UI is kind of confusing
lemmi has quit [Ping timeout: 480 seconds]
lemmi has joined #openwrt-devel
<owrt-2102-builds> Build [#72](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/58/builds/72) of `ramips/rt288x` failed.
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (0% images and 97.1% packages reproducible in our current test framework.)
feriman has quit [Ping timeout: 480 seconds]
<rmilecki> Dandel: submit a pull request
<rmilecki> Dandel: or send patch to openwrt-devel@ , i can get that too
<rmilecki> i could not failsafe working for few hours
<rmilecki> hooks from 10_indicate_preinit where never called for me
<rmilecki> issue: I had /lib/preinit/10_indicate_preinit.orig after trying to apply some patch that didn't apply cleanly
<zorun> strange, the failed build is tools/gmp that failed to build on 21.02
<zorun> it hasn't been updated in a while
<zorun> ./config.sub: line 1055: syntax error near unexpected token `newline'
<zorun> ./config.sub: line 1055: ` pentiumii-'
Rentong has joined #openwrt-devel
<rmilecki> hauke: have you tried non-failsafe boot with your patches?
<rmilecki> hauke: i think they break network setup for me somehow
<rmilecki> bcm4908 (with DSA)
<rmilecki> interfaces seem to be up, IP is set on br-lan, but I can't ping my router
minimal has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
rsalvate_ has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
aleasto has joined #openwrt-devel
rsalvate_ is now known as rsalvaterra
dangole_ has joined #openwrt-devel
dangole has quit [Read error: Connection reset by peer]
<rsalvaterra> Hmm… https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=b9b4aef4f2403766a1a3321b0ef095c2728a3139
<rsalvaterra> So this means we can now choose the PWE generation mechanism, right?
<rsalvaterra> Any advantages/disadvantages between H&P and H2E?
dangole_ has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
jMcS has joined #openwrt-devel
<jMcS> hi to everyone... Can I expose a situation... Is about driver for RTL8192EU...
feriman has joined #openwrt-devel
<jMcS> can you compile the driver for RTL8192EU e make available in all versions of OpenWRT
<jMcS> I found this link https://github.com/CWZ7605/rtl8192eu_for_openwrt that expains how to include the RTL8192EU driver in kernel module
<jMcS> Anyone can compile the driver and make available for all versions of OpenWRT and plataforms !!!
<rmilecki> jMcS: seems like we can, but what's the point of your "situation"?
<rmilecki> jMcS: i don't need that driver ;)
<rmilecki> jMcS: if you want to help community, please package that driver and submit a patch
rejoicetreat has joined #openwrt-devel
rejoicetreat has quit []
<jMcS> I need that driver because I bought a wifi dongle with that chip
<Pepes> Buy another one. Problem solved.
Rentong has quit [Remote host closed the connection]
Tapper has quit [Quit: Tapper]
Rentong has joined #openwrt-devel
<rmilecki> jMcS: cool, you can actually test your package then :)
JohnA has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
decke has quit [Quit: Leaving.]
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
<plntyk> jMcS, realtek drivers are really messy and so far every single one of them has bugs - thats why there are currently 3 variants for 1 chipset open
<plntyk> dunno if / which of these drivers will make it
Rentong has joined #openwrt-devel
<plntyk> the code for all realtek drivers is from a common source but it just get configured to compile a single version from almost the same codebase
Rentong has quit [Remote host closed the connection]
h01ger has joined #openwrt-devel
<JohnA> just tried RC3, had hoped that the PPPoE problem might be solved. Unfortunately NOT!
jMcS has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
<stintel> ugh, unifi 6lr availability still not great in Europe
* h01ger waves to aparcar[m]
* h01ger trades some cookies with lynxis
* h01ger thanks everyone for openwrt, which has been my network backbone since >15y :))
<stintel> <3
<rsalvaterra> stintel: I'll need one too… but only after September, fortunately. ;)
Rentong has quit [Ping timeout: 480 seconds]
<minimal> johnA: what PPPoE problem?
goliath has quit [Quit: SIGSEGV]
<stintel> lucihttp
<stintel> ninja: error: loading 'build.ninja': No such file or directory
<stintel> anyone who knows the solution from the top of his/her head
dangole_ has joined #openwrt-devel
<JohnA> minimal, If I try to set the WA to PPPoE I cannot connect to my ISP. I get a variety of errors. if you take a look at http://pastebin.klam.ca
<JohnA> minimal, the stuff there is from June 2.
aleasto has quit [Quit: Konversation terminated!]
<stintel> pffft, now even ath10k-ct is completely unusable for me
<minimal> johnA: from the logs: pppd[4080]: PAP authentication failed
aleasto has joined #openwrt-devel
<stintel> connect a mbp 2020 and a galaxy s9 and shit start crapping itself several times per minute
<minimal> johnA: could there be a problem with the credentials (i.e. password entered wrong)?
<rsalvaterra> stintel: What ath10k-ct driven hardware? QCA9880?
<JohnA> minimal, if I switch back to 19.07 copy and past the credentials they work
<stintel> [3343721.620910] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
<stintel> the same one that used to crap itself without recovering with non-CT firmware
<rsalvaterra> Same as mine, it seems…
<rsalvaterra> [ 8.219177] ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
<rsalvaterra> [ 9.751286] ath10k_pci 0000:02:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
<stintel> yeah, I'm building for my GL-MT1300 now
dangole_ is now known as dangole
<stintel> and I will decommission the DAP-2695
<stintel> and once I get my hands on Unifi 6LR, I'll decommission all QCA based HW
<stintel> I'm done with them
<stintel> enough is enough
<rsalvaterra> With upstream ath10k, mine crap out and die with WPA3. With ath10k-ct, they crap out and recover.
<stintel> upstream craps out and dies even with wpa2
<JohnA> I can use the wrt by configuring an old netgear 6200 to connect and the hook the wrt up with dhcp. This allows me to do things like update the firmware using opkg.
<rsalvaterra> Either way, they need nappies. :P
<stintel> good thing I ordered this GL-MT1300 thing
<stintel> but of course master doesn't build :)
ashkan has joined #openwrt-devel
<ashkan> is it me or the wiki's down
<JohnA> minimal, I can use the wrt by configuring an old netgear 6200 to connect and the hook the wrt up with dhcp. This allows me to do things like update the firmware using opkg.
<stintel> ashkan: works for me, also https://downforeveryoneorjustme.com/openwrt.org
<ashkan> stintel: thanks
<rsalvaterra> stintel: That GL-MT1300 is cute.
<JohnA> ashkan, the whole site has been on and off several times this morning (EST)
<minimal> johnA: haven't tested 21.1 yet but need PPPoE myself so will have to look into it further
<stintel> rsalvaterra: bought it to have a travel router after my horrible experience with Internet in Dubai :P
<johnf> johnA: did you report the issue here? https://bugs.openwrt.org/
<rsalvaterra> stintel: Censorship?
<stintel> yeah that was probably the main reason
<stintel> but also I want to nomad a bit more
<stintel> so a proper travel router made sense anyway
<stintel> looks like I had to ./scripts/feeds update
<rsalvaterra> I'm using the TL-WDR3600 for the same purposes. Sure, it's bigger, but gets the job done just fine. :)
<stintel> so many things happened since the last time I built I almost forgot how it works :P
aleasto has quit [Remote host closed the connection]
<JohnA> johnf, no JOW took a look, but I had to go offline for a couple of days, so I don't know if he found anything.
<stintel> and being in a secondary location doesn't help :P
aleasto has joined #openwrt-devel
aleasto has quit []
Rentong has joined #openwrt-devel
aleasto has joined #openwrt-devel
<johnf> does anyone know how WWAN lights on routers that integrate a cellular modem are generally handled
<johnf> if I want the light to indicate mobile wan up/down
<johnf> I have seen it work with the gl-mifi
<johnf> but I don't know what drives it
Rentong has quit [Ping timeout: 480 seconds]
<johnf> hmm, ok, that's useful, thank you
<hauke> rmilecki: yes I tried it also in normal mode with DSA and swconfig
<hauke> rmilecki: thanks for testing, I have a v2 here anyway
<Dandel> rmilecki: I see a pull request that covers my device up on github on the cferam file. I think the message sign off on it needs fixing tho.
<hauke> johnf: do you see the PPPoE problem only on one device or did you test it on multiple device with openwrt 21.02.0-rcX?
Rentong has joined #openwrt-devel
<hauke> rmilecki: could you please try these patches: https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/lantiq-dsa-new4
<hauke> it contains a new version of the failsafe fixes
Dandel has quit [Remote host closed the connection]
Rentong has quit [Ping timeout: 480 seconds]
Dandel has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
<johnf> johnA: can you please answer hauke above
minimal has quit []
Larhzu has quit [Quit: leaving]
<owrt-snap-builds> Build [#151](https://buildbot.openwrt.org/master/images/#builders/25/builds/151) of `rockchip/armv8` completed successfully.
h01ger has left #openwrt-devel [cu]
Larhzu has joined #openwrt-devel
dangole has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
<aparcar[m]> rsalvaterra: ping
<rsalvaterra> aparcar[m]: pong
<aparcar[m]> rsalvaterra: https://patchwork.ozlabs.org/project/openwrt/patch/20210621131006.235895-1-rsalvaterra@gmail.com/ so those busybox applets are always enabled?
<aparcar[m]> oh I see these are dependencies within the package
<rsalvaterra> aparcar[m]: Yes, as per https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=90853439a162d7c5389f6a68028b4390c349c04d
<aparcar[m]> all right nevermind :)
<aparcar[m]> did an error occur or why does it need the fix?
<rsalvaterra> aparcar[m]: No errors, just making things less silly and more robust. :)
<aparcar[m]> rsalvaterra: bueno
<aparcar[m]> wouldn't it make sense to remove the zram_applicable function and just add it to start()?
<aparcar[m]> now it only contains a single call
<rsalvaterra> aparcar[m]: Probably, I did no cleanups yet. Shall I do it and send a v2?
<aparcar[m]> yea
<aparcar[m]> also use autorelease please
<aparcar[m]> thanks!
<aparcar[m]> and spdx
<aparcar[m]> (while at it)
<aparcar[m]> and update to 2021
<rsalvaterra> Oh…! Sure! Any example commit for the top of your head? :)
<aparcar[m]> rsalvaterra: I'll just do it and show you the commit
<aparcar[m]> rsalvaterra: actually please go ahead and I'll do some other reviews, here is an example https://github.com/openwrt/openwrt/commit/5876d6a62fc0ae5799e7d9c896356f75c99a6f0a
<aparcar[m]> jow: can I go ahead and merge https://github.com/openwrt/openwrt/pull/4235
ashkan has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
<rsalvaterra> aparcar[m]: Will do, thanks!
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
aleasto has quit [Remote host closed the connection]
<Dandel> rmilecki: it looks like the firmware image for my router is an invalid BCM4908 image ( at least according to your bcm4908img tool )
goliath has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
feriman has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
<rmilecki> hauke: i've bcm4908 on my desk which will get broken by the "kernel: Backport patch to automatically bring up DSA master when opening user port"
<rmilecki> hauke: so I'll keep debugging bcm4908 for half an hour today
<rmilecki> hauke: i'll test your branch tomorrow on bcm53xx
<hauke> rmilecki: ok thanks
<hauke> did you test the bcm4908 with a recent kernel? This patch is upstream since 5.12
<rmilecki> hauke: i didn't
Borromini has joined #openwrt-devel
<JohnA> hauke, sorry for the delay, long call with grandkids in NZ.
<blocktrron> nick[m]4: applied the wolfssl patch to 2102
<nick[m]4> blocktrron: nice. did u test?
<blocktrron> yup, works as intended
<nick[m]4> so we can switch back to openwrt 21.02 :D
<nick[m]4> I mean wolfssl
<nick[m]4> thanks a lot!
<blocktrron> tbh. I'd still prefer openssl by a landslide
<blocktrron> this broke in 19.07 because of their changing ABI and I'd be very surprised if this would be the last time
<JohnA> hauke, my PPPoE problem is only occuring on a WRT3200ACM. The device works quite "normally" under 19.07.7. The connection works when I use netgear r6200 (vintage unknown). however, when I switch to 21.02.0-RC3 (linux 5.4.124) it fails.
<JohnA> hauke, I/ll be away for about an hour, When I get back what info do I need to collect?
<nick[m]4> blocktrron: okay thanks. however, we have issues with flash memory. we hoped we could use wolfssl
<nick[m]4> however, openssl works very good
ashkan has joined #openwrt-devel
<russell--> is there a way to log ibss connections? i don't see anything in dmesg or logread
Borromini has quit [Quit: Lost terminal]
Borromini has joined #openwrt-devel
<mangix> wonder if wolfssl works with transmission now
<mangix> my guess is no
<rmilecki> hauke: i've patched bcm4908enet and have normal boot & failsafe working with your branch
<hauke> rmilecki: good, what was the problem?
<rmilecki> hauke: i'll send & push bcm4908enet fix tomorrow morning, please wait few hours before pushing your changes t the master
<hauke> ok no problem
<rmilecki> hauke: dma reset and rings handling
<rmilecki> hauke: after network interface down & up DMA doesn't work anymore
<rmilecki> fix it trivial, takes rings reset during DMA reset
<rmilecki> i'm going to sleep now, will take care of it tomorrow
<hauke> ok, so the up, down, sequenece in the preinit broke it
<rmilecki> yes
<hauke> ok no problem, I will just send a v2 to the mailing list
rmilecki has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Dandel has quit [Quit: Page closed]
Rentong has quit [Ping timeout: 480 seconds]
titanous has joined #openwrt-devel
<titanous> any thoughts on this bug or info I could provide that would help? I wanted to bisect hostapd, but the size of the patches applied seems to make that nontrivial https://bugs.openwrt.org/index.php?do=details&task_id=3857
Borromini has quit [Quit: leaving]
tohojo has quit [Remote host closed the connection]
tohojo has joined #openwrt-devel
Rentong has joined #openwrt-devel
Tusker has joined #openwrt-devel
ashkan has quit [Ping timeout: 480 seconds]
Tapper has quit [Quit: Tapper]
bluew has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Rentong has quit [Ping timeout: 480 seconds]
netprince has quit [Remote host closed the connection]