Piraty has quit [Remote host closed the connection]
<Ansuel>
robimarko well the only missing values are the max_volt_scale and max_quot_scale
<Ansuel>
but we can make them optional if we really want...
<Ansuel>
they are just sanity check ofr the interpolation... we don't have such thing in the qsdk driver
jeff___m has joined #openwrt-devel
Grommish is now known as Guest474
Grommish has joined #openwrt-devel
jeff___m has quit [Remote host closed the connection]
jeff___m has joined #openwrt-devel
Guest474 has quit [Ping timeout: 480 seconds]
jeff___m has quit [Remote host closed the connection]
<robimarko>
Yeah, I set those to the max OPP as a sanity check
<robimarko>
BTW, thanks for merge
jeff___m has joined #openwrt-devel
mentalow has quit [Quit: :]]
mentalow has joined #openwrt-devel
<f00b4r0>
hmm, mt7915 woes. kernel: [515274.518857] mt7915e 0000:02:00.0: Message 000025ed (seq 2) timeout followed by an OOPS
<f00b4r0>
that's in 23.05.2
<f00b4r0>
nbd: I have a dmesg output full of scary error messages collected before the device was rebooted to restore connectivity, are you interested? Should I open a GH issue against m76?
<nbd>
please send me a paste and i'll take a look
<f00b4r0>
sure
<f00b4r0>
https://clbin.com/fI4bk full logread output. Trouble starts toward the last 10% but at least you have a fairly long history of what happened
jeff___m has quit [Remote host closed the connection]
<Ansuel>
wow something really bad happen o.o
<f00b4r0>
it wasn't the first occurence but it's the only time where the operator managed to get me a log ;P
<f00b4r0>
9 days uptime I should probably mention
<f00b4r0>
lost connectivity after 7 apparently
Grommish has quit [Ping timeout: 480 seconds]
<nbd>
f00b4r0: firmware crashed, but the log doesn't have firmware messages enabled (those need to be enabled via debugfs)
<nbd>
so unfortunately the relevant information is not in there
<nbd>
if you can trigger it, it would be good to enable firmware messages
<rmilecki>
Ansuel: thank you for fixing phy_interface_num_ports()
skynet2 has joined #openwrt-devel
jeff___m has joined #openwrt-devel
<f00b4r0>
nbd: noted. Sadly I'm not running these systems and 23.05 is as high as they'll go; I'll check for enabling the messages
jeff___m has quit [Ping timeout: 480 seconds]
schmars[m] has joined #openwrt-devel
Grommish has joined #openwrt-devel
<schmars[m]>
is the matrix bridge working? just seeing joins/parts/kicks and no other messages since tuesday
<nbd>
f00b4r0: in the phy debugfs directory, write 1 to fw_debug_wm (iirc)
<f00b4r0>
nbd: ok thanks
Piraty has joined #openwrt-devel
<Ansuel>
robimarko well the quic guy just decided that he is not ok... ffs -.- i'm very pissed
<Piraty>
i'm rebuilding a few packages from the 18.06 branch , finding a lot of them files are reproducible with the openwrt toolchain, but the package building seems to differ in that openwrt's binary packages seem to have used `tar --numeric-owner` or similar, while the packages i just built have `(0) root` in tar table
<Piraty>
i see 7a73221332 ("build: use numeric-owner in ipkg-build") but it is pretty recent
<Piraty>
i vaguely remember LEDE being a thing back then, maybe the package on mirror are those built by lede and the code was not merged ? any other ideas?