It has probably been set okay after boot by `setserial` in some boot
script.
> If I use the command line parameter everybody says: (odd and 8 data bits is
> what I use)
> serial=2,9600o8
> console=ttyS2,9600o8 console=tty0
This is not valid. You cannot reasonably have parity and 8 bits. One
of them has to go. Either use 8 bits and no parity or 7 bits with
parity.
This is because there are 10 bits/baud. The "stop" bit is a timing
interval equal to one of these bits, between characters. Therefore, you
can have many stop bits, this just spaces the characters.
Cheers,
Dick Johnson
Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).
I was going to compile a list of innovations that could be
attributed to Microsoft. Once I realized that Ctrl-Alt-Del
was handled in the BIOS, I found that there aren't any.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/