We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
...or at least doesn't provide an Alsa dmixer.
https://forums.raspberrypi.com/viewtopic.php?t=324067
raspberrypi/linux#4951
This applies to Debian 11-based RPi distros without pulseaudio. (OSMC does not support pulseaudio).
snapclient -s vc4hdmi fails with:
snapclient -s vc4hdmi
2023-06-14 16-34-12.160 [Info] (Player) Player name: alsa, device: hw:CARD=vc4hdmi,DEV=0, description: vc4-hdmi, MAI PCM i2s-hifi-0 2023-06-14 16-34-12.160 [Info] (Player) Direct hardware device without any conversions, idx: 18, sharing mode: unspecified, parameters: <none> 2023-06-14 16-34-12.160 [Info] (Player) Mixer mode: software, parameters: <none> 2023-06-14 16-34-12.160 [Info] (Player) Sampleformat: 48000:16:2, stream: 48000:16:2 2023-06-14 16-34-12.160 [Info] (Alsa) Using default buffer_time: 80 ms, default fragments: 4 2023-06-14 16-34-12.161 [Error] (Alsa) Exception: Can't set format: Invalid argument, supported: IEC958_SUBFRAME_LE , code: 0 2023-06-14 16-34-12.162 [Fatal] (Snapclient) Exception: Can't set format: Invalid argument, supported: IEC958_SUBFRAME_LE 2023-06-14 16-34-12.162 [Notice] (Snapclient) Snapclient terminated.
Use the Fake KMS and reenable ALSA compatibility.
dtoverlay must be set in /boot/config.txt:
/boot/config.txt
[all] dtoverlay=vc4-fkms-v3d,cma-512
/boot/config-user.txt:
/boot/config-user.txt
dtparam=audio=on
/boot/cmdline.txt:
/boot/cmdline.txt
... snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=1
The text was updated successfully, but these errors were encountered:
vc4-fkms-v3d doesn't support passthrough. This wasn't a problem for the study (which is 2.0 only) but is in the ballroom (which is 5.0)
https://forums.raspberrypi.com/viewtopic.php?t=342929
Sorry, something went wrong.
No branches or pull requests
...or at least doesn't provide an Alsa dmixer.
https://forums.raspberrypi.com/viewtopic.php?t=324067
raspberrypi/linux#4951
This applies to Debian 11-based RPi distros without pulseaudio. (OSMC does not support pulseaudio).
Observations
snapclient -s vc4hdmi
fails with:Workaround
Use the Fake KMS and reenable ALSA compatibility.
dtoverlay must be set in
/boot/config.txt
:/boot/config-user.txt
:/boot/cmdline.txt
:The text was updated successfully, but these errors were encountered: