From: Stephen Harris (sweh.womble@spuddy.UUCP)
Date: 02/16/93


From: sweh.womble@spuddy.UUCP (Stephen Harris)
Subject: 99.5 Kernel breaks serial logins
Date: 16 Feb 1993 20:20:51 GMT

In article <6805@falcon.ukc.ac.uk> cjw1@ukc.ac.uk writes:

> Well, I upgraded my kernel to 99.5 a few days ago, and wondered why I couldn't
> login via the serial port. Symptom? : After typing the login name, /bin/login
> freezes, not printing "password:". Since I'm using LILO with multiple images,
> I tried it with 99.4. No Problem. Oh yes, I tried 995 in autoconfigure, and
> not-autoconfigure modes with the serial driver.

New serial drivers use hardware signals to wake up.
In theory, the getty should be blocked as well, but some of them were compiled
with NOBLOCK, and so will open. Then the login process tries to run, and
freezes.

The solution: make pin 8 high. This will make the serial port believe a modem
has connected.

Possible alternate method: run the getty on /dev/cua# where the device
cua# had major 5, and minor the same as ttyS#

Hope this helps.