Results 2867 comments of MichaIng

> I actually did not set any locale and it might have been the problem, but I don't think so. The locale is irrelevant, but the WiFi country code is...

@lukaszsobala Does your Wi-Fi 6 router support WPA3, or better, does it even enforce WPA3 when Wi-Fi 6 is enabled? According to [this info](https://github.com/raspberrypi/linux/issues/4718#issuecomment-1155509563), WPA3 is mandatory for Wi-Fi 6,...

Ah right, of course, I was not thinking correctly, just remembered the 5/6 GHz issue with Wi-Fi 6 here after reading the requirements. However, the underlying issue might be the...

Will be added with next release. We have samples already.

There is a mainline kernel device tree in upcoming Linux 6.6: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts Ethernet seems to be not 100% stable yet: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f1b3ddb3ecc2eec1f912383e01156c226daacfab And likely other features are missing. The commit message...

Ah yes, the limitations I listed are with mainline kernel, as the device tree was just added very recently there. Hence for now we should stay with vendor kernel.

First step done: https://github.com/MichaIng/DietPi/commit/5c20bbc So far more dummy entries, but it allows us to generate images with stable branch during next development cycle, as only the build tools and in...

I guess some firmware is missing. I'll start working on it this week.

Images are ready for testing: https://dietpi.com/downloads/images/testing/ They currently use the unmodified kernel, dtb, bootloader and firmware packages from Orange Pi. I'll do own builds, but use the same build system,...

The code to support it as an own hardware ID has been added with last release already. Now it has been added to our build script. So yes, initial support...