Could not start audio: Alsa error: PCM open failed
5ug4md opened this issue · 1 comments
It shows the daemon on spotify connect but whenever i try to switch to spotifyd from my phone it shows error as
(524753 ms) loaded
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM spotifyd
Alsa error PCM open ALSA function 'snd_pcm_open' failed with error 'ENOENT: No such file or directory'
Could not start audio: Alsa error: PCM open failed
ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM spotifyd
Alsa error PCM open ALSA function 'snd_pcm_open' failed with error 'ENOENT: No such file or directory'
Could not start audio: Alsa error: PCM open failed
Hi!
The value, you put in for device
should be a valid entry from aplay -L
(usually default
should do) and not spotifyd
. (The error message says that it can't find the device with name spotifyd
.