Hexxeh / rpi-firmware

Firmware files for the Raspberry Pi
Other
775 stars 207 forks source link

Audio stopped working #201

Closed rien333 closed 5 years ago

rien333 commented 5 years ago

After updating my rpi3-B to the newest firmware (6cf2788e74b497c109865d052cd6fa68d094cf38) my audio stopped working. For some reason the pi can't find the soundcard anymore:

$ sudo aplay -l
aplay: device_list:270: no soundcards found...

Pulseadio starts fine, but of course won't work without ALSA/a soundcard. I tried changing the common audio related params in /boot/config.txt (dtparam=audio=on/off, audio_pwm_mode=0/2), but to no avail. Downgrading to #99c274691c07480762dcda91a0ebfe3c4f519307 fixed the issue for me (picked this version because I figured my audio worked fine around that time)

I'm running the newest Raspbian (9.9), with no updates from apt-get available.

pelwell commented 5 years ago

Duplicate of https://github.com/raspberrypi/linux/issues/2952. Yes, you were first, but their report is in a more appropriate repo and with much more detail.

popcornmix commented 5 years ago

Can you test again after an rpi-update?

rien333 commented 5 years ago

Works fine now, thanks! (on 10a512752529b2c7970bce43201366521f40e6b3) And sorry for my lack of detail and choosing a somewhat unrelated repo.