* RequestIRQ: Resource in use. 2.4.20-rc2
@ 2002-11-17 22:19 Magnus Månsson
2002-11-17 22:49 ` John M Flinchbaugh
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Magnus Månsson @ 2002-11-17 22:19 UTC (permalink / raw)
To: linux-kernel; +Cc: Magnus Månsson
Hello,
I am having a problem with my PCMCIA in my Dell Inspiron 8200.
In kernel 2.4.19 my pcmcia-cards works perfactly but in 2.4.20-rc1 and
2.4.20-rc2 I am getting the same error on both my pcmcia cards (one 802.11b
wireless card of model D-Link DWL-650 and one 3com card 10/100Mb of some
kind).
pcmcia-cs version 3.2.2-1 is used though I am running debian unstable.
I am getting the following in my syslog when I insert one of the cards:
---
Nov 17 21:59:54 freija cardmgr[231]: socket 1: Intersil PRISM2 11 Mbps
Wireless Adapter
Nov 17 21:59:55 freija cardmgr[231]: executing: 'modprobe orinoco_cs'
Nov 17 21:59:55 freija kernel: hermes.c: 5 Apr 2002 David Gibson
<hermes@gibson.dropbear.id.au>
Nov 17 21:59:55 freija kernel: orinoco.c 0.11b (David Gibson
<hermes@gibson.dropbear.id.au> and others)
Nov 17 21:59:55 freija kernel: orinoco_cs.c 0.11b (David Gibson
<hermes@gibson.dropbear.id.au> and others)
Nov 17 21:59:55 freija kernel: orinoco_cs: RequestIRQ: Resource in use
Nov 17 21:59:56 freija cardmgr[231]: get dev info on socket 1 failed:
Resource temporarily unavailable
---
I have tried various combinations of irq-excludes in my
/etc/pcmcia/config.opts without any difference at all.
Another interesting thing is that I am not able to build pcmcia as
modules, but imbedded in the kernel goes fine.
I haven't found anything about this problem at the lkml and I hope someone
has an answer to me.
The following is from my config file belonging to the kernels I have
compiled, I hope only the PCMCIA/CardBus-part is interesting. (I think I
have a I82365, but since that didn't work I compiled them both in).
---
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
CONFIG_I82092=y
CONFIG_I82365=y
---
Please cc me though I am not subscribed to the the list.
Thanks
--
Magnus Månsson
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: RequestIRQ: Resource in use. 2.4.20-rc2
2002-11-17 22:19 RequestIRQ: Resource in use. 2.4.20-rc2 Magnus Månsson
@ 2002-11-17 22:49 ` John M Flinchbaugh
2002-11-18 2:34 ` Magnus Månsson
2002-11-18 4:38 ` Aaron Sethman
2 siblings, 0 replies; 4+ messages in thread
From: John M Flinchbaugh @ 2002-11-17 22:49 UTC (permalink / raw)
To: Magnus M?nsson; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 825 bytes --]
On Sun, Nov 17, 2002 at 11:19:35PM +0100, Magnus M?nsson wrote:
> In kernel 2.4.19 my pcmcia-cards works perfactly but in 2.4.20-rc1 and
> 2.4.20-rc2 I am getting the same error on both my pcmcia cards (one
802.11b
> wireless card of model D-Link DWL-650 and one 3com card 10/100Mb of
some
> kind).
> pcmcia-cs version 3.2.2-1 is used though I am running debian unstable.
i have the exact same story, but in the 2.5 kernels. orinoco card and
a 3com card. neither work with anything later than 2.5.45, so i've
been stuck at that kernel.
what's happened the same from 2.4.20-rc1 -> rc2 and from 2.5.45 ->
2.5.46?
--
____________________}John Flinchbaugh{______________________
| glynis@hjsoft.com http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: RequestIRQ: Resource in use. 2.4.20-rc2
2002-11-17 22:19 RequestIRQ: Resource in use. 2.4.20-rc2 Magnus Månsson
2002-11-17 22:49 ` John M Flinchbaugh
@ 2002-11-18 2:34 ` Magnus Månsson
2002-11-18 4:38 ` Aaron Sethman
2 siblings, 0 replies; 4+ messages in thread
From: Magnus Månsson @ 2002-11-18 2:34 UTC (permalink / raw)
To: linux-kernel
Actually I got it to work now, I was going to find which pre-kernel it
stopped working in so I started with testing with 2.4.20-pre6 and got
compileerrors.
I made three changes in the config file (taking options away that I didn't
really need), one of them I have forgotten, but I don't beleive it was
related at all.
The other ones was: CONFIG_NET_PCMCIA_RADIO and CONFIG_PCMCIA_WAVELAN that
actually has with pcmcia to do.
I don't know if it was those who really solved my problem, but else I was
just lucky coming around the problem.
On Sun, Nov 17, 2002 at 11:19:35PM +0100, Magnus Månsson wrote:
> Hello,
>
> I am having a problem with my PCMCIA in my Dell Inspiron 8200.
> In kernel 2.4.19 my pcmcia-cards works perfactly but in 2.4.20-rc1 and
> 2.4.20-rc2 I am getting the same error on both my pcmcia cards (one 802.11b
> wireless card of model D-Link DWL-650 and one 3com card 10/100Mb of some
> kind).
> pcmcia-cs version 3.2.2-1 is used though I am running debian unstable.
>
> I am getting the following in my syslog when I insert one of the cards:
> ---
> Nov 17 21:59:54 freija cardmgr[231]: socket 1: Intersil PRISM2 11 Mbps
> Wireless Adapter
> Nov 17 21:59:55 freija cardmgr[231]: executing: 'modprobe orinoco_cs'
> Nov 17 21:59:55 freija kernel: hermes.c: 5 Apr 2002 David Gibson
> <hermes@gibson.dropbear.id.au>
> Nov 17 21:59:55 freija kernel: orinoco.c 0.11b (David Gibson
> <hermes@gibson.dropbear.id.au> and others)
> Nov 17 21:59:55 freija kernel: orinoco_cs.c 0.11b (David Gibson
> <hermes@gibson.dropbear.id.au> and others)
> Nov 17 21:59:55 freija kernel: orinoco_cs: RequestIRQ: Resource in use
> Nov 17 21:59:56 freija cardmgr[231]: get dev info on socket 1 failed:
> Resource temporarily unavailable
> ---
>
> I have tried various combinations of irq-excludes in my
> /etc/pcmcia/config.opts without any difference at all.
> Another interesting thing is that I am not able to build pcmcia as
> modules, but imbedded in the kernel goes fine.
> I haven't found anything about this problem at the lkml and I hope someone
> has an answer to me.
>
> The following is from my config file belonging to the kernels I have
> compiled, I hope only the PCMCIA/CardBus-part is interesting. (I think I
> have a I82365, but since that didn't work I compiled them both in).
> ---
> # PCMCIA/CardBus support
> #
> CONFIG_PCMCIA=y
> CONFIG_CARDBUS=y
> # CONFIG_TCIC is not set
> CONFIG_I82092=y
> CONFIG_I82365=y
> ---
>
>
> Please cc me though I am not subscribed to the the list.
> Thanks
>
> --
> Magnus Månsson
>
--
Magnus Månsson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: RequestIRQ: Resource in use. 2.4.20-rc2
2002-11-17 22:19 RequestIRQ: Resource in use. 2.4.20-rc2 Magnus Månsson
2002-11-17 22:49 ` John M Flinchbaugh
2002-11-18 2:34 ` Magnus Månsson
@ 2002-11-18 4:38 ` Aaron Sethman
2 siblings, 0 replies; 4+ messages in thread
From: Aaron Sethman @ 2002-11-18 4:38 UTC (permalink / raw)
To: Magnus Månsson; +Cc: linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 2412 bytes --]
Try to recompile with CONFIG_ISA support enabled, that should fix the
problem. If I understand correctly, the 16bit PCMCIA cards are still ISA
devices.
Regards,
Aaron
On Sun, 17 Nov 2002, Magnus [iso-8859-1] Månsson wrote:
> Hello,
>
> I am having a problem with my PCMCIA in my Dell Inspiron 8200.
> In kernel 2.4.19 my pcmcia-cards works perfactly but in 2.4.20-rc1 and
> 2.4.20-rc2 I am getting the same error on both my pcmcia cards (one 802.11b
> wireless card of model D-Link DWL-650 and one 3com card 10/100Mb of some
> kind).
> pcmcia-cs version 3.2.2-1 is used though I am running debian unstable.
>
> I am getting the following in my syslog when I insert one of the cards:
> ---
> Nov 17 21:59:54 freija cardmgr[231]: socket 1: Intersil PRISM2 11 Mbps
> Wireless Adapter
> Nov 17 21:59:55 freija cardmgr[231]: executing: 'modprobe orinoco_cs'
> Nov 17 21:59:55 freija kernel: hermes.c: 5 Apr 2002 David Gibson
> <hermes@gibson.dropbear.id.au>
> Nov 17 21:59:55 freija kernel: orinoco.c 0.11b (David Gibson
> <hermes@gibson.dropbear.id.au> and others)
> Nov 17 21:59:55 freija kernel: orinoco_cs.c 0.11b (David Gibson
> <hermes@gibson.dropbear.id.au> and others)
> Nov 17 21:59:55 freija kernel: orinoco_cs: RequestIRQ: Resource in use
> Nov 17 21:59:56 freija cardmgr[231]: get dev info on socket 1 failed:
> Resource temporarily unavailable
> ---
>
> I have tried various combinations of irq-excludes in my
> /etc/pcmcia/config.opts without any difference at all.
> Another interesting thing is that I am not able to build pcmcia as
> modules, but imbedded in the kernel goes fine.
> I haven't found anything about this problem at the lkml and I hope someone
> has an answer to me.
>
> The following is from my config file belonging to the kernels I have
> compiled, I hope only the PCMCIA/CardBus-part is interesting. (I think I
> have a I82365, but since that didn't work I compiled them both in).
> ---
> # PCMCIA/CardBus support
> #
> CONFIG_PCMCIA=y
> CONFIG_CARDBUS=y
> # CONFIG_TCIC is not set
> CONFIG_I82092=y
> CONFIG_I82365=y
> ---
>
>
> Please cc me though I am not subscribed to the the list.
> Thanks
>
> --
> Magnus Månsson
> -
> 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/
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-18 4:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-17 22:19 RequestIRQ: Resource in use. 2.4.20-rc2 Magnus Månsson
2002-11-17 22:49 ` John M Flinchbaugh
2002-11-18 2:34 ` Magnus Månsson
2002-11-18 4:38 ` Aaron Sethman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®