[tuhopuu-devel] strange error

Kester Maddock tuhopuu-devel@blender.org
Tue, 27 Jan 2004 12:56:20 +1300


kino wrote:

>ALSA lib pcm_hw.c:976:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or
>resource busy mcop warning: user defined signal handler found for
>SIG_PIPE, overriding ALSA lib pcm_hw.c:976:(snd_pcm_hw_open) open
>/dev/snd/pcmC0D0p failed: Device or resource busy mcop warning: user
>defined signal handler found for SIG_PIPE, overriding Segmentation fault
>  
>
It looks like you are running KDE and another application (probably the 
sound server) has control of the sound card.

You can: suspend the sound server before starting blender:
artsshell suspend ; ./blender -w -d
Or run blender through the sound server (this might not work due to 
using ALSA)
artsdsp ./blender -w -d


Kester