[Alsa-user] Getting the Tascam US-122 to work

2007-07-11 Thread Curtis R Anderson
When I plug in a Tascam US-122 into my USB port, hotplug recognizes the device as 1604:8006, as documented, and runs fxload to disconnect the device, as documented. The Tascam reloads as 1604:8007, as documented. If not already loaded, snd_usb_usx2y loads, also as documented. Nothing else happe

Re: [Alsa-user] CMI8338: 4 or 6 channel playback?

2007-07-11 Thread Lee Revell
On 7/11/07, j t <[EMAIL PROTECTED]> wrote: > Hi all. > > Is there any way to find out whether my cheapo-brand cmi8338 is a > 4-channel or a 6-channel playback card? (I've seen hints that some > cmi8338 are 4-channel, but some are 6-channel). Does it have 2 stereo output jacks or 3? Lee -

Re: [Alsa-user] snd_emu10k1_synth, snd_hda_intel: loading order

2007-07-11 Thread Thomas Heinz
Hi Dominique You wrote: > You must have a file called /etc/modules.d/alsa > > You must be sure to define the card_index and for each sound card, and > the cards_limits option. As example: > > alias snd-card-0 snd-emu10k1 > options snd-emu10k1 index=0 > alias snd-card-1 snd-usb-audio > options snd

[Alsa-user] CMI8338: 4 or 6 channel playback?

2007-07-11 Thread j t
Hi all. Is there any way to find out whether my cheapo-brand cmi8338 is a 4-channel or a 6-channel playback card? (I've seen hints that some cmi8338 are 4-channel, but some are 6-channel). Many thanks, :-) - This SF.net ema

Re: [Alsa-user] snd_emu10k1_synth, snd_hda_intel: loading order

2007-07-11 Thread Dominique Michel
Le Wed, 11 Jul 2007 16:18:20 +0200, Thomas Heinz <[EMAIL PROTECTED]> a écrit : > Hi > > I experience a problem with respect to the loading order of kernel modules. > Here a transcript to illustrate the issue: > > # lsmod | grep snd | awk '{print $1}' | xargs rmmod > # modprobe snd_hda_intel > #

[Alsa-user] snd_emu10k1_synth, snd_hda_intel: loading order

2007-07-11 Thread Thomas Heinz
Hi I experience a problem with respect to the loading order of kernel modules. Here a transcript to illustrate the issue: # lsmod | grep snd | awk '{print $1}' | xargs rmmod # modprobe snd_hda_intel # modprobe snd_emu10k1_synth # asfxload No Emux synth hwdep device is found However, if I chang