Re: serial line

Koblinger Egmont (egmont@math.bme.hu)
Wed, 14 Oct 1998 20:45:26 +0200 (MET DST)


>
> > Boot message is the same at the two kernels:
>
> > ttyS00 at 0x03f8 (irq = 4) is a 16550A
> > ttyS01 at 0x02f8 (irq = 3) is a 16550A
> > ttyS03 at 0x02e8 (irq = 3) is a 16550A
>
> You appear to have ttyS01 and TTYS03 on the same interrupts, which
> isn't usually a good idea and probably is the reason for the problem.
> I also note that the device names have changed - in the 2.0 series
> kernels, they are ttyS1 and ttyS3 respectively - so if there's any
> "setserial" commands in your startus scripts, they'll not work as
> they're pointing to the wrong devices...
>
> ALAN: Have those device names really changed between the 2.0 and 2.1
> series kernels?

Yes, one small difference is that 2.0.36 writes
tty03
and 2.1.125 writes
ttyS03

My device is called /dev/ttyS3 but it doesn't matter.
Same interrput values do work okay with 2.0.36. What shall I do to make it
work under 2.1.125?

Anyway, I have no setserial command during boot (I've explicitely purged
those since they just set the same values, but using /dev/cua*).

Thx
Egmont Koblinger

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/