Results 2858 comments of MichaIng

@ravenclaw900 The test requirements for allowing merges (dependency updates) do not currently match the actually run tests. I think the naming logic has changed GitHub-wise, so it is expecting "build"...

This is the breaking change which causes the failure: https://github.com/zip-rs/zip2/blob/HEAD/CHANGELOG.md#100 > ## [1.0.0] > ### Changed > - Now uses boxed slices rather than String or Vec for metadata fields...

Linking the discussion: https://github.com/MichaIng/DietPi/discussions/7040 Definitely not trivial, requires different methods depending on how the display is accessed: - [`fbcat`](https://packages.debian.org/search?keywords=fbcat) ([man](https://manpages.debian.org/fbcat)) for console mode. - [`xwd`](https://manpages.debian.org/xwd) from [`x11-apps`](https://packages.debian.org/x11-apps) package for X...

```sh /boot/dietpi/func/dietpi-set_software ntpd-mode custom # or do via dietpi-config apt install chrony ``` Other alternatives: `ntp` `ntpsec` `htpdate` or `systemd-timesyncd` ("Daemon + Drift" in `dietpi-config`). The default is to not...

I'll mark this as closed. Feel free to reopen if any question left.

Linux 6.16 (maybe earlier) has one part of those "errors" (well, logged as info severity only) solved: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?id=fbea35a So ``` busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts...

Interesting. Do you know the particular commit or kernel config change done by Debian? Might be well some issue with the build/config instead of the sources then.

Maybe this: - https://bugs.debian.org/1095745 - https://salsa.debian.org/kernel-team/linux/-/merge_requests/1389/diffs was backported to 6.1 as well. Though this fix is in upstream as well: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c?id=3126ea9be66b53e607f87f067641ba724be24181 As well in Linux 6.16, where we still face...

> I realize now you are asking about the wifi port Nah not particulaly. On my R5C usually one Ethernet device is missing. Just in 1 of 20 boots or...

I just tested the latest Debian Trixie kernel, and it does not solve the issue here: ```console root@NanoPiR5C:~# uname -a Linux DietPi 6.12.48+deb13-arm64 #1 SMP Debian 6.12.48-1 (2025-09-20) aarch64 GNU/Linux...