Running Slink with a 2.2.13 kernel. P200MMX box with an ISA SB64AWE. I compiled sound into the kernel and also used the ALSA drivers. When I lsmod the following appears...
Module Size Used by snd-mixer-oss 3372 0 (unused) snd-pcm1-oss 12572 0 snd-card-sb16 3168 0 snd-mpu401-uart 1440 0 [snd-card-sb16] snd-sb16-csp 5636 0 [snd-card-sb16] snd-hwdep 2204 0 [snd-card-sb16 snd-sb16-csp] snd-sb16-dsp 15296 0 [snd-card-sb16 snd-sb16-csp] snd-pcm1 16148 0 [snd-pcm1-oss snd-sb16-dsp] snd-timer 7160 0 [snd-pcm1] snd-mixer 25148 0 [snd-mixer-oss snd-card-sb16 snd-sb16-dsp] snd-midi 11756 0 [snd-card-sb16 snd-mpu401-uart] snd-pcm 8192 0 [snd-pcm1-oss snd-card-sb16 snd-sb16-dsp snd-pcm1] snd 32004 1 [snd-mixer-oss snd-pcm1-oss snd-card-sb16 snd-mpu401-uart snd-sb16-csp snd-hwdep snd-sb16-dsp snd-pcm1 snd-timer snd-mixer snd-midi snd-pcm] Why are all modules used by "0" only snd used by "1"? What does this mean? Sound is working except the mixer. Devices are not showing up, except master volume and tone control and they are not having any effect. Could this be related to the above, or might this have to do with the isapnp setup? Any hints to get the mixer working highly appreciated. -- Hans