On Thu, 21 Oct 2004 09:06:56 +0200 (METDST), Clemens Ladisch
<clemens(a)ladisch.de> wrote:
Mark Knecht wrote:
BTW - here are the hand edits I did to my Alsa
configuration last
night. Since the Alsa page for the Midisport wasn't (isn't) available
right now, can you confirm that these are OK?
flash mark $ cat /etc/modules.d/alsa
...
alias snd-card-0 snd-atiixp
alias snd-card-1 snd-usb-audio
Just to be sure, add index options so that the drivers load at the
correct position even if snd-usb-audio gets loaded first for some
reason:
options snd-atiixp index=0
options snd-usb-audio index=1
...
options snd cards_limit=3
Not sure if the cards_limit should be 2 or 3 so I followed the PlanetCCRMA doc.
Well, it looks as if you have two cards ...
Regards,
Clemens
Changes applied. Thanks for the info. I always forget about the index option.
Cheers,
Mark