Описание проблемы:
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4154:(_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:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
snd_pcm_open SND_PCM_STREAM_PLAYBACK 'default' failed: No such file or directory
Решение:
Создание файла /compat/linux/etc/asound.conf с таким содержимым:
@hooks [
{
func load
files [
"/etc/alsa/pcm/pcm-oss.conf"
"/etc/alsa/pulse-default.conf"
]
errors false
}
]
Создание файла /compat/linux/etc/alsa/pcm/pcm-oss.conf с таким содержимым:
pcm.!default {
type oss
device /dev/dsp
}
mixer.!default {
type oss
device /dev/dsp
}
ctl.!default {
type oss
device /dev/mixer
}
Последние комментарии
Может кто…