[69] in netbsd-help mailing list archive
Re: ttyv2 broken?
daemon@ATHENA.MIT.EDU (yoav@MIT.EDU)
Fri Feb 10 19:11:03 1995
From: yoav@MIT.EDU
Date: Fri, 10 Feb 1995 19:10:33 -0500
To: ericding@MIT.EDU, netbsd-help@MIT.EDU
Okay.. I'm not sure about your other questions, but related to the ttyv*
check if the special files exist,
ls -l /dev/ttyv*
if they don't, then, as root,
cd /dev
./MAKEDEV ttyvn
(where n is the one you want to form - so ./MAKEDEV ttyv2 will make ttyv2).
then, look at /etc/ttys and make sure it looks sane...
yoav