Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: xor on April 27, 2020, 06:09:06 AM
-
package error fix patch
Last Updated: 2019-08-25 21:00 UTC
pulseaudio-alsa 2-5 File List
Package has 1 file and 1 directory.
Back to Package
etc/
etc/asound.conf
"pulseaudio-alsa" (.tcz) >> https://www.archlinux.org/packages/extra/any/pulseaudio-alsa/
------- sound initialization -------
ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
SDL_OpenAudio() failed: No available audio device
http://forum.tinycorelinux.net/index.php/topic,22752.msg149578.html#msg149578
-
It would have been easier to show the contents of asound.conf so that users can add this to their local copy of /usr/local/etc/alsa/asound.conf or ~/.asoundrc if they wish.
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}
# vim:set ft=alsaconf: