Re: Break on serial port

Russell King (rmk@arm.linux.org.uk)
Tue, 11 Jun 2002 17:35:20 +0100


On Tue, Jun 11, 2002 at 11:41:26AM -0400, cfowler wrote:
> I remeber a while back being able to send a break on serial console.
> I've been unable to do this under 2.4.17. Has this feature been turned
> off? Is there a way to turn it back on?

It works fine here. Please confirm that:

1. your kernel is built with CONFIG_MAGIC_SYSRQ
2. cat /proc/sys/kernel/sysrq returns '1'
3. the serial console port is being held open by some user program (eg,
getty or init)

If any of the three above are not true, then break<sysrq-key> doesn't work.

-- 
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/