The sound driver in the 2.1.72 kernel builds as a sound module, and then separate modules for each individual device. On my system, I use the "sb" driver, which then depends on the "uart" and "sound" modules. This works fine with modprobe and appropriate options.
Is there any way to get this work with kerneld? 'cat /dev/sndstat' loads the "sound" module, and then reports that there are no input or output devices since there are no device-specific modules loaded. I tried putting 'alias sound sb' in /etc/conf.modules, but this had no effect. Is there any way to get this to work properly? -- _____________________________ / \ "The cat's been in the box for over | David Maze | 20 years. Nobody's feeding it. The | [EMAIL PROTECTED] | cat is dead." | http://donut.mit.edu/dmaze/ | -- Grant, on Schroedinger's Cat \_____________________________/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

