<Mangix>
OK, that's two non working devices on this target. lovely.
<Ansuel>
Yes It should
<Mangix>
Ansuel: should I add extra commits to that PR fixing this mess or a new PR?
<Ansuel>
Maybe a new pr is better
Fijxu has quit [Quit: XD!!]
Fijxu has joined #openwrt-devel
fakuivan has quit [Remote host closed the connection]
fakuivan has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<f00b4r0>
nbd: it's highly random so I can't say for sure. It crashed within 48h AFAICT, which is on the faster side of things, but not the fastest (we have records of crash in a few hours only)
<f00b4r0>
do you need anything from the device or can I reboot it?
<nbd>
you can reboot it. can you please enable wm firmware debug for the next round?
<nbd>
i will let you know when i've updated the branch for testing
<f00b4r0>
can you remind me how to do that please, I can't remember
goliath has joined #openwrt-devel
<Mangix>
Ansuel: posted PR. I'd look into git grep CONFIG_AT803X_PHY=y. A lot of these seem to need conversion.
<Mangix>
From a quick look, target/linux/ipq806x/config-6.6 , target/linux/qualcommax/config-6.6 , target/linux/ramips/mt7621/config-6.6
dhewg has quit [Ping timeout: 480 seconds]
<robimarko>
Mangix: Did you manually update it?
<robimarko>
Cause, QCOM_NET_PHYLIB should be selected as well
sandberm has joined #openwrt-devel
<Mangix>
robimarko: manual, yes
<Mangix>
I noticed make kernel_oldconfig doesn't really work with these config-default files
<Mangix>
funny, description for QCA83XX_PHY is wrong
nixuser has quit [Read error: Connection reset by peer]
AtomiclyCursed has quit [Quit: ZNC 1.9.1 - https://znc.in]
AtomiclyCursed2 has joined #openwrt-devel
dannil has quit [Read error: Connection reset by peer]
<dermoth>
Hi... I'm curious if anyone knows what i'm missing exactly, I used to get a /48 from my ISP, set very specific 4-nibble prefixes for each of my two LANs and let dhcp/autoconf assign /64 to hosts. Some hosts there get a static suffix that is either used for internal communication on the ULA or used for forwarding rules and dynamic DNS...
<stintel>
seems to be realtek-otto-watchdog 18003150.watchdog: phase 1 timeout
<stintel>
but also a bunch of rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
<dermoth>
My service was recently transfert as part of ISP buyout, I now get a /56.... So I have only 2 nibbles to play with on the lans, but no mater what I tri the LAN interfaces use 0 and 0x100 respectively, so on one I could just change the prefix mask / leave the last two nibbles blank, for the other the interface it gets ULA only, and no external address, since the 3rd nibble is past of the /56
<dermoth>
*part of the /56
<dermoth>
For the nibbles, I'm talking of the "IPv6 assignment hint" - which I used to get specific and distinct prefixes on the lans... so it was either:
<dermoth>
ULA (/48) + 4 nibbles + /64
<dermoth>
Public (/48) + 4 nibbles + /64
<dermoth>
Now I would want to have:
<dermoth>
Public (/56) + 2 nibbles + /64
<dermoth>
ULA (/48) + 00 + 2 nibbles + /64
<stintel>
sounds like you need option ip6hint
<dermoth>
I'm not sure if I should change the ULA prefix, or use the ipv6 prefix filter... (and just realized now I missed the part where I specific the requested prefix length, which clearly is being ignored by my isp now)
<dermoth>
stintel: it's exactly what I used, and it worked when I was receiving a /48 - now with a /56 even if I trim it town it's being ignored