On Mon, 22 Mar 1999, Ed Cogburn wrote:
> > With 2.2, the config of sound drivers occurs outside the kernel > config. You can no longer build the sound modules into the > kernel, they must be built as modules. With sb16, for example I > need a config line like: > > options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 > > in /etc/modules.conf. > The above doesn't apply to 2.0 kernels, so your problem might not > be related to configuration of the sound module. If you are using > a 2.2 kernel then see /usr/src/linux/Documentation/Introduction. > Isn't it just the opposite? Under 2.0, I've always configured and compiled the sound module separately, but when I used Slackware 3.0, the kernel (v2.0.27) shipped with it had the SB driver compiled in, although I never succeeded in configuring the sound driver in the kernel config. Under 2.2, there's no opportunity for configuring and/or compiling the sound module on its own, it's just like any other standard kernel driver. Too bad that I couldn't get it working with my AD1848-based Aztech card, nor could I compile the old driver for 2.2, so I'm still back on 2.0.37. Andras