On Sat, Apr 7, 2012 at 6:26 PM, Christoph Limbach <[email protected]>wrote:
> fpr example i see in jack that the input device is > > hw:1,0 > > can i tell the alsa driver that it should use that device? > Your console output showed: LSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM Hammerfall DSP #0 AudioALSA::open_output plughw:1,0: No such file or directory This means: Cinelerra tried to open hw:1,0, but failed. May be there was some other process that already have opened the device. As a rule hw devices can be opened by one process in a time. > > oh and one last question: @ Einar: how can I "teach" alsa how to use the > soundcard, is it something in cinelerra? thanks! kris > > No it is outside cinelerra. You have to configure ALSA so that aplay -L shows your sound output as one usable device. Follow Hermann's suggestions - he has similar device. Consult http://www.alsa-project.org Einar
