View previous topic :: View next topic |
Author |
Message |
stdPikachu Apprentice
Joined: 10 Mar 2004 Posts: 254 Location: UK
|
Posted: Tue Jul 03, 2007 4:34 pm Post subject: [SOLVED] ALSA and two sound cards |
|
|
I'm trying to set up my machine to use two sound cards; my Audigy for main usage, and the onboard AC97 for use with a headset. But I can't get the cards to appear in the right order; the AC97 card always takes precedence over the Audigy.
How to ensure that the emu10k1 card is always in sound slot 0?
FWIW my modules.d/alsa is below. The config was adapted from the once initially created by alsaconf (which doesn't support two cards):
Code: | options snd-emu10k1 index=0
options snd-intel8x0 index=1
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-intel8x0
alias sound-slot-0 snd-emu10k1
alias sound-slot-1 snd-intel8x0 |
Last edited by stdPikachu on Tue Jul 03, 2007 4:46 pm; edited 1 time in total |
|
Back to top |
|
|
stdPikachu Apprentice
Joined: 10 Mar 2004 Posts: 254 Location: UK
|
Posted: Tue Jul 03, 2007 4:46 pm Post subject: |
|
|
D'oh, scratch that. Found the Gentoo Wiki article that knock the official Gentoo ALSA docs into a cocked hat. It contains the proper syntax for a two-card setup (in fact, the one shown is near identical to mine). |
|
Back to top |
|
|
|