>I added setserial to my rc.serial and it still doesn't work.  This is what
I
>have, maybe I'm doing it wrong.
>
>#!/bin/sh
>
>setserial /dev/cua2 port 3 irq 4 uart NS 1655OAN


The command you enter in rc.serial is the *same* as what you would add on
your command line to configure the port.  You add, of course, the
'#!/bin/sh' line.

Is the line 'setserial...' you have quoted above *exactly* what you would
enter to make your modem dial?  This is my rc.serial file:

#!/bin/sh

setserial /dev/cua2 irq 5
              ^                ^    ^



Marco


-- 
  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