On Wednesday 05 November 2008 00:29:32 [EMAIL PROTECTED] wrote: > hi all, > when logging on via the serial port (ttyS1) i get prompted for the username > when i enter it and hit return it gets echoed back to me on the line below, > and then when i enter the password nothing happens and it eventually times > out. on entering the username/password a second time all is well.
Classic symptom of two programs listening to the same tty in "cooked mode"; the lines are sent to them round robin so each one gets every second line. Rob _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
