Results 2858 comments of MichaIng

Don't they respect the `[pi4]` filter, same as `[pi1]` and `[pi3]` include the respective compute modules due to identical SoC? Individual model differentiation of course would be nice as well,...

Now there are `[pi400]` and `[cm4]` conditional filters, if I interpret the latest commit correctly? https://github.com/raspberrypi/firmware/commit/919aee0ed75f7db48a38b8b96c13228a7584cfd7 > firmware: config: Add cm4 and pi400 config section filters 👏

That is great, so one can e.g. define different overclocking for the Pi 400 that is running on higher frequency by default (1500 vs 1800 MHz) and skip configuring onboard...

Since in my case ```sh cat /proc/device-tree/soc/hdmi@7e902000/status ``` shows `disabled` while I didn't create an overlay for it, probably it is controlled by the `hdmi_ignore_hotplug=1` setting as well? But it...

We recognised that indeed the vc4hdmi sound does not work, producing the [errors reported above](https://github.com/raspberrypi/Raspberry-Pi-OS-64bit/issues/157#issuecomment-860564498), when using the `dmix` ALSA plugin, e.g.: ``` pcm.!default { type plug slave.pcm "dmix:0,0" }...

Okay, thanks for clarification. I would tend to then simply pass `noaudio` in every case to have more audio features and same ALSA devices regardless whether KMS is enabled or...

> kernel kms for video and firmware hdmi audio is not a supported use case. Does this mean the `noaudio` parameter is basically obsolete/broken and shouldn't be used, or only...

Did further testing: - `vc4-kms-v3d,noaudio` indeed disables HDMI audio completely. - But the firmware HDMI audio device still appears, with (usually default) card 0 index. - However, playing any audio,...

While `bcrypt` is still fine, since PHP7.2 there is Argon2i (since PHP7.3 Argon2id) available as algorithm with the `password_hash` function. When already start using this, I'd at least prepare the...

Jep, due to `DST Root CA X3` expiry, the alternate certification path has expired. Older clients, including non-latest OpenSSL/LibSSL even on Debian Buster pick the expired path and then fail...