Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 13:43:24 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Lutz Rabing <rabing@omc.net>
Cc:        freebsd-hardware@FreeBSD.org
Subject:   Re: 8 Port serial card MOXA C168H/PCI 
Message-ID:  <20031023133328.T3468@gamplex.bde.org>
In-Reply-To: <3F96C315.28075.C173D24@localhost>
References:  <3F96C315.28075.C173D24@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 22 Oct 2003, Lutz Rabing wrote:

> I'm trying to use a combination of two AST-4-Port ISA
> serial cards with one MOXA 8-Port serial PCI card...
> no luck so far. Both AST cards and the 2 onboard ports
> work fine, only the MOXA PCI card ports refuse to work:
>
>  cu -l cuaa10
>  cu: open (/dev/cuaa10): Device not configured
>  cu: cuaa10: Line in use

Device names for ttys mostly use base 32.  cuaa is no exception, so
cuaa10 is the 33nd cuaa device.

> sio10: type 16550A
> sio11: type 16550A
> sio12: type 16550A
> sio13: type 16550A
> sio14: type 16550A
> sio15: type 16550A
> sio16: type 16550A
> sio17: type 16550A

These should be at cuaa[a-h] and ttyd[a-h].

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031023133328.T3468>