MichaIng
MichaIng
> it doesn't boot That is weird. You mean it does not boot at all, or is there just no HDMI output? Because, as said, most of the Armbian patches...
I also generated newer edge kernel builds. So @juanlufont, if you want to test whether these enhance USB support in your case: ```sh cd /tmp wget https://dietpi.com/downloads/binaries/testing/linux-{dtb,image}-edge-meson.deb dpkg -i linux-{dtb,image}-edge-meson.deb...
> It does't boot at all Crazy that mainline Linux support is then completely broken. Would be interesting to see UART/serial console output. Aside of HDMI support, two Armbian patches...
I just pushed new kernel builds to our APT server, including "current" ones based on latest upstream with `CONFIG_USB_ONBOARD_HUB=y`. Could someone give those a last try, so see whether by...
Hmm, so both kernel versions do not work for you? Seems to be different for everyone 😕.
Okay, for everyone who has issues with USB on current and edge kernel, I just pushed the legacy one (Linux 6.1): ```sh apt update apt install linux-{dtb,image}-legacy-meson ``` If this...
I am glad to hear that, thanks for the feedback.
Hey guys, in the meantime, the "current" branch is Linux 6.12 and the "edge" branch has been removed for Odroid C1 from Armbian build system. Hence I aim to migrate...
Yeah, I am also not sure why, but the nightly version is tagged v0.6.1. But it is newer than the v0.6.2 release.
Since this is what we changed with last DietPi release, can you test whether this makes a difference: ```sh sed -i '/^[^#].*network-pre.target/s/^/#/' /etc/systemd/system/ifupdown-pre.service.d/dietpi.conf systemctl daemon-reload reboot ``` Probably you need...