Date: Thu, 12 Jan 1995 16:00:51 -0500 From: kelly@fsl.noaa.gov (Sean Kelly) To: a16788@itesocci.gdl.iteso.mx Cc: freebsd-questions@FreeBSD.org Subject: Re: Terminals in serial ports or with modems Message-ID: <199501122100.AA076954451@yarmouth.fsl.noaa.gov> In-Reply-To: <Pine.SUN.3.91.950112104521.10485A-100000@itesocci> (message from Paredes Sanchez Martin Alejandro on Thu, 12 Jan 1995 12:04:34 -0600 (CST))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Paredes" == Paredes Sanchez Martin Alejandro <a16788@itesocci.gdl.iteso.mx> writes:
Paredes> I modify the "/etc/ttys", i enable this line:
Paredes> ttyd2 "usr/libexec/getty std.9600" dialup on secure
This looks fine except it should be "/usr/libexec/getty std.9600".
Note the leading slash.
Paredes> i also use this one:
Paredes> ttyd2 "usr/libexec/getty d1200" dialup on secure
Again, it's "/usr", not "usr". And make sure d1200 is defined in
/etc/gettytab.
But, neither of these minor mistakes should cause this message:
Paredes> (date) (machine) getty: /dev/ttyd2: DEvice not
Paredes> configured.
Despite all common sense about what the messages says, it really means
the *kernel* isn't configured to talk to the device. You need to
enable multiport sio devices in your kernel config file. See the FAQ
on how to do this.
--k
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501122100.AA076954451>
