**** BEGIN LOGGING AT Sat Jun 06 02:59:57 2020 Jun 06 03:23:21 build #445 of octeontx/generic is complete: Failure [failed kmodconfig] Build details are at http://buildbot.openwrt.org/master/images/builders/octeontx%2Fgeneric/builds/445 blamelist: DENG Qingfang , Kevin Darbyshire-Bryant , Paul Spooren Jun 06 03:25:23 build #437 of at91/sam9x is complete: Failure [failed defconfig dltar] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsam9x/builds/437 blamelist: DENG Qingfang , Kevin Darbyshire-Bryant , Paul Spooren Jun 06 04:04:47 I'm going to try -master branch to see if I can get around my dtb issue. At least I'll be in a position to submit a PR when/if I can fix it :) Jun 06 07:27:39 is there any work currently to refactor the openwrt.org webpage? searching for simple terms like locale results in tonns of release notes. nothing useful. Jun 06 07:52:11 novski_: the search is indeed not very good, see https://forum.openwrt.org/t/improve-search-results-accuracy Jun 06 08:03:58 novski_: most of OpenWrt systems do not configure non-default locale so it's not that simple/common. Jun 06 11:28:42 so there are no plans to renew the main site in total? Jun 06 15:25:42 build #446 of octeontx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/octeontx%2Fgeneric/builds/446 Jun 06 15:35:03 build #438 of at91/sam9x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsam9x/builds/438 Jun 06 19:16:17 Glinet B1300 router's printed MAC on the sticker should show the WAN. It is instead the LAN on openwrt master images. Trying to fix it with this commit, https://github.com/barhom/openwrt/commit/b00c6c60c2e6738cd4df6879dacd8687bd108dae, which is failing. Can somebody give me pointers on what could be wrong? Jun 06 19:17:58 Instructions were provided by the manufacturer. I do not know what the "gmac0", "gmac1" additions even do. I was able to build the image, but I could not get any DHCP responses on the WAN port Jun 06 19:21:30 Basically, I want to accomplish is to make sure that the mac address printed on the sticker of the device is the WAN port which is not the case right now Jun 06 20:03:22 barhom: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ipq40xx/base-files/etc/board.d/02_network;h=85f9c174ad4fec7caefb918579d9bdc2ae7f604f;hb=HEAD#l104 I'd look into adding your device here Jun 06 20:11:32 oh, looks like the octeon ethernet driver removal from staging was reverted a few months after removal Jun 06 20:11:36 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=422d97b8b05ed38cc5f67522ddb821868ea272a7 Jun 06 20:16:28 partially, it was re-admitted into staging, with the expectation that it gets fixed up Jun 06 21:27:20 If a DTB is added to a sysupgrade image, does the board=XXXX have any effect on whether it is actually loaded at boot? I keep getting a "no valid device tree found" even though I have a DTB created, and my KERNEL := string contains append-dtb "kernel-bin | append-dtb | lzma | loader-kernel" Jun 06 21:28:10 the board=XXXX from u-boot that is. This is the fully string that the stock bootloader provides "0x9f0c0000 console=ttyS0,115200 root=31:07 rootfstype=squashfs init=/init mtdparts=spi0.0:256k(factory-boot),256k(u-boot),64k(pation-table),64k(product-info),6 Jun 06 21:28:14 4k(ART),64k(extra-para),1536k(kernel),13056k(rootfs),192k(config),512k(mutil-log),256k(oops) mem=128M board=AP152" Jun 06 21:29:39 or maybe it's not providing the board=AP152 to the kernel. I think I'm just mistaken :) Jun 06 22:38:01 precurse: either the bootloader knows how to handle dtb and passes it to the kernel, in that case I'm not sure "append-dtb" is the correct way to do it; or it doesn't, and append-dtb only works with binary kernels Jun 06 22:38:28 either way, the command line is orthogonal to the kernel's parsing of dtb Jun 06 23:41:33 this bcm63xx seems to use a similar approach I think? https://frickel.cloud/firmware/openwrt/blob/cde71a543c629f63e6f01850fd8b6f3f94cdd25d/target/linux/brcm63xx/image/bcm63xx.mk#L18 "KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-lzma elf" Jun 06 23:42:51 sorry, I'm still pretty new at this and trying to figure it out as I go. I haven't been able to find a ton of documentation to figure it out :) Jun 06 23:45:13 rather, the official openwrt repo: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/brcm63xx/image/bcm63xx.mk;h=212960e9726775db8a2a76ea2ce4cd489c5d4ec3#l18 Jun 07 00:36:06 I got it booting with ar71xx :) I copied the archer-c7-v5 mach file and it just works Jun 07 00:36:17 now to figure out the dtb issue... Jun 07 00:36:32 (even the wired network stack works) Jun 07 01:00:12 mirko: qt is in openwrt? Jun 07 01:25:50 f00b4r0: what is a "binary kernel"? Jun 07 01:37:41 yep, someone definitely broke wifi in sta mode Jun 07 01:39:39 WDS-client is still working for my on qca4019, r13419-8d2c031f21 Jun 07 01:39:44 I need to set psk3-mixed to be able to connect to a wpa2 ap. and in previous versions psk3-mixed didn't work to connect to the same AP. so I had to take one of my RPi0W's out of the wall Jun 07 01:40:08 ah, that might be part of it - as I'm using WPA3SAE only to connect Jun 07 01:40:34 (to a mixed AP runng qca9984) Jun 07 01:41:41 bleh the thing doesn't want to come up anymore Jun 07 01:41:44 goddamnit Jun 07 01:42:46 and looks like UART on RPi was also broken recently (the main reason for trying a downgrade) Jun 07 01:43:07 my rs485 hat barely manages to communicate anymore Jun 07 02:16:22 argh. on this build the hwrng does not exist, takes too long to initiate rng and then I am hit by https://bugs.openwrt.org/index.php?do=details&task_id=2637 Jun 07 02:16:38 and of course that is not reproducible if you have an USB device connected Jun 07 02:21:20 ok so somehow CONFIG_PACKAGE_kmod-random-bcm2835=y disappeared from my .config Jun 07 02:21:58 even though my build from yesterday with that config is running on other rpi0w's and it has /dev/hwrng Jun 07 02:23:28 yet there is no kmod-random-bcm2835 package installed there Jun 07 02:40:01 awesome, now I'm getting Stale file handle all over the place Jun 07 02:40:09 and of course especially in the one package I need on this device Jun 07 02:48:26 [ 36.170830] overlayfs: failed to get inode (-116) Jun 07 02:48:37 I just did a clean flash and this keeps happening **** ENDING LOGGING AT Sun Jun 07 02:59:56 2020