WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problem with PCI serial card  (Read 3560 times)

Offline eiki

  • Newbie
  • *
  • Posts: 1
Problem with PCI serial card
« on: February 20, 2009, 06:09:57 AM »
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.