jason <[EMAIL PROTECTED]> wrote: >is there a way to build a specific module from kernel source and install >it? without haveing to build a new kernel and do a make modules and such?
Yes. Do a 'make modules' in the kernel tree, then just copy the sound module (something.o) from wherever it gets built into the right place in /lib/modules. Then do '/sbin/depmod -a' and modprobe the module. -- Colin Watson [EMAIL PROTECTED]