The card is working just fine in Ubuntu, Slackware, Puppy, etc distros, but will not work in tcl.
I have tried the following;
Code:
lspci -v
Output:
Code:
00:0d.0 Communication controller: NetMos Technology PCI 9835 Multi-I/O Controller (rev 01)
Subsystem: LSI Logic / Symbios Logic 1P2S
Flags: medium devsel, IRQ 11
I/O ports at 9800 size=8
I/O ports at 9400 size=8
I/O ports at 9000 size=8
I/O ports at 8800 size=8
I/O ports at 8400 size=8
I/O ports at 8000 size=16
Then I use setserial to manually configure the ports:
Code:
setserial /dev/ttyS1 port 0x9800 UART 16550A irq 11 Baud_base 115200
setserial /dev/ttyS2 port 0x9400 UART 16550A irq 11 Baud_base 115200
But no luck!
How is the serial ports detected/configured in the other Distros?
There is one serial port on the mainboard, thats why I use ttyS1 and ttyS2.
Please help, anyone? Thanks.