Howdy, I have a little embedded system that I am developing that will have no video and no mouse/keyboard interface. It will have serial support and I compiled console over serial into the kernel. This works great to see what is going on, but I would like to be able to "talk back" over a minicom session set up over a null-modem serial cable. It seems like this is most often done with a getty like program. I would rather not install getty - I don't need the whole login features. Basically it seems that it would be good if I could just globally set STDIN to /dev/ttyS0 -- that way whatever I type in a minicom session remotely will act as if I were connected to my embedded box thru a keyboard? Does that all make sense? Thanks, Luke __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.