-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> > "another possible pitfall is that the RME / hdsp inteface doesn't show up
> > consistently at the same hardware interface number."

Am 07.04.2012 17:14, schrieb Christoph Limbach:
> thats the case, also when i start jack i always have to go to the setup and
> change the interface number to the current setting... what can i do in these
> cases? think we re getting closer,thanks a lot!  :)


Hi Christoph,

I faced the same problem on one of my former systems. Since then (and until
today), I've added a small piece of configuration, to clarify which card
(=kernel module / driver) should appear at which index number.


I placed (as root of course) a file 'sound' into /etc/modprobe.d
I'm using this on debian and ubuntu systems, thus the configuration might
be slightly different on your system. Basically, files within these directories
can control the way the kernel loads extension modules for addressing specific
hardware.

- --------------------------/etc/modprobe.d/sound-------------------------
alias snd-card-0 snd_ca0106
options snd_ca0106 index=0
alias snd-card-1 snd_hdsp
options snd-hdsp index=1
- --------------------------/etc/modprobe.d/sound-------------------------


On my system, the on-board soundcard is a "Soundblaster". It is handled by the
kernel module snd_ca0106. And the snd_hdsp is the kernel module for all the
"Hammerfall" sound interfaces by RME, including the Digiface and Multiface
family.
Tip: as root do

lsmod | grep snd

This will show you most of the kernel modules currently loaded with some
relation to sound. Especially have a look at snd_pcm. This module should
list your actual hardware interface driver modules as dependency.

As already mentioned in my previous post, I prefer *not* to use the
Multiface as default soundcard, thats why I gave it the index=1 in the
configuration above.

hope that helps
Cheers,
Hermann V





-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+AtFMACgkQZbZrB6HelLKllgCg8sTiCY6fgYXPy2jF90iIB8BT
fY0AnAw2luPeG/+USTrxCkEyJpxerSIM
=fUmX
-----END PGP SIGNATURE-----

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to