After upgrading the Raspbian kernel on your Raspberry Pi, you may find that you are now unable to play any sounds. Some of the symptoms include:
sudo aplay -l
aplay: device_list:252: no soundcards found...
The solution is actually quite simple...if you know what to do!!! These applied to raspbian wheezy upgraded to the 4.4.8+ kernel. sudo nano /boot/config.txt and add the following parameter to the file:
dtparam=audio
Reboot...and hopefully this will fix the issue!!! This is apparently the 'modern' way of getting the module loaded. For additional details, see https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=130429#p895402 |
Raspberry Pi >