Hi all, When I use CVS to patch Speakup into test10, this is what I get in console.c.rej. *************** *** 152,157 **** static void hide_cursor(int currcons); static void unblank_screen_t(unsigned long dummy); static int printable = 0; /* Is console ready for printing? */ int do_poke_blanked_console = 0; --- 156,165 ---- static void hide_cursor(int currcons); static void unblank_screen_t(unsigned long dummy); + #ifdef CONFIG_SPEAKUP /* console speech output */ + extern struct spk_t *this[]; + #endif /* speakup */ + static int printable = 0; /* Is console ready for printing? */ int do_poke_blanked_console = 0; Bill in Denver