Re: serial port woes


Subject: Re: serial port woes
From: Charles Stevenson (csteven@newhope.terraplex.com)
Date: Tue Jun 06 2000 - 22:14:50 MDT


> /dev/ttyS1 auto-icq skip-test auto-config
> /dev/ttyS0 auto-icq skip-test auto-config

I think you have the parameters wrong. Try:

setserial /dev/ttyS0 auto_irq autoconfig

To see what it's set to you can do:

setserial -a /dev/ttyS0

This will give you output like:

[root@down core]# setserial -a /dev/ttyS0
/dev/ttyS0, Line 0, UART: unknown, Port: 0x03f8, IRQ: 4
        Baud_base: 115200, close_delay: 50, divisor: 0
        closing_wait: 3000, closing_wait2: infinte
        Flags: spd_normal skip_test

If auto_irq chooses the wrong IRQ you need to use 'irq #' where # is the IRQ
number of the device.

regards,
charles



This archive was generated by hypermail 2a24 : Tue Jun 06 2000 - 22:01:12 MDT