Subject: Re: Installing 1.5 on SE/30
To: Alex Harrington <fastkeys@btinternet.com>
From: Allen Briggs <briggs@wasabisystems.com>
List: port-mac68k
Date: 12/15/2000 15:52:54
> Initially, I got an error on multi-user boot saying "/dev/ttyE0" does not
> exist. I changed this in /etc/ttys to /dev/ttye0.
That's a reasonable guess to make, but it's probably not right (I don't
recall what the major/minor was for ttye0). ttyE0 should be major
number 46, minor number 0, so
mknod /dev/ttyE0 c 46 0
chown root.wheel /dev/ttyE0
should make the right device node. Or you can just use:
cd /dev ; sh MAKEDEV ttyE0
...which will amount to the same thing.
This is a holdover from still using basically the original installation
tools while the system has evolved...
-allen
--
Allen Briggs briggs@wasabisystems.com
http://www.wasabisystems.com/ Quality NetBSD CDs, Sales, Support, Service