[2814] in linux-net channel archive
Re: modem setting
daemon@ATHENA.MIT.EDU (Thomaz de Carvalho Koberle)
Tue May 7 07:46:55 1996
Date: Mon, 6 May 1996 09:36:55 +0000 ()
From: Thomaz de Carvalho Koberle <tom@rapper.ifqsc.sc.usp.br>
To: fsrok@iol.it
cc: linux-net@vger.rutgers.edu, linux-admin@vger.rutgers.edu
In-Reply-To: <318A0E6A.2E4D@iol.it>
On Fri, 3 May 1996 fsrok@iol.it wrote:
> Hi you all,
> anyone knows how to use setserial to configure the modem ?
> I just read the man page but I don't understand what to tell
> setserial about /dev/cua?. I only know that in win3.1 the com
> port of the modem is com3 irq 3 and yhe mouse is on com1 irq4.
> thanks
> bye, G.R.
>
>
Setserial is very simple. The relation between com? ports and cua? is
then following:
com1 --> cua0
com2 --> cua1
com3 --> cua2
com4 --> cua3
To set your modem use the following sintax:
setserial /dev/cua? itq ?
In your case:
setserial /dev/cua2 irq 3
Good Luck
Tom Koberle