Displaying 3 results from an estimated 3 matches for "snd_pcm_hw_open".
Did you mean:
_snd_pcm_hw_open
2012 Feb 10
2
PokerStars error
Trying to execute this problem I receive the following messages and the program doesn't open:
> wine PokerStars.exe
> ALSA lib pcm_hw.c:1056:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
> ALSA lib pcm_hw.c:1056:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
> ALSA lib pcm_hw.c:1056:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
> err:module:attach_process_dlls "...
2004 Oct 19
1
WINEDEBUG for a non-descript segfault
Hi,
I'm loooking at a Linux program that calls WIne and then segfaults
without any real information. Are there any debug channels that make
most sense to try and trap in this specific case?
Thanks,
Mark
2006 Nov 09
8
XEN sound emulation locks device exclusively
...6). This way, sounds from WinXP work fine.
And here comes the problem:
The HVM guest completely reserves the audio device; other software can not use it.
(mplayer says this:
alsa-init: using ALSA 1.0.13
alsa-init: setup for 1/2 channel(s)
alsa-init: using device default
alsa-lib: pcm_hw.c:1248:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
alsa-lib: pcm_dmix.c:864:(snd_pcm_dmix_open) unable to open slave
alsa-init: playback open error: Device or resource busy
)
This should not be like this; with alsa (including the dmix plugin)
working fine on my system, different sounds sour...