MichaIng
MichaIng
Is the ALSA PCM detected? ```sh aplay -l ```
Does it help to raise the `Analogue Playback Boost` values, e.g. via `alsamixer`? As for the missing myMPD volume slider: ``` exception: Failed to open mixer for 'DietPi ALSA': no...
Ah great, I missed the "Digital" control completely. Probably it is correct here as volume control is done via DSP before the DAC. > Is ALSA restructured as part of...
KMS is enabled, right? ```sh grep dtoverlay=vc4-kms-v3d /boot/config.txt ``` Did you start the test program from within a desktop session? I don't know what it is doing, where "device" and...
Hmm, where do you see this output, on some attached HDMI or LCD screen, SSH or serial console? I am missing quite some targets/services, and also the order is strange:...
Many thanks for your report. That is strange, since we use the Armbian kernel and bootloader builds. Which kernel version is used on the Armbian image? ```sh uname -a ```
This is no generic error/bug, but it highly depends on your SBC, camera type/device and OS setup. If your case does not match OP exactly: RPi OS Buster on RPi...
Ah yes, the `motion.service` must be disabled, else it blocks access to the video devices for the motionEye controlled motion processes. We must implement this into our init script, so...
Yes, it should. However, this is an entirely different topic then.
Many thanks for identifying the issue. This bugged me as well already, but I never found the time to debug. Why can MD5 digest not work interactively? motionEye can do...