Date: Mon, 26 Aug 1996 05:45:35 -0500 From: Global Internet Shopping Mall <gism@isot.isot.com> To: freebsd-isp@freebsd.org Subject: Help, No Login Prompt Message-ID: <199608261045.FAA13526@isot.isot.com>
index | next in thread | raw e-mail
After the USR modem answers, the client does not get the login prompt.
I have configured everything I could think of.
My /etc/ttys:
ttyc0 "/usr/libexec/getty std.115200" dialup on
ttyc1 "/usr/libexec/getty std.115200" dialup on
....
My /etc/rc.serial:
modem() {
for i in $*
do
comcontrol /dev/ttyc$i dtrwait 100 drainwait 180
stty </dev/ttylc$i crtscts 115200
stty </dev/ttyic$i crtscts
done
}
Please help, Felix...
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608261045.FAA13526>
