You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this docker is still alive or dead, but i'm having issues with starting this one and another one, similiar
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4554:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4554:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4554:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5033:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2501:(snd_pcm_open_noupdate) Unknown PCM default
That's all what it tells me in log. However, my default PCM card, device are set to 1 in alsa config and when i use it to play local file on 'default pcm' it plays correctly, but docker via alsa seems to be looking for device number 0, which does not exist in my system.
Any clues?
The text was updated successfully, but these errors were encountered:
I'm not sure if this docker is still alive or dead, but i'm having issues with starting this one and another one, similiar
That's all what it tells me in log. However, my default PCM card, device are set to 1 in alsa config and when i use it to play local file on 'default pcm' it plays correctly, but docker via alsa seems to be looking for device number 0, which does not exist in my system.
Any clues?
The text was updated successfully, but these errors were encountered: