Le Thu, 1 Mar 2007 15:42:19 -0800 (PST),
Rich Shepard <[EMAIL PROTECTED]> a écrit :

> On Thu, 1 Mar 2007, Lee Revell wrote:
> 
> > I don't know anything about aumix, but alsamixer -c 1 will give you
> > the mixer of the nvidia card.
> 
> Lee,
> 
>    That's good to know. Thank you.
> 
>    I removed all sound modules (from the top down so here were no orphaned
> dependents), the loaded snd-intel8x0. It all works. Then I loaded
> usb-snd-audio, and the order in /proc/asound/cards is now correct.
> 
>    I _really_ appreciate the help that you and Stephan gave me. What a time
> consumer this was for us!
> 
> Rich
> 
It seam at you have the problem at udev load your USB card before the nvidia.

To fix it, you can add usb-snd-audio in /etc/hotplug/blacklist, or much better,
use alsasound to do the work. For that, you must be sure at you have something
as the following in your alsa configuration (/etc/modules.d/alsa or something
like that):

alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0
alias snd-card-1 snd-usb-audio
options snd-usb-audio index=1

alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1

#other options

options snd cards_limit=2

and run update-modules.

With this, the nvidia card will be card 0 at boot time.

Ciao,
Dominique

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to