danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
minimal has quit [Quit: Leaving]
* SlimeyX
pours a tuborg super light beer down the throat on hurricos
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
Avnit has joined #openwrt-devel
tchebb has joined #openwrt-devel
sorinello has joined #openwrt-devel
tchebb_ has joined #openwrt-devel
Borromini has joined #openwrt-devel
tchebb has quit [Ping timeout: 480 seconds]
Borromini has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
<russell-->
mrnuke, hurricos: i captured a dump with pulseview, massaged a little with awk, of plugging in power, and after about 40 seconds, plugging in a PoE load in port 3 and then after a minute or so unplugging in for ~10 seconds and plugging the same load into port 4: https://personaltelco.net/~russell/gs1900-10hp-v2-vendor-fw-trace-03-frames.txt
tchebb has joined #openwrt-devel
<russell-->
the methodology is: new view / tabular decoder output view, then save as csv, commas escaped, then pipe the resulting file through: grep -v bit | awk -F, '$4 != last { printf("\n%s %s %s",$2,$4,$6) ; last = $4 } $4 == last { printf(" %s",$6) } END { printf("\n") }'
tchebb_ has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<russell-->
oops, the first byte is repeated, let me fix
<russell-->
... then pipe the resulting file through: grep -v bit | awk -F, '$4 != last { printf("\n%s %s",$2,$4) ; last = $4 } $4 == last { printf(" %s",$6) } END { printf("\n") }'
<russell-->
also, pulseview's time stamps are stupid
valku has quit [Quit: valku]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<robimarko>
Mangix: Any chance you are willing to tackle libmft and mariadb again?
<nick[m]>
how do you handle backport commits with the github-merge-pr.sh script? It adds another signed-off and link. not sure if that is what we want?
<nick[m]>
and happy new year ;)
rua has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
sorinello has quit [Quit: Leaving]
n3ph has joined #openwrt-devel
sorinello has joined #openwrt-devel
Borromini has joined #openwrt-devel
efahl is now known as Guest4713
efahl has joined #openwrt-devel
Guest4713 has quit [Ping timeout: 480 seconds]
<russell-->
looks like cmd 43 is checking port status four ports at a time, all potential 48 ports, each one has a 16-bit status, they start out 0x60 0x10 with nothing connected, about 17 seconds after the first messages, they switch to 0x61 0x10. When i plug in a poe powered device, the corresponding port status changes to 0x42 0x13. when i move the cable from port 3 to port 4, the status follows to the new
<russell-->
slot. the cmd 43's poll all the possible 48 ports approximately every 2 seconds.
Daanct12 has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
asriel_dreemurr has joined #openwrt-devel
Danct12 is now known as Guest4715
Daanct12 is now known as Danct12
asriel has quit [Ping timeout: 480 seconds]
asriel_dreemurr is now known as asriel
Guest4715 has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
<russell-->
plugging in a non-poe device to a port, port status changes to 0x11 0x10.
<russell-->
plugging in a meraki mr24, i get a port status of 0x42 0x14, the 0x42 0x13 came from a tp-link eap225-outdoor
[florian] has quit [Ping timeout: 480 seconds]
[florian] has joined #openwrt-devel
<hauke>
nick[m]: The github-merge-pr.sh script only adds the SoB line if it is not already there
<hauke>
I think more SoB lines are fine
<hauke>
make sure you also have the 'cherry picked from commit' line
<hauke>
nick[m]: happy new year
Ycarus has quit [Ping timeout: 480 seconds]
Ycarus has joined #openwrt-devel
[florian] has quit [Read error: Connection reset by peer]
[florian] has joined #openwrt-devel
minimal has joined #openwrt-devel
Borromini has joined #openwrt-devel
nixuser has quit [Remote host closed the connection]