Error When Playing Audio on Raspbian on a Raspberry-pi
Error:
|
1 |
Error: ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front |
Fix:
|
1 2 3 |
pi@raspberrypi ~ $ sudo vi /usr/share/alsa/alsa.conf change the line "pcm.front cards.pcm.front" to "pcm.front cards.pcm.default" |
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.