<rmilecki>
mt7603/dma.c: In function 'mt7603_rx_loopback_skb':
<rmilecki>
mt7603/dma.c:60:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
<rmilecki>
60 | u8 qid = tid_to_ac[tid];
<rmilecki>
| ^~
tidalf has joined #openwrt-devel
jow has joined #openwrt-devel
<nbd>
rmilecki: will look into it later
tidalf has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
robimarko has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
<\x>
Snuupy: china not having 6GHz is kind of yeahh... I guess no cheap wifi hardware for now
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
_lore_ has joined #openwrt-devel
goliath has joined #openwrt-devel
zkrx has quit [Ping timeout: 480 seconds]
zkrx has joined #openwrt-devel
<Snuupy>
\x: there's always that cr1000A
<enyc>
Hrrrrrm; Engineering friend definitely confirmed PPPoE fault not working in 23.05.3 but does work in 22.03.6 , and apparently on OpenWRT forums 'Joined the forum, it looks like I'm not the only one to be having trouble with PPPoE with 23 series."
<enyc>
Question for Devs is: ** What to do to debug this or add to or provide suitable fault/bug-report ?
<enyc>
We would, of course, like to see this fixed for 23.05.4 ... PPPoE *is* working oven PTM over VDSL lantiq on AAISP, but PPPoE on ethernet interface to Openreach ONT to Zen internet, does not work ... where to go from there?
<enyc>
I should be ablo to test 23.05.3 with PPPoE to Openreach VDSL separate modem to AAISP, come to think of it
<T-Bone>
hauke: hi, just curious, what's up with 22.03.7?
T-Bone is now known as f00b4r0
<hauke>
f00b4r0: it is delayed
<hauke>
probably in 1.5 weeks
<f00b4r0>
ok thanks
<jow>
11:06 < jow> enyc: well first clue would be to see whether you get a "timeout waiting for PADO" or some different failure mode
<jow>
11:06 < jow> if it is the former, then the issue might be related to the switch/ethnet
<jow>
11:06 < jow> e.g. non working vlan config in case the isp requires pppoe via tagged ethernet or some other, lower level frame reception issue
<jow>
11:07 < jow> I vaguelly recall some bug reports about some broken dsa switches not receiving pppoe frames
Tapper has joined #openwrt-devel
<lu_zero>
anybody with a bpi-r3-mini?
<lu_zero>
I keep having the configuration not restored upon sysupgrade
<lu_zero>
I just reinstalled everything and the problem persists :E
robimarko has quit [Ping timeout: 480 seconds]
Mangix has quit [Read error: Connection reset by peer]
<enyc>
jow: in this case, its' not tagged case, and on EA8300 is dedicated wan ethernet port anyhow, no VLAN and (I think) not through switch
<DSchndr_>
Hi, i am trying to port openwrt to the mt76x8 gardena_smart_gateway-19005 but stumble upon an issue, the vendor uboot throws "Image too large: increase CONFIG_SYS_BOOTM_LEN" when trying to boot the FIT image. I threw out everything out of the kernel but the kernel image and tried to constrain it with "KERNEL_SIZE" but it still keeps the same size :( any ideas?
<stintel>
I think there are some tricks, like lzma-loader? unfortunately I never properly understood how it worked and it's poorly documented
<stintel>
not sure if it's actually lzma-loader but that's what I remember
minimal has joined #openwrt-devel
<Habbie>
plenty of lzma in target/linux/ramips/image/mt7621.mk and some files near it
<Habbie>
ah, and target/linux/mediatek/image/mt7622.mk
<Habbie>
DSchndr_, so maybe work off of those examples and see what happens?
danitool has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
rtznprmpftl has joined #openwrt-devel
zkrx has quit []
<DSchndr_>
Reee, so close but now it fails to build the target image because somwhere the bs parameter for dd gets lost (dd if=...19005-squashfs-factory.bin of=...19005-squashfs-factory.bin.new bs= conv=sync)
c512l has joined #openwrt-devel
<DSchndr_>
At least uboot didn't complain on the last non working image (but the watchdog kicked in because it just hung), so lzma-loader is the way to go, thanks :)
bluew has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
zkrx has joined #openwrt-devel
<Habbie>
DSchndr_, nice
Mangix has joined #openwrt-devel
<Mangix>
rmilecki: that's a kernel 5.15 issue I think