> We are trying to change the standard input in order to use a > keyboard which uses a serial port to instead of PS2. > The final aim is to run TinyX in our system with a serial > keyboard. We have changed those lines in /init/main.c > in which /dev/console appears, and we have substitute it for > /dev/ttyS0, Opening /dev/ttyS0 in init() doesn't help. You should have setup your serial keyboard earlier (from kbd_init()) and made sure that the console driver uses that keyboard device. -Ravi. __________________________________________________ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/