Jason Dyer <[EMAIL PROTECTED]> writes:

> For some reason all of the sound (volume) settings of my 8.1b3 install (clean 
> install) were _zero_...  I had just about convinced myself that it wasn't 
> recognizing my AC97 compatible chipset (VIA 8233), when it occurred to me to 
> check the mixer settings.  Sure enough, they were all (except for PCM?) set 
> to zero...  I changed the sliders to some reasonable values, and it's all 
> good... (actually, playback quality seems better than 8.0)

alsa drivers have always done this. 

i suggest adding:

above snd-card-cs461x snd-pcm-oss
pre-remove snd-card-cs461x modprobe -r snd-pcm-oss
pre-remove snd-pcm-oss /usr/bin/aumix -f /etc/.aumixrc -S >/dev/null 2>&1
post-install snd-pcm-oss /usr/bin/aumix -f /etc/.aumixrc -L >/dev/null 2>&1

(the pre-remove snd-card-cs461x should not be needed, but it is. 
"modprobe -r snd-card-cs461x" causes snd-pcm-oss to be removed (using the
"above" command), but "modprobe -r" doesn't. IMO it's a bug in modprobe but
haven't had the time to have a better look at it.

Reply via email to