Apparently the real problem is here:
open("/dev/dsp", O_WRONLY|O_NONBLOCK)   = -1 EBUSY (Device or resource busy)

It really can't open your sound device because it's busy, and the
timidity error is just incorrect.

Jörgen Tegnér wrote:
> 
> Happy hunting!
> 
> [EMAIL PROTECTED]:~$ which playsound
> /usr/bin/playsound
> 
> [EMAIL PROTECTED]:~$ /usr/bin/playsound --version
> /usr/bin/playsound version 0.1.5
> Copyright 2001 Ryan C. Gordon
> This program is free software, covered by the GNU Lesser General
> Public License, and you are welcome to change it and/or
> distribute copies of it under certain conditions. There is
> absolutely NO WARRANTY for this program.
> 
>  Compiled against SDL_sound version 1.0.1,
>  and linked against 1.0.1.
>  Compiled against SDL version 1.2.7,
>  and linked against 1.2.8.
> 
> [EMAIL PROTECTED]:~$ dpkg --search /usr/bin/playsound
> libsdl-sound1.2: /usr/bin/playsound
> 
> strace output is attached.
> 
> Jörgen

Attachment: strace.log.gz
Description: GNU Zip compressed data

Reply via email to