2000-12-17 02:21:34

by Miles Lane

[permalink] [raw]
Subject: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services


Hi,

I have built my test12 kernel with the following options:

CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
CONFIG_I82365=y

CONFIG_PNP=y
CONFIG_ISAPNP=y
CONFIG_PCMCIA_SERIAL=y
CONFIG_PCMCIA_SERIAL_CS=m
CONFIG_PCMCIA_SERIAL_CB=m

I have the 3.1.22 version of David Hinds' PCMCIA installed.
It didn't build the drivers, since the package is configured to
use the kernel's drivers.

dmesg shows:

Linux PCMCIA Card Services 3.1.22
options: [pci] [cardbus] [pm]
PCI: Enabling device 00:04.0 (0000 -> 0002)
PCI: Assigned IRQ 11 for device 00:04.0
PCI: Enabling device 00:04.1 (0000 -> 0002)
PCI: Assigned IRQ 11 for device 00:04.1
Intel PCIC probe: not found
Yenta IRQ list 0698, PCI irq11
Socket status: 30000020
Yenta IRQ list 0698, PCI irq11
Socket status: 30000010
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x220-0x22f 0x378-0x37f
0x388-0x38f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: warning: no high memory space available!
cs: memory probe 0x0d0000-0x0dffff: clean.
register_serial(): autoconfig failed
serial_cs: register_serial() at 0x03e8, irq 3 failed.

"cardctl ident" shows:

Socket 1:
product info: "PCMCIA", "V.90 Communications Device ", "", ""
manfid: 0x018a, 0x0001

My modem is not one of the default supported devices,
so I added a device entry in /etc/pcmcia/config:

card "V90"
manfid 0x018a, 0x0001
bind "serial_cs"

The modem is model PN610-X2 (a 56K V.90 PCMCIA Fax-Modem)
made by Hawking Technology. It's a 16-bit, PCMCIA 2.1-compliant,
Type II PC Card.






2000-12-19 00:09:48

by David Hinds

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Sat, Dec 16, 2000 at 05:52:30PM -0800, Miles Lane wrote:

> register_serial(): autoconfig failed
> serial_cs: register_serial() at 0x03e8, irq 3 failed.
>
> "cardctl ident" shows:
>
> Socket 1:
> product info: "PCMCIA", "V.90 Communications Device ", "", ""
> manfid: 0x018a, 0x0001

Have you tried, or could you try, using this card under a 2.2 kernel
for comparison?

Also, the first thing I'd try would be to exclude the irq 3, port
0x3e8-0x3ef resources in /etc/pcmcia/config.opts to verify that it is
not a resource conflict of some sort.

-- Dave

2000-12-19 20:15:37

by David Hinds

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Sat, Dec 16, 2000 at 05:52:30PM -0800, Miles Lane wrote:
>
> Socket 1:
> product info: "PCMCIA", "V.90 Communications Device ", "", ""
> manfid: 0x018a, 0x0001

Now I have another report of this card not working, under 2.2.
Perhaps it is a Winmodem?

-- Dave

2000-12-19 22:17:15

by Jeff V. Merkey

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Tue, Dec 19, 2000 at 11:46:14AM -0800, David Hinds wrote:
> On Sat, Dec 16, 2000 at 05:52:30PM -0800, Miles Lane wrote:
> >
> > Socket 1:
> > product info: "PCMCIA", "V.90 Communications Device ", "", ""
> > manfid: 0x018a, 0x0001
>
> Now I have another report of this card not working, under 2.2.
> Perhaps it is a Winmodem?
>
> -- Dave
> -

David,

On a related topic, the 3c575_cb driver on an IBM Thinkpad 765D is getting
tx errors on the 2.2.18 kernel with PCMCIA services 3.1.22.

Card is a 3Com 3CCFE575BT Cyclone Cardbus Adapter.

Error is:

eth0: transmit timed out, tx_status 00 status e000.
diagnostics net 0cc2 media a800 dma 000000a0

Windows NT 4 and W2K work flawlessly with the same hardware setup, and have
for about 1 year.

Jeff


> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> Please read the FAQ at http://www.tux.org/lkml/

2000-12-19 22:20:45

by David Hinds

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Tue, Dec 19, 2000 at 03:41:29PM -0700, Jeff V. Merkey wrote:
>
> On a related topic, the 3c575_cb driver on an IBM Thinkpad 765D is getting
> tx errors on the 2.2.18 kernel with PCMCIA services 3.1.22.
>
> Card is a 3Com 3CCFE575BT Cyclone Cardbus Adapter.
>
> Error is:
>
> eth0: transmit timed out, tx_status 00 status e000.
> diagnostics net 0cc2 media a800 dma 000000a0

What host bridge is in the 765D? Is it perhaps a TI 1131 rev 1, or
something else? Also, try adding:

module "3c575_cb" opts "down_poll_rate=0"

to /etc/pcmcia/config.opts and see if that makes any difference.

-- Dave

2000-12-19 23:41:11

by Jeff V. Merkey

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Tue, Dec 19, 2000 at 01:51:14PM -0800, David Hinds wrote:
> On Tue, Dec 19, 2000 at 03:41:29PM -0700, Jeff V. Merkey wrote:
> >
> > On a related topic, the 3c575_cb driver on an IBM Thinkpad 765D is getting
> > tx errors on the 2.2.18 kernel with PCMCIA services 3.1.22.
> >
> > Card is a 3Com 3CCFE575BT Cyclone Cardbus Adapter.
> >
> > Error is:
> >
> > eth0: transmit timed out, tx_status 00 status e000.
> > diagnostics net 0cc2 media a800 dma 000000a0
>
> What host bridge is in the 765D? Is it perhaps a TI 1131 rev 1, or
> something else? Also, try adding:
>

/proc/bus/pccard/00/info reports TI 1130 chipset.

> module "3c575_cb" opts "down_poll_rate=0"

Adding this does not fix the problem, but does cause a little more
error info to get printed. Now in addition to the original message,
I am also seeing:

eth0: Tx ring full, refusing to send buffer.

Looks like some type of interrupt problem. I am available to assist
you in debugging this problem.

Jeff

>
> to /etc/pcmcia/config.opts and see if that makes any difference.
>
> -- Dave
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> Please read the FAQ at http://www.tux.org/lkml/

2000-12-20 18:45:57

by Jeff V. Merkey

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Tue, Dec 19, 2000 at 05:05:16PM -0700, Jeff V. Merkey wrote:

David,

Do you think there's a solution for this problem. Sorry for bothering
you again. I'm available if you need some help retesting and fixes.

:-)

Jeff


> On Tue, Dec 19, 2000 at 01:51:14PM -0800, David Hinds wrote:
> > On Tue, Dec 19, 2000 at 03:41:29PM -0700, Jeff V. Merkey wrote:
> > >
> > > On a related topic, the 3c575_cb driver on an IBM Thinkpad 765D is getting
> > > tx errors on the 2.2.18 kernel with PCMCIA services 3.1.22.
> > >
> > > Card is a 3Com 3CCFE575BT Cyclone Cardbus Adapter.
> > >
> > > Error is:
> > >
> > > eth0: transmit timed out, tx_status 00 status e000.
> > > diagnostics net 0cc2 media a800 dma 000000a0
> >
> > What host bridge is in the 765D? Is it perhaps a TI 1131 rev 1, or
> > something else? Also, try adding:
> >
>
> /proc/bus/pccard/00/info reports TI 1130 chipset.
>
> > module "3c575_cb" opts "down_poll_rate=0"
>
> Adding this does not fix the problem, but does cause a little more
> error info to get printed. Now in addition to the original message,
> I am also seeing:
>
> eth0: Tx ring full, refusing to send buffer.
>
> Looks like some type of interrupt problem. I am available to assist
> you in debugging this problem.
>
> Jeff
>
> >
> > to /etc/pcmcia/config.opts and see if that makes any difference.
> >
> > -- Dave
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to [email protected]
> > Please read the FAQ at http://www.tux.org/lkml/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> Please read the FAQ at http://www.tux.org/lkml/

2000-12-20 19:04:34

by David Hinds

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Wed, Dec 20, 2000 at 12:10:41PM -0700, Jeff V. Merkey wrote:
> On Tue, Dec 19, 2000 at 05:05:16PM -0700, Jeff V. Merkey wrote:
>
> Do you think there's a solution for this problem. Sorry for bothering
> you again. I'm available if you need some help retesting and fixes.

I do not have a solution. I have a few reports of tx timeout problems
that I have so far been unable to reproduce. It is a sufficiently
nonspecific outcome that I don't have any good ideas for how to track
down the problem; all my attempts so far have come up blank.

-- Dave

2000-12-20 22:00:50

by Jeff V. Merkey

[permalink] [raw]
Subject: Re: PCMCIA modem (v.90 X2) not working with 2.4.0-test12 PCMCIA services

On Wed, Dec 20, 2000 at 04:33:04AM -0800, David Hinds wrote:
> On Wed, Dec 20, 2000 at 12:10:41PM -0700, Jeff V. Merkey wrote:
> > On Tue, Dec 19, 2000 at 05:05:16PM -0700, Jeff V. Merkey wrote:
> >
> > Do you think there's a solution for this problem. Sorry for bothering
> > you again. I'm available if you need some help retesting and fixes.
>
> I do not have a solution. I have a few reports of tx timeout problems
> that I have so far been unable to reproduce. It is a sufficiently
> nonspecific outcome that I don't have any good ideas for how to track
> down the problem; all my attempts so far have come up blank.
>
> -- Dave


If you have a mailing address, I can overnight the laptop computer to you
provided you agree to return it after you run down the problem.

:-)

Jeff