[cw-discuss] Default soundcard
Peter Vollebregt
peter.vollebregt at xs4all.nl
Thu Nov 1 16:47:39 CDT 2007
Peter Vollebregt schreef:
> Hi,
>
> Crossover office is selecting the soundcard on my motherboard (the
> NVIDIA CK804) as the default (card 1 according to alsa), and not my
> preferred Soundblaster Live! (Card 0 according to alsa).
Hmmm. Replying to self.
I have been playing some more. Based on the following page i changed the
alsa settings via /etc/asound.conf, /etc/modprobe and etc/modprobe.d.
The basic priciple is that i load he driver for the 'Live' card first
and then i force alsa to make it card 0 (see listing of the
/etc/modprobe.d/alsa-base below if interested.)
The effect is that Crossover pro 6.2 on my Mandriva 2008.0 system (yes
bleeding edge!) stubbornly keeps pointing to my onboard sound if i
choose alsa (!) as the sound system. But at last if i choose OSS it
picks up the 'Live' card. Not what i like (i prefer to keep everything
alsa only due to the OSS problems with an occupied /dev/dsp device!).
Given the fact that i point alsa to see the 'Live' card as card0 this is
also something where Xover (wine) is erroring out. Now i have
support-time left for Xover pro so maybe i ahould enter this as a bug.
Peter V.
_____
Listing /etc/modprobe.d/alsa-base:
______
alias char-major-116 snd
alias char-major-14 soundcore
#Card 1
alias snd-card-0 snd-emu10k1
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-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd-emu10k1 index=0
alias /dev/dsp snd-pcm-oss
#Card 2
alias snd-card-1 snd-intel8x0
alias sound-slot-1 snd-card-1
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
options snd-intel8x0 index=1
alias /dev/dsp1 snd-pcm-oss
options snd cards_limit=2
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-intel8x0m index=-2
options snd-atiixp-modem index=-2
options snd-via82xx-modem index=-2
More information about the discuss
mailing list