Hi all, I just attempted to patch speakup 1.0 into the 2.4.13 kernel and a hunt failed. I am attaching the .rej file for this hunt.. The file that failed was /usr/src/linux/drivers/char/Makefile, and the following is the .rej file for that. Could someone take a look and let me know what happened? Thanks, William -------------- next part -------------- *************** *** 230,235 **** obj-$(CONFIG_MACHZ_WDT) += machzwd.o obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o include $(TOPDIR)/Rules.make --- 234,247 ---- obj-$(CONFIG_MACHZ_WDT) += machzwd.o obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o + ifeq ($(CONFIG_SPEAKUP),y) + subdir-y += speakup + obj-y += speakup/spk.o + ifeq ($(CONFIG_SPEAKUP_KEYMAP),y) + KEYMAP = speakup/speakupmap.o + endif + endif + include $(TOPDIR)/Rules.make