-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Hi everyone,
First things first: the setup is a Pi zero 2w (which seems to have most problems with the HATs) with 6.1.21-v7+ #1642 SMP. Im using the test image from the developers here with the pre-installed driver, with a bullseye setup. Dmesg is full of: bcm2835-i2s-wm8960-hifi: ASoC: error at __soc_pcm_hw_params on bcm2835-i2s-wm8960-hifi: -22
[ 369.012829] wm8960 1-001a: failed to configure clock
[ 369.012838] wm8960 1-001a: ASoC: error at snd_soc_dai_hw_params on wm8960-hifi: -22
`
Starting the service end up with the infamous error 99. I tried setting the card as principal card with alsamixer restore (-c 0) as suggested in other posts. I have dtoverlay in config.txt but it´s not being loaded. When i try to record something (arecord -Dhw0,0 -d 5 -f S32_LE) it "pretends" to record, but the file is empty. When i try to play something (a wav, an mp3 with mpg123) no sound comes out. In alsamixer all volumes are up, but still , no noise comming out of the loudspeakers. It´s pretty similar to #52 but for me the error is fatal and there is sound.
Any more ideas on what to try?