Go to the first, previous, next, last section, table of contents.
Some operating systems provide two separate devices for each serial
line, one of which is intended especially for gettys. This is
NOT a good idea, because it won't work with mgetty
. It is
meant for modems used in auto-answer mode.
mgetty
picks up the phone by hand, this will only work properly
if you use the same device you would use for dialing out. (Some
people like to create a symlink `/dev/modem' for this, but you
have to be consistent and use this for all comm programs if you
do - otherwise you'll run into problems with the lock file names).
Here are some examples for different systems:
ttyF01
etc., (minor number 80+(port number). Do not
use ttyFMxxx
---mgetty will open the device anyway, but then an
open to the "normal" port (without carrier detect) will block.
tty2A
), not tty2a
, because
hardware flow control and carrier detection do not work on "lowercase"
tty devices.
The same holds for "smart" serial boards, as specialix, digiboard,
..., because they mimic the behaviour of SCO's sio driver.
man zs
man page).
Go to the first, previous, next, last section, table of contents.