Angelo Cano <[EMAIL PROTECTED]> writes: > On Mon, Dec 10, 2001 at 03:42:11PM -0600, DvB wrote: > [snip] > > In light of all the trouble I've been having with the current OSS driver > > (I finally got all the modules to load manually, but I still can't get > > the master-volume/treble/bass mixer channels) I'm thinking about > > compiling my next kernel with ALSA support but don't want to go to the > > trouble if that driver's no better. > > For the OSS driver, are you using the seperate mixer device? > > aumix -I -d /dev/mixer --> (Synth,Pcm,Spkr,Line,Mic,CD,Mix,IGain) > aumix -I -d /dev/mixer1 --> (Vol,Bass,Trebl,Mic,Digital1) > > For some reason mixer control was split between 2 devices. >
That was it! Funny, though, since I got the impression from the maintainer's documentation that he'd just combined the two mixers to make the driver more simple... or maybe I misread :-) Anyway, thanks.