Has anyone had any luck with compiling a kernel on Debian? I can compile fine just as long as I don't try to compile with sound. NOTE: I did use the "make-kpkg -revision custom.1.0 kernel_image" option. This is the error I get (The same thing happens with 2.0.30 also):
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.29/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/kernel-source-2.0.29/include/linux/modversions.h -c -o sb_common.o sb_common.c sb_common.c:21: #error You will need to configure the sound driver with CONFIG_AUDIO option. sb_common.c:266: warning: `sb16_set_mpu_port' defined but not used make[4]: *** [sb_common.o] Error 1 make[4]: Leaving directory `/usr/src/kernel-source-2.0.29/drivers/sound' make[3]: *** [modules] Error 2 make[3]: Leaving directory `/usr/src/kernel-source-2.0.29/drivers' make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/kernel-source-2.0.29' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.0.29' make: *** [stamp-image] Error 2 Thanks for any help. I've had great responses from this list before and have learned a LOT from reading all of the other posts. thanks - ricardo -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .