public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Syba 8-Port Serial Card Unidentified By Kernel
@ 2007-10-05 21:31 Chris Bergeron
  2007-10-05 22:43 ` Nicholas Miell
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Chris Bergeron @ 2007-10-05 21:31 UTC (permalink / raw)
  To: linux-kernel

Hello all,

I've just installed a multiport serial card released by an outfit called 
Syba.  This is an 8 port serial-only card with an Octopus style breakout 
cable.  The main chipset on it is an ITE IT8871F.

I've got two questions on this: Is there a driver I should try force 
loading on it (and if so, what options to use)?  and is there any useful 
testing I can do to report back to the LKML on this card?

Thanks for your time, diagnostic output follows.
-- Chris

The following comes up from an "lspci -vv"

01:06.0 Serial controller: PLX Technology, Inc. Unknown device 9016 (rev 
01) (prog-if 02 [16550])
        Subsystem: Unknown device 544e:0008
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR-
        Interrupt: pin A routed to IRQ 16
        Region 0: I/O ports at a000 [size=64]
        Region 1: I/O ports at a400 [size=16]
        Region 2: I/O ports at a800 [size=16]
        Region 3: Memory at f5000000 (32-bit, non-prefetchable) [size=4K]
        Region 4: Memory at f5001000 (32-bit, non-prefetchable) [size=4K]
        Region 5: Memory at f5002000 (32-bit, non-prefetchable) [size=4K]

and "lshw" outputs:

        *-communication UNCLAIMED
             description: Serial controller
             product: PLX Technology, Inc.
             vendor: PLX Technology, Inc.
             physical id: 6
             bus info: pci@0000:01:06.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: 16550
             configuration: latency=0


^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: Syba 8-Port Serial Card Unidentified By Kernel
@ 2007-10-19 14:17 kyle
  0 siblings, 0 replies; 23+ messages in thread
From: kyle @ 2007-10-19 14:17 UTC (permalink / raw)
  To: linux-kernel

I also have an 8 port PCI serial card with the 8871 chip on it and a 
breakout cable.  It is identified as such on my machine:

01:02.0 Serial controller: PLX Technology, Inc. Unknown device 9016 (rev 01) 
(prog-if 02 [16550])
        Subsystem: Unknown device 544e:0008
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR-
        Interrupt: pin A routed to IRQ 9
        Region 0: I/O ports at b800 [disabled] [size=64]
        Region 1: I/O ports at b400 [disabled] [size=16]
        Region 2: I/O ports at b000 [disabled] [size=16]
        Region 3: Memory at ff8fe000 (32-bit, non-prefetchable) [disabled] 
[size=4K]
        Region 4: Memory at ff8fd000 (32-bit, non-prefetchable) [disabled] 
[size=4K]
        Region 5: Memory at ff8fc000 (32-bit, non-prefetchable) [disabled] 
[size=4K]

There was also a driver cd included with my card, and I've placed the 
drivers at:

http://www.sasseriansection.com/media/files/it8871.tar.gz

I have not been able to get the drivers to install properly into my 2.6.18 
kernel though.

Looking at the files and whatnot, it does seem that the suspicions posted 
here were correct.  That the card is ran via a parallel port, and through 
this parallel port the uarts are accessed.  The drivers seem to basically be 
a modified parport_pc module.  The drivers that came with the card are for a 
2.4 kernel though.

I also found a couple references to work on some kernel modules at 
http://lkml.org/lkml/2007/8/10/404 regarding adding 8871 support, but 
haven't been able to do much with it.

Hope this information is helpful to someone, and if possible please CC me on 
any additional discussions regarding this card.
-------------
Kyle Sasser 


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2008-09-20 23:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-05 21:31 Syba 8-Port Serial Card Unidentified By Kernel Chris Bergeron
2007-10-05 22:43 ` Nicholas Miell
2007-10-09 18:14 ` Lennart Sorensen
2007-10-09 19:25   ` Chris Bergeron
2007-10-10  9:54 ` Andrey Panin
2007-10-11 17:02   ` Chris Bergeron
2007-10-11 19:01     ` Lennart Sorensen
2007-10-11 20:48       ` Chris Bergeron
2007-10-12 12:08     ` Andrey Panin
2007-10-16 19:03       ` Chris Bergeron
2007-10-17  6:42         ` Andrey Panin
2007-10-17 22:16           ` Chris Bergeron
2007-10-18  5:57             ` Andrey Panin
2007-10-18 17:00               ` Chris Bergeron
2007-10-22 15:33                 ` Andrey Panin
2007-10-22 16:18                   ` Lennart Sorensen
2007-10-26 11:35                     ` Andrey Panin
2007-10-22 17:14                   ` Chris Bergeron
2007-10-28 15:42                     ` Andrey Panin
2008-09-04  3:59                       ` Bjorn Helgaas
2008-09-10 19:26                         ` Bjorn Helgaas
     [not found]   ` <200809181512.43523.bjorn.helgaas@hp.com>
     [not found]     ` <48D3EEDD.70403@pcburn.com>
2008-09-20 23:21       ` Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2007-10-19 14:17 kyle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox