On Tue, 12 May 1998, Shaleh wrote:

> I am trying to enable 3 com ports -- two on board, the other is a modem.
> onboard: com 1 irq 4
>        com 2 irq 3
> modem:   com 3 irq ??, with completely jumper options
> 
> The motherboard will only enable a com port, not let me change irq.  I
> have a soundcard on irq 5 and the lpt on irq 7.  I have tried putting
> the modem on irq 11 --> setserial and linux will only put it on irq 4. 
> SO I need a valid irq and correct lines for setserial.  Suggestions
> welcome.

This works for me.  (hamm)

/etc/rc.boot/0setserial

.
.
${SETSERIAL} -b /dev/ttyS0 irq 4 port 0x3F8 skip_test autoconfig ${STD_FLAGS}
${SETSERIAL} -b /dev/ttyS1 irq 3 port 0x2F8 skip_test autoconfig ${STD_FLAGS}
${SETSERIAL} -b /dev/ttyS2 irq 5 port 0x3E8 skip_test autoconfig ${STD_FLAGS}
${SETSERIAL} -b /dev/ttyS3 irq 7 port 0x2E8 skip_test autoconfig ${STD_FLAGS}
.
.

INT 11 should be fine.

Lindsay
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lindsay Allen   <[EMAIL PROTECTED]>  Perth, Western Australia
voice +61 8 9316 2486    32.0125S 115.8445E    vk6lj      Debian Unix
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to