Chuck Connors wrote:
> At the moment, the onboard sound works fine, but I'm not getting
> anything from the pci card I added.
>
> options snd major=116 cards_limit=2 device_gid=29 device_mode=0660

cards_limit=2 is OK.

> #Set Card 0 (Onboard)
> alias snd-card-0 snd-intel8x0
> options snd-intel8x0 index=0 snd_enable

The parameter wouldn't be "snd_enable" but "enable=1", but this is the
default anyway.

> alias snd-card-1 snd-cmipci
> options snd-cmipci snd_enable

Use "options snd-cmipci index=1".

> After booting with these settings, lsmod doesn't show the cmedia's
> module (cmipci) as being loaded.

Does "modprobe snd-card-1" load it?  If yes, then one of your startup
scripts is still configured to load only the first card.


HTH
Clemens




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to