You should not use cua devices anymore, they are going away soon. You
should use ttyS2 instead.
Edit your /etc/rc.d/rc.3/S99local and put at the bottom of it:
# Set the correct IRQ for ttyS2
echo "Setting IRQ for ttyS2"
/bin/setserial -v /dev/ttyS2 irq 10
Bill
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Henningsen
> Sent: Sunday, November 05, 2000 5:03 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] How are serial ports initialized?
>
>
> My modem is on cua2, which is initialized to IRQ 4 when I
> start up, however,
> the correct value is IRQ 10, so whenever I want to use my
> modem, i have to
> do as root
> setserial -v /dev/cua2 irq 10
> How can I get that to be done on startup, preferably, where
> is the script
> that sets that value?
>
> Peter Henningsen
> alifegames.com
>
>