
17 Jun
2009
17 Jun
'09
2:44 a.m.
Tks for your tip... however it seem that changing the device name doesn't help, instead I get SEGFAULT
static char *device = "plughw:0,0"; Playback open error: Device or resource busy
static char *device = "default"; Segmentation fault
I been through a great number of docs trying to find answers, but I don't find any!
Tks!
-------------------
Guilherme Longo Dept. Eng. da Computação Unaerp
Linux User - #484927
*Before Asking http://www.istf.com.br/?page=perguntas
!- I'd rather die on my feet than live on my knees -!
Clemens Ladisch wrote:
Guilherme wrote:
Playback device is plughw:0,0 Playback open error: Device or resource busy
That program should use "default" instead of "plughw:0,0".
HTH Clemens