Eu tive esse problema por algum tempo, mas acontece mais entre mim. A solução sempre foi reiniciar o Alsa a partir do CLI quando isso acontece.
alsactl init
Isso deve reiniciar o sistema alsa e reinicializar seu hardware de áudio.
Toda vez que depois de reiniciar o sistema, ele funciona e, então, minha saída de som pára de funcionar.
sun@sun-To-be-filled-by-O-E-M:~$ speaker-test
speaker-test 1.0.25
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
EDITAR
sun@sun-To-be-filled-by-O-E-M:~$ alsactl init
Found hardware: "USB-Audio" "USB Mixer" "USB046d:082d" "" ""
Hardware is initialized using a generic method
sun@sun-To-be-filled-by-O-E-M:~$ speaker-test
speaker-test 1.0.25
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
sun@sun-To-be-filled-by-O-E-M:~$
Eu tive esse problema por algum tempo, mas acontece mais entre mim. A solução sempre foi reiniciar o Alsa a partir do CLI quando isso acontece.
alsactl init
Isso deve reiniciar o sistema alsa e reinicializar seu hardware de áudio.