Hi:

I have what I believe to be a generic problem on my Kubuntu breezy machine 
(Ubuntu 5.10), and I was wondering if there was a transparent way to debug 
ALSA. That is, is there a list of system log files that the ALSA daemon or 
its equivalent outputs? Also, i get the error that the sound device is busy. 
Is there a way to determine which application or service is hogging this 
sound resource? For reference, here is my asoundrc file

pcm.amix {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:1,1"
                period_time 0
                period_size 1024
                buffer_size 8192
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}

pcm.!default {
        type plug
        slave.pcm "amix"
}

pcm.dsp0 {
        type plug
        slave.pcm "amix"
}

ctl.mixer0 {
        type hw
        card 1
}

my card hw0 is an "Intel 82801DB-ICH4" and my hw1 is a "C-Media PCI CMI8738".

Tanim Islam


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to