-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
aplay: set_params:1352: Sample format non available #742
Comments
@popcornmix does this sound like a kernel issue? |
same goes for the PI3 B+
i am trying the full (instead of the lite) version now ... |
funky, with the full version: https://downloads.raspberrypi.com/raspios_full_arm64/images/raspios_full_arm64-2023-12-06/2023-12-05-raspios-bookworm-arm64-full.img.xz hmm. now how to figure out what is missing in the lite version so that it only work on the PI5 |
i think i am getting close. defaults.ctl.card 0 to defaults.ctl.card 1 then aplay works. now why is the default not working? the PI4 still has the audio jack. the PI5 does not. so on the PI4 the audio jack is set to the default audio device. ah. for some reason on the full OS the audio jack is card 2 and HDMI is card 0 and 1. (shown via |
ok installing this pkg: i think alsa should work even on the lite images out of the box. |
could be related to: raspberrypi/Raspberry-Pi-OS-64bit#157 |
i flashed https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/2023-12-11-raspios-bookworm-arm64-lite.img.xz to a new SD Card. and started it up on the a PI4.
its connected to a TV with HDMI0 port. picture shows up on TV but no audio playback is possible with alsa.
it always says: "aplay: set_params:1352: Sample format non available"
Available formats:
how can i add all the missing formats?
if i take the sd card out of the PI4 and plug it into a PI5 i get all these:
Recognized sample formats are: S8 U8 S16_LE S16_BE U16_LE U16_BE S24_LE S24_BE U24_LE U24_BE S32_LE S32_BE U32_LE U32_BE FLOAT_LE FLOAT_BE FLOAT64_LE FLOAT64_BE IEC958_SUBFRAME_LE IEC958_SUBFRAME_BE MU_LAW A_LAW IMA_ADPCM MPEG GSM S20_LE S20_BE U20_LE U20_BE SPECIAL S24_3LE S24_3BE U24_3LE U24_3BE S20_3LE S20_3BE U20_3LE U20_3BE S18_3LE S18_3BE U18_3LE U18_3BE G723_24 G723_24_1B G723_40 G723_40_1B DSD_U8 DSD_U16_LE DSD_U32_LE DSD_U16_BE DSD_U32_BE
i don't know whats happening there.
The text was updated successfully, but these errors were encountered: