The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* problems with multitech 4 port serial card under 2.4.x and 2.6.x
@ 2004-09-17  9:19 John Covici
  2004-09-17  9:33 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: John Covici @ 2004-09-17  9:19 UTC (permalink / raw)
  To: linux-kernel

I have had problems with the multitech 4 port serial card under both
the 2.4 and the 2.6 Linux kernels.

I guess the most important problem is that the driver module does not
detect the card at all -- the only driver whichworks is the one from
multitech itself.   Here is the lspci -v entry for the card.

0000:00:0e.0 Serial controller: Exar Corp. XR17C158 Octal UART (rev
01) (prog-if 02 [16550])
        Subsystem: Unknown device 2205:2001
        Flags: fast devsel, IRQ 7
        Memory at fba00000 (32-bit, non-prefetchable) [size=2K]
 
Now also, I have an Asus a8V and if I have the apic support for uni
processors on it won't even boot with the card installed.

Any assistance on these matters would be appreciated -- especially
Any assistance on these matters would be appreciated.

-- 
         John Covici
         covici@ccs.covici.com

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

* Re: problems with multitech 4 port serial card under 2.4.x and 2.6.x
  2004-09-17  9:19 problems with multitech 4 port serial card under 2.4.x and 2.6.x John Covici
@ 2004-09-17  9:33 ` Russell King
  2004-09-17  9:39   ` John covici
  2004-09-17 11:49   ` John covici
  0 siblings, 2 replies; 4+ messages in thread
From: Russell King @ 2004-09-17  9:33 UTC (permalink / raw)
  To: John Covici; +Cc: linux-kernel

On Fri, Sep 17, 2004 at 05:19:30AM -0400, John Covici wrote:
> I have had problems with the multitech 4 port serial card under both
> the 2.4 and the 2.6 Linux kernels.

You don't say which 2.6 kernel.  Support for these UARTs has only
recently been merged - you'll find it in 2.6.9-rc2 kernels.

Unfortunately I don't recall if it's in 2.6.9-rc1 or not.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

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

* Re: problems with multitech 4 port serial card under 2.4.x and 2.6.x
  2004-09-17  9:33 ` Russell King
@ 2004-09-17  9:39   ` John covici
  2004-09-17 11:49   ` John covici
  1 sibling, 0 replies; 4+ messages in thread
From: John covici @ 2004-09-17  9:39 UTC (permalink / raw)
  To: Russell King; +Cc: John Covici, linux-kernel

Well, I was using 2.6.8 and there is under character devices a
configuration which says multitech and it says its experimental, but
it does not detect the card -- same with 2.4.26.  Maybe I should try
the rc2 and see if my apic problems go away as well -- which would be
nice.

on Friday 09/17/2004 Russell King(rmk+lkml@arm.linux.org.uk) wrote
 > On Fri, Sep 17, 2004 at 05:19:30AM -0400, John Covici wrote:
 > > I have had problems with the multitech 4 port serial card under both
 > > the 2.4 and the 2.6 Linux kernels.
 > 
 > You don't say which 2.6 kernel.  Support for these UARTs has only
 > recently been merged - you'll find it in 2.6.9-rc2 kernels.
 > 
 > Unfortunately I don't recall if it's in 2.6.9-rc1 or not.
 > 
 > -- 
 > Russell King
 >  Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 >  maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
 >                  2.6 Serial core
 > -
 > 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/

-- 
         John Covici
         covici@ccs.covici.com

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

* Re: problems with multitech 4 port serial card under 2.4.x and 2.6.x
  2004-09-17  9:33 ` Russell King
  2004-09-17  9:39   ` John covici
@ 2004-09-17 11:49   ` John covici
  1 sibling, 0 replies; 4+ messages in thread
From: John covici @ 2004-09-17 11:49 UTC (permalink / raw)
  To: Russell King; +Cc: John Covici, linux-kernel

I found it in the changelog -- thanks much.  I wonder why the board
would freak out the apic stuff?

on Friday 09/17/2004 Russell King(rmk+lkml@arm.linux.org.uk) wrote
 > On Fri, Sep 17, 2004 at 05:19:30AM -0400, John Covici wrote:
 > > I have had problems with the multitech 4 port serial card under both
 > > the 2.4 and the 2.6 Linux kernels.
 > 
 > You don't say which 2.6 kernel.  Support for these UARTs has only
 > recently been merged - you'll find it in 2.6.9-rc2 kernels.
 > 
 > Unfortunately I don't recall if it's in 2.6.9-rc1 or not.
 > 
 > -- 
 > Russell King
 >  Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 >  maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
 >                  2.6 Serial core

-- 
         John Covici
         covici@ccs.covici.com

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

end of thread, other threads:[~2004-09-17 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-17  9:19 problems with multitech 4 port serial card under 2.4.x and 2.6.x John Covici
2004-09-17  9:33 ` Russell King
2004-09-17  9:39   ` John covici
2004-09-17 11:49   ` John covici

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