WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [package error fix patch ] "pulseaudio-alsa" (.tcz)  (Read 1089 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1264
[package error fix patch ] "pulseaudio-alsa" (.tcz)
« on: April 27, 2020, 03:09:06 AM »
package error fix patch

Last Updated:    2019-08-25 21:00 UTC
Quote
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
« Last Edit: April 27, 2020, 03:21:45 AM by xor »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: [package error fix patch ] "pulseaudio-alsa" (.tcz)
« Reply #1 on: April 27, 2020, 03:39:07 AM »
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.

Code: [Select]
# 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: