Hi everybody!
I've got a problem with ALSA, I searched the forums here and the different ALSA-FAQ's and HowTo's but I didn't find a solution yet
Here's my situation:
I've got two soundcards, a Soundblaster Live! Platinum and an ESS Solo1 compatible card.
Both cards seem to work, my output of cat /proc/asound/cards is:
Code:
0 [Solo1 ]: ES1938 - ESS ES1938 (Solo-1)
ESS ES1938 (Solo-1) rev 0, irq 3
1 [Live ]: EMU10K1 - Sound Blaster Live!
Sound Blaster Live! (rev.7) at 0xd400, irq 9
But this output also contains my problem: the Solo1 is card 0 and the SB Live is card 1. I want it the other way round.
My modules.conf:
Code:
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
options snd snd_major=116 snd_cards_limit=3 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0
# Creative SoundBlaster Live! Platinum
alias sound-slot-0 snd-card-0
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-1 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# ESS Solo1
alias sound-slot-1 snd-card-1
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-12 snd-pcm-oss
# ALSA portion
alias snd-card-0 snd-card-emu10k1
options snd-card-0 snd_enable
alias snd-card-1 snd-esssolo1
alias char-major-195 nvidia
I thoughed to set the order of the cards it'd suffice to edit the aliases (As you can see I made the Soundblaster Live snd-card-0 and the solo1 snd-card-1, but this doesn't work as I mentioned)
How can I set the SB Live to be card 0?
Thanks in advance,
PrivatePanic