Subject: Re: serial port for a ultra 5
To: Raymond <Raymondv@gmx.de>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 08/02/2003 17:38:21
On Sat, Aug 02, 2003 at 04:55:33PM +0200, Raymond wrote:
> How can i get access to the device (ttyh1)?
Yes.
> /dev/# ./MAKEDEV ttyh1
>
> does not work.
That's because your MAKEDEV is still 1.6.1. Just use mknod manually:
crw------- 1 uucp wheel 77, 524288 Aug 2 17:36 dtyh0
crw------- 1 uucp wheel 77, 524289 Aug 2 17:35 dtyh1
crw------- 1 uucp wheel 77, 0 Aug 2 17:36 ttyh0
crw------- 1 uucp wheel 77, 1 Aug 2 17:35 ttyh1
the dty* nodes are for dialout.
Martin