On Fri, 27 Mar 1998, Steve "Stevers!" Coile wrote:
> On Fri, 27 Mar 1998, Vidiot wrote:
> [...]
> >Most users will want to have activity on com1/3 (com2/4) at the same
> >time,...
> 
> They will?  Why?  In my experience, users typically have *at most* two
> serial devices: a mouse and a modem, and most systems these days ship with
> PS/2-style mouse connectors, reducing the number of serial devices to one.
> What else do you see people using?
> 
> -- 
>     Steve Coile
>  [EMAIL PROTECTED]

I have mouse, modem and terminal connected via com ports. It's possible to
use more than two ports at the same time. To do this you must reconfigure
IRQ's so that every com port has different one. I have this kind of
configuration:
                /dev/cua0       IRQ 4   mouse
                /dev/cua1       IRQ 3   terminal
                /dev/cua2       IRQ 4   (I don't use this one, that is why
                                         it has same irq as cua0 ...
                                         it doesn't matter.)
                /dev/cua3       IRQ 2   modem

You can change cua's irg with setserial for example this kind of command:

                setserial /dev/cua3 irq 2

I have this command in /etc/rc.d/rc.local, so in every bootup cua3 will be
configured from irq 3 to irg 2.

More info will be found from Serial-HOWTO.

--
                 --------------------------------------------
                |  Marko Räihä                               |
                |  Helsinki,      GSM    050-5515192         |
                |  Finland        Email  [EMAIL PROTECTED]  |
                 --------------------------------------------


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to