Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 10 Aug 2006 13:46:32 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > On 8/10/06, Jacob S <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Thu, 10 Aug 2006 12:35:33 -0400 > > "Chuckk Hubbard" <[EMA

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Chuckk Hubbard
On 8/10/06, Jacob S <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 10 Aug 2006 12:35:33 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > On 8/10/06, Jacob S <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > To have modules loaded in a cer

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 10 Aug 2006 12:35:33 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > On 8/10/06, Jacob S <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > To have modules loaded in a certain order, I would add them > > to /etc/modules

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Chuckk Hubbard
On 8/10/06, Jacob S <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- To have modules loaded in a certain order, I would add them to /etc/modules in the order you want them loaded. One module per line, no other instructions needed. This works when I need network cards loaded in a cert

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 10 Aug 2006 01:41:00 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > If no one knows, does anyone know where I can find documentation of > how to control this for Debian? > I'd like my ALSA to be in order so I can recompile my kernel, and

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread Chuckk Hubbard
On 8/10/06, CJ van den Berg <[EMAIL PROTECTED]> wrote: On Thu, Aug 10, 2006 at 01:41:00AM -0400, Chuckk Hubbard wrote: > If no one knows, does anyone know where I can find documentation of > how to control this for Debian? > I'd like my ALSA to be in order so I can recompile my kernel, and I > ca

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-10 Thread CJ van den Berg
On Thu, Aug 10, 2006 at 01:41:00AM -0400, Chuckk Hubbard wrote: > If no one knows, does anyone know where I can find documentation of > how to control this for Debian? > I'd like my ALSA to be in order so I can recompile my kernel, and I > can't find any clear explanation of it. Everyone says the

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-09 Thread Chuckk Hubbard
If no one knows, does anyone know where I can find documentation of how to control this for Debian? I'd like my ALSA to be in order so I can recompile my kernel, and I can't find any clear explanation of it. Everyone says the order the modules are loaded is random, but you can control it; how do

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-09 Thread Chuckk Hubbard
Could /etc/modprobe.d/alsa-base be the culprit? /etc/modprobe.d/alsa-base: # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install soun

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-09 Thread Chuckk Hubbard
On 8/9/06, Jacob S <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 9 Aug 2006 12:24:24 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > > and now the cards always seem to come up in that order. > > But thanks for the tip! > > Is there any sort of standard for

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-09 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 9 Aug 2006 12:24:24 -0400 "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > On 8/5/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: > > CJ van den Berg wrote: > > > On Thu, Aug 03, 2006 at 05:20:38PM -0500, Hugo Vanwoerkom wrote: > > >> For the alsa

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-09 Thread Chuckk Hubbard
On 8/5/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: CJ van den Berg wrote: > On Thu, Aug 03, 2006 at 05:20:38PM -0500, Hugo Vanwoerkom wrote: >> For the alsa behaved apps (like libao) you set alsa_card=1 or 0 and >> ao_example.c plays on either one soundcard or the other. > > Just a small tip.

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-05 Thread Hugo Vanwoerkom
CJ van den Berg wrote: On Thu, Aug 03, 2006 at 05:20:38PM -0500, Hugo Vanwoerkom wrote: For the alsa behaved apps (like libao) you set alsa_card=1 or 0 and ao_example.c plays on either one soundcard or the other. Just a small tip. On machines with multiple sound devices the alsa card numbers m

Re: Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-04 Thread Kevin Mark
On Fri, Aug 04, 2006 at 12:20:21PM +0200, CJ van den Berg wrote: > On Thu, Aug 03, 2006 at 05:20:38PM -0500, Hugo Vanwoerkom wrote: > > For the alsa behaved apps (like libao) you set alsa_card=1 or 0 and > > ao_example.c plays on either one soundcard or the other. > > Just a small tip. On machine

Naming multiple alsa sound cards (was Re: synthetic sound generator with api)

2006-08-04 Thread CJ van den Berg
On Thu, Aug 03, 2006 at 05:20:38PM -0500, Hugo Vanwoerkom wrote: > For the alsa behaved apps (like libao) you set alsa_card=1 or 0 and > ao_example.c plays on either one soundcard or the other. Just a small tip. On machines with multiple sound devices the alsa card numbers may not be predictable