Re: serial console on > 2.4.14

Russell King (rmk@arm.linux.org.uk)
Sun, 23 Dec 2001 14:23:31 +0000


On Sun, Dec 23, 2001 at 03:06:58PM +0100, Andreas Gietl wrote:
> I compiled all kernels with the same configuration with serial console-option
> enabled. With 2.4.14 everything is just fine: I see the kernel-output and can
> type in things during startup esp. do a fsck. With 2.4.16 and 2.4.17 i SEE
> everything but no input is accepted.

there that incorrectly clear the terminals CREAD flag.

[-]cread
allow input to be received

Obviously if it is cleared, then you'll see your behaviour. If you can log
into the box some other way, please check the settings using:

stty -aF /dev/ttyS0

--
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/