Hello everyone, I just installed fedora core 5, and am now building a speakup enabled kernel. I got the kernel source from www.kernel.org I ran the checkout script for speakup. I then proceeded to configure my kernel. version 2.6.16.1 Id did the following steps in /usr/src/linux make mrproper make config -- answered all of the questions make make modules make modules install on make modules install, I got the following errors: my version of speakup is cvs checkout date: 3/30/2006 CC drivers/char/speakup/speakup.o drivers/char/speakup/speakup.c: In function speakup_bits': drivers/char/speakup/speakup.c:2421: error: pb_edit' undeclared (first use in this function) drivers/char/speakup/speakup.c:2421: error: (Each undeclared identifier is reported only once drivers/char/speakup/speakup.c:2421: error: for each function it appears in.) drivers/char/speakup/speakup.c:2424: error: edit_bits' undeclared (first use in this function) make[3]: *** [drivers/char/speakup/speakup.o] Error 1 make[2]: *** [drivers/char/speakup] Error 2 make[1]: *** [drivers/char] Error 2 Can someone please help me? I would greatly appreciate it. Thanks