2003-07-19 19:43:01

by Eric Van Buggenhaut

[permalink] [raw]
Subject: 2.6.0-test1 fails at insmoding orinoco_cs

I just gave a try to 2.6.0-test1, all is fine except there's an IRQ
conflict occuring when modprobing my wireless card's driver:

Jul 19 20:53:37 femto kernel: Linux Kernel Card Services 3.1.22
Jul 19 20:53:37 femto kernel: options: [pci] [cardbus] [pm]
Jul 19 20:53:37 femto kernel: PCI: Found IRQ 11 for device 0000:00:0b.0
Jul 19 20:53:37 femto kernel: Yenta IRQ list 06b0, PCI irq11
Jul 19 20:53:37 femto kernel: Socket status: 30000411
Jul 19 20:53:37 femto kernel: PCI: Found IRQ 11 for device 0000:00:0b.1
Jul 19 20:53:37 femto kernel: Yenta IRQ list 06b0, PCI irq11
Jul 19 20:53:37 femto kernel: Socket status: 30000087
Jul 19 20:53:38 femto kernel: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcbfff 0xf0000-0xfffff
Jul 19 20:53:38 femto kernel: orinoco_cs: RequestIRQ: Resource in use

It's the same driver I used with 2.4.21 and it worked fine. Is this a
bug ? I'm not a kernel guru... If you need help to debug, lemme know.

Please CC me on reply.

--
Eric VAN BUGGENHAUT
[email protected]


2003-07-19 19:52:46

by Sean Neakums

[permalink] [raw]
Subject: Re: 2.6.0-test1 fails at insmoding orinoco_cs

Eric Van Buggenhaut <[email protected]> writes:

> It's the same driver I used with 2.4.21 and it worked fine. Is this a
> bug ? I'm not a kernel guru... If you need help to debug, lemme know.

Happily using the version shipped with 2.6.0-test1 here.

Jul 19 15:40:47 revox kernel: Linux Kernel Card Services 3.1.22
Jul 19 15:40:47 revox kernel: options: [pci] [cardbus] [pm]
Jul 19 15:40:47 revox kernel: PCI: Found IRQ 11 for device 0000:02:01.0
Jul 19 15:40:47 revox kernel: PCI: Sharing IRQ 11 with 0000:02:01.1
Jul 19 15:40:47 revox kernel: Yenta IRQ list 06b8, PCI irq11
Jul 19 15:40:47 revox kernel: Socket status: 30000006
Jul 19 15:40:47 revox kernel: PCI: Found IRQ 11 for device 0000:02:01.1
Jul 19 15:40:47 revox kernel: PCI: Sharing IRQ 11 with 0000:02:01.0
Jul 19 15:40:47 revox kernel: Yenta IRQ list 06b8, PCI irq11
Jul 19 15:40:47 revox kernel: Socket status: 30000010
Jul 19 15:40:48 revox cardmgr[396]: watching 2 sockets
Jul 19 15:40:48 revox cardmgr[397]: starting, version is 3.2.2
Jul 19 15:40:48 revox cardmgr[397]: socket 1: NetGear MA401RA
Jul 19 15:40:48 revox kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Jul 19 15:40:48 revox kernel: cs: IO port probe 0x0800-0x08ff: excluding 0x800-0x817 0x828-0x837 0x
840-0x857 0x860-0x877 0x880-0x88f 0x898-0x89f 0x8a8-0x8cf 0x8e0-0x8ff
Jul 19 15:40:48 revox kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x3c0-0x3df 0x
4d0-0x4d7
Jul 19 15:40:48 revox kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Jul 19 15:40:48 revox kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Jul 19 15:40:48 revox cardmgr[397]: executing: 'modprobe orinoco_cs'
Jul 19 15:40:48 revox kernel: orinoco.c 0.13e (David Gibson <[email protected]> and othe
rs)
Jul 19 15:40:48 revox kernel: orinoco_cs.c 0.13e (David Gibson <[email protected]> and o
thers)
Jul 19 15:40:48 revox kernel: eth1: Station identity xxxx:xxxx:xxxx:xxxx
Jul 19 15:40:48 revox kernel: eth1: Looks like an Intersil firmware version 1.3.6
Jul 19 15:40:48 revox kernel: eth1: Ad-hoc demo mode supported
Jul 19 15:40:48 revox kernel: eth1: IEEE standard IBSS ad-hoc mode supported
Jul 19 15:40:48 revox kernel: eth1: WEP supported, 104-bit key
Jul 19 15:40:48 revox kernel: eth1: MAC address xx:xx:xx:xx:xx:xx
Jul 19 15:40:48 revox kernel: eth1: Station name "Prism I"
Jul 19 15:40:48 revox kernel: eth1: ready
Jul 19 15:40:48 revox kernel: eth1: index 0x01: Vcc 5.0, irq 3, io 0x0100-0x013f

2003-07-21 12:31:18

by Alexander Rau

[permalink] [raw]
Subject: Re: 2.6.0-test1 fails at insmoding orinoco_cs

Had the same problems. Check if you enabled ISA support in your kernel
config. Solved my problems. Otherwise check out the pcmcia-cs docs at
pcmcia.sf.net. There's a description of configuration parameters in the
troubleshooting section of the user-howto, especially on irq and io mem
problems...

Regards, Al


> I just gave a try to 2.6.0-test1, all is fine except there's an IRQ
> conflict occuring when modprobing my wireless card's driver:
>
> Jul 19 20:53:37 femto kernel: Linux Kernel Card Services 3.1.22
> Jul 19 20:53:37 femto kernel: options: [pci] [cardbus] [pm]
> Jul 19 20:53:37 femto kernel: PCI: Found IRQ 11 for device 0000:00:0b.0
> Jul 19 20:53:37 femto kernel: Yenta IRQ list 06b0, PCI irq11
> Jul 19 20:53:37 femto kernel: Socket status: 30000411
> Jul 19 20:53:37 femto kernel: PCI: Found IRQ 11 for device 0000:00:0b.1
> Jul 19 20:53:37 femto kernel: Yenta IRQ list 06b0, PCI irq11
> Jul 19 20:53:37 femto kernel: Socket status: 30000087
> Jul 19 20:53:38 femto kernel: cs: memory probe 0x0c0000-0x0fffff:
> excluding 0xc0000-0xcbfff 0xf0000-0xfffff
> Jul 19 20:53:38 femto kernel: orinoco_cs: RequestIRQ: Resource in use
>
> It's the same driver I used with 2.4.21 and it worked fine. Is this a
> bug ? I'm not a kernel guru... If you need help to debug, lemme know.
>
> Please CC me on reply.