Hello all;

In an effort to make sure my dual audio setup continued to work, I 
transfered my FC2's modprobe.conf to the FC6 version.  It should work 
right?

Well, after the last reboot I noticed I didn't have any sound from the 
speakers hooked to the Audigy 2, my tv cards audio was coming out of the 
headphones plugged into the nvidia onboard stuff.

Here is that modprobe.conf, designed to make the audigy 2 the primary, 
snd-slot-0 card, and the nvidia the snd-slot-1 card.
-------------
alias eth0 forcedeth
alias scsi_hostadapter sata_nv

# for Alsa, make Audigy 2 the default
alias snd-card-0 snd-emu10k1
# then skype can use /dev/dsp1
alias snd-card-1 snd-intel8x0
alias snd-slot-0 snd-card-0
alias snd-slot-1 snd-card-1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss
#options snd-card-0 index=0
#options snd-emu10k1 index=0

remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1

#options snd-intel8x0 index=1
remove snd-intel8x0 { /usr/sbin/alsactl store 1 >/dev/null 
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
remove snd-mpu401 { /usr/sbin/alsactl store 2 >/dev/null 
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-mpu401
alias ieee1394-controller ohci1394
alias char-major-81-* videodev
-------------

Can anyone tell me whats wrong?

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.

-------------------------------------------------------------------------
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