[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Default soundcard with alsa



Create a file/modify the existing one to be similar to the one I show below
with the module for your PCI card being the first (snd-card-0 index=0 lines)
then have your onboard as the second (snd-card-1 index=1 lines). Now when you
start your machine the cards should be detected and used in the proper order.

cat /etc/modprobe.d/sound

alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-intel-hda
options snd-intel-hda index=1
alias snd-card-2 snd-bt87x
options snd-bt87x index=2

Stephen

Sorry, but this doesn't help. I tried:

alias snd-card-0 snd-cmipci
options snd-cmipci index=0
alias snd-card-1 snd-intel-hda
options snd-intel-hda index=1
alias snd-card-2 off

but after reboot, still no sound from cmi, i guess intel was playing..
"alsactl store" also didn't helped.

Regards, atis



Reply to: