Comment 0 for bug 278350

Revision history for this message
Mika Pflüger (mikapflueger) wrote : [intrepid-beta] PCMCIA network-card working in hardy does not work

exakt version of the kernel: 2.6.27-4-gerneric (Ubuntu 2.6.27-4.6-generic)

I am testing Intrepid on a fairly old Laptop without build-in network card, thus I use a Netgear FA411 Fast Ethernet PCMCIA network card. Under hardy it works like a charm (with every version of kernel that was ever present in hardy), no problems, works after suspend/resume and hibernate/resume, everything's fine. But under Intrepid it doesn't work. To be more specific: the driver refuses to drive the card claiming somebody else is responsible, but no other driver shows up, so the cards stays undriven.

The symptoms: the card's leds are on, ifconfig reports only loopback device, the gnome tool in the upper right-hand corner does not see a device.

I have the output of lspcmcia -vv under hardy and intrepid as well as the output of dmesg under both attached, the most interesting lines I cite:

lspcmcia -vv hardy:
Socket 1 Device 0: [pcnet_cs] (bus ID: 1.0)

lspcmcia -vv intrepid:
Socket 1 Device 0: [-- no driver --] (bus ID: 1.0)

dmesg hardy:
[ 90.051734] pccard: PCMCIA card inserted into slot 1
[ 102.844908] cs: IO port probe 0x100-0x3af: clean.
[ 102.847719] cs: IO port probe 0x3e0-0x4ff: clean.
[ 102.849158] cs: IO port probe 0x820-0x8ff: clean.
[ 102.850492] cs: IO port probe 0xc00-0xcf7: clean.
[ 102.853025] cs: IO port probe 0xa00-0xaff: clean.
[ 103.286116] cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 103.294603] pcmcia: registering new device pcmcia1.0
[ 103.308750] cs: IO port probe 0x100-0x3af: clean.
[ 103.311598] cs: IO port probe 0x3e0-0x4ff: clean.
[ 103.313037] cs: IO port probe 0x820-0x8ff: clean.
[ 103.319870] cs: IO port probe 0xc00-0xcf7: clean.
[ 103.322501] cs: IO port probe 0xa00-0xaff: clean.
[ 104.536688] eth0: NE2000 Compatible: io 0x320, irq 3, hw_addr 00:40:f4:24:70:ec

dmesg intrepid:
[ 50.771501] pccard: PCMCIA card inserted into slot 1
[ 52.287586] input: PS2++ Logitech TouchPad 3 as /class/input/input2
[ 52.374044] cs: IO port probe 0x100-0x3af: excluding 0x200-0x207 0x220-0x22f 0x300-0x307 0x378-0x37f 0x388-0x38f
[ 52.376950] cs: IO port probe 0x3e0-0x4ff: clean.
[ 52.378348] cs: IO port probe 0x820-0x8ff: clean.
[ 52.388953] cs: IO port probe 0x100-0x3af: excluding 0x200-0x207 0x220-0x22f 0x300-0x307 0x378-0x37f 0x388-0x38f
[ 52.391827] cs: IO port probe 0x3e0-0x4ff: clean.
[ 52.393223] cs: IO port probe 0x820-0x8ff: clean.
[ 52.394451] cs: IO port probe 0xc00-0xcf7: clean.
[ 52.396832] cs: IO port probe 0xa00-0xaff: clean.
[ 52.398230] cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 52.407451] cs: IO port probe 0xc00-0xcf7: clean.
[ 52.409796] cs: IO port probe 0xa00-0xaff: clean.
[ 52.416103] pcmcia: registering new device pcmcia1.0
[ 54.255498] pcnet_cs: this is an AX88190 card!
[ 54.255529] pcnet_cs: use axnet_cs instead.

attached the complete outputs. If you need further information - ask.