<Znevna>
Router023 posts everywhere about some blue cable
<Znevna>
¯\_(ツ)_/¯
<robimarko>
Did you report the user?
<Znevna>
I've only reported posts
<Znevna>
can you report a user? :P
<robimarko>
That should get attention from admin
<T-Bone>
looks like a classic Karen case
Borromini has joined #openwrt-devel
T-Bone is now known as f00b4r0
<Znevna>
now AI powered? :P
<f00b4r0>
could be. The troll level and grammar accuracy is on par with AI ;P
<Tapper>
hahahahahaha that thred is mad!
G10h4ck has joined #openwrt-devel
floof58 is now known as Guest12026
floof58 has joined #openwrt-devel
Guest12026 has quit [Ping timeout: 480 seconds]
cbeznea has quit [Quit: Leaving.]
cbeznea has joined #openwrt-devel
minimal has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
MaxS0niX has joined #openwrt-devel
MaxSoniX has quit [Ping timeout: 480 seconds]
Danct12 has quit [Quit: WeeChat 3.8]
<Slimey>
r00ters
Borromini has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
tidalf_ has joined #openwrt-devel
tidalf__ has joined #openwrt-devel
tidalf has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
tidalf__ has quit [Read error: Connection reset by peer]
tidalf_ has quit [Ping timeout: 480 seconds]
tidalf_ has joined #openwrt-devel
tidalf has quit [Read error: Connection reset by peer]
tidalf has joined #openwrt-devel
tidalf_ has quit [Ping timeout: 480 seconds]
tidalf_ has joined #openwrt-devel
tidalf__ has joined #openwrt-devel
tidalf has quit [Read error: Connection reset by peer]
<f00b4r0>
Znevna: so it turns out I have the newer Google Wifi revision (AC-1304). I'll take this opportunity to try and follow the flashing instructions, I'll see what happens.
<f00b4r0>
been meaning to flash that and my TP-Link Onhub
<philipp64>
hgl: I would bump it everywhere... there's no downside, and there might be reasons to only cherry-pick some of the fixes down into numbered releases...
tidalf has quit [Ping timeout: 480 seconds]
<hgl>
philipp64: done
* Slimey
updates.
<philipp64>
I was going to merge the mfg1 change next...
<Slimey>
sometimes I miss the amount of things I could get done when I was single
tidalf has joined #openwrt-devel
djfe_ is now known as djfe
tidalf_ has joined #openwrt-devel
<Borromini>
Slimey: wait till you got kids, if you're into that
tidalf has quit [Ping timeout: 480 seconds]
tidalf has joined #openwrt-devel
<f00b4r0>
instructions work, could use a little polishing.
* f00b4r0
edits wiki
tidalf_ has quit [Ping timeout: 480 seconds]
Borromini has quit [Ping timeout: 480 seconds]
<f00b4r0>
and one hockey puck flashed to OpenWrt, one!
<f00b4r0>
this was surprisingly less painful than I anticipated. Let's try the OnHub now.
<Znevna>
the missing blue wire didn't cause you trouble?:P
<f00b4r0>
oh it did. It really messed with my OCD ;D
<Znevna>
rofl
<Slimey>
heh
<Ansuel>
djfe ping ?
<djfe>
Hi
<djfe>
I mostly wanted to give a small reminder, in-case you forgot about that forum thread, that's all
<Ansuel>
thanks for the reminder
<f00b4r0>
woo, lucky me. The hex key set from my guitar contains the right key to open the onhub dev switch screw. Good thing I don't have to hunt for such a small hex key elsewhere ;)
<Ansuel>
robimarko btw i'm impressed the LED series got merged in a sane time... maybe there is hope of actually have the LED offload feature to be supported
<Ansuel>
(all the base work is done so we now need to implement the actual api but the driver and the trigger are ready)
Borromini has joined #openwrt-devel
<f00b4r0>
Ansuel: I haven't been following: are we talking about having LED muxed to GPIO/switch led driver being able to be controlled by the switch (instead of gpio+software)?
<Ansuel>
Yes something like that... PHY and MAC have special reg to control the LED... these are not gpio controlled but blink with hw events from the switch or PHY
<Ansuel>
I'm pushing for new API to expose this
<Ansuel>
some marvell PHY and qca8k have now support to control the attached LED in net-next
<Ansuel>
and we are tweaking the netdev trigger to add support for controlling and enabling the offload feature
<f00b4r0>
awesome
<f00b4r0>
I've been wishing for something like this for a long time. The netdev trigger can eventually be taxing the CPU; and I'm guessing on switch devices with tons of LEDs it's gonna be even worse
<Ansuel>
well for these kind of device emulating blink by sw is not doable since you will have to write in some regs that can sleep... mdio read/write and other slow stuff
<f00b4r0>
makes sense
<Ansuel>
everything still has to be backported but i'm delaying that since the real thing we need is the offload feature
<Ansuel>
if i manage to do everything it will be very fun to push LEDs support for ath10k and ath11k
<f00b4r0>
sounds great!
valku has joined #openwrt-devel
tidalf_ has joined #openwrt-devel
<robimarko>
Ansuel: Yeah, it went quite fast for upstream
tidalf has quit [Ping timeout: 480 seconds]
<Ansuel>
Andrew said that it was just for the merge window but i'm positive that there is an actual interest in having the feature in