* Lars Behrens [080907 00:50 +0200]
> Am Samstag, 6. September 2008 schrieb Elimar Riesebieter:
> > * Lars Behrens [080906 23:10 +0200]
> >
> > > Package: alsa-base
> > > Version: 1.0.16-2
> > > Severity: important
> > >
> > > Unless an doing an alsaconf after startup no sound can be heard,
> > > because the sound device is blocked by the pc speaker module
> > > (snd-pcsp). Nor blacklisting in /etc/modprobe.d/blacklist neither
> > > trying tweaks in /etc/modprobe.d/alsa-base like 'options
> > > snd-via82xx index=0' does help.
> >
> > Please send the output of:
> > $ cat /proc/asound/modules
> 
> Before alsaconf:
> #######################################
>  0 snd_pcsp
>  1 snd_mpu401
>  2 snd_via82xx
> #######################################

Hmm: We have in /etc/modprobe.d/alsa-base:

# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2

> After alsaconf:
> #######################################
>  0 snd_via82xx
> #######################################
> 
> Cheerz,
> Lars

Put the following in /etc/modprobe.d/sound:

alias snd-card-0 snd-via82xx
options snd-via82xx index=0
alias snd-card-1 snd_mpu401
options snd_mpu401 index=1
alias snd-card-2 snd_pcsp
options snd_pcsp index=2

Ciao

Elimar

-- 
  Alles was viel bedacht wird ist bedenklich!;-)
         Friedrich Nietzsche

Attachment: signature.asc
Description: Digital signature

Reply via email to