2003-07-31 08:19:45

by Nicolas P.

[permalink] [raw]
Subject: wireless MA401 RequestIRQ: Resource in use



Hi,

I have bought an MA401 netgear 802.11b network adapter,
it works well with 2.4.x kernel,
but there seems to be a problem with 2.6 kernels,
I tested 2 differents drivers with same result : "RequestIRQ: Resource in use"
With acpi on toshiba tecra 8100.

Regards.

Nicolas.

First standard kernel driver :

orinoco.c 0.13e (David Gibson <[email protected]> and others)
orinoco_cs.c 0.13e (David Gibson <[email protected]> and others)
orinoco_cs: RequestIRQ: Resource in use

Second hostap driver :

hostap_crypt: registered algorithm 'NULL'
hostap_cs: no version for "CardServices" found: kernel tainted.
hostap_cs: 0.0.4 - 2003-07-27 (Jouni Malinen <[email protected]>)
hostap_cs: setting Vcc=33 (constant)
hostap_cs: CS_EVENT_CARD_INSERTION
prism2_config()
hostap_cs: setting Vcc=50 (from config)
Checking CFTABLE_ENTRY 0x01 (default 0x01)
IO window settings: cfg->io.nwin=1 dflt.io.nwin=1
io->flags = 0x0046, io.base=0x0000, len=64
hostap_cs: RequestIRQ: Resource in use
prism2_release
: card already removed or not configured during shutdown
release - done
prism2_detach
hostap_free_data: ap has not yet been initialized - skip resource freeing


2003-07-31 09:04:33

by Nicolas P.

[permalink] [raw]
Subject: Re: wireless MA401 RequestIRQ: Resource in use


Sorry, I found myself,

switched on ISA support corrected the problem,
dont know why but it works.
(pcmcia card ...)

Nicolas.

Le Jeudi 31 Juillet 2003 10:21, Nicolas P. a ?crit :
> Hi,
>
> I have bought an MA401 netgear 802.11b network adapter,
> it works well with 2.4.x kernel,
> but there seems to be a problem with 2.6 kernels,
> I tested 2 differents drivers with same result : "RequestIRQ: Resource in
> use" With acpi on toshiba tecra 8100.
>
> Regards.
>
> Nicolas.
>
> First standard kernel driver :
>
> orinoco.c 0.13e (David Gibson <[email protected]> and others)
> orinoco_cs.c 0.13e (David Gibson <[email protected]> and others)
> orinoco_cs: RequestIRQ: Resource in use
>
> Second hostap driver :
>
> hostap_crypt: registered algorithm 'NULL'
> hostap_cs: no version for "CardServices" found: kernel tainted.
> hostap_cs: 0.0.4 - 2003-07-27 (Jouni Malinen <[email protected]>)
> hostap_cs: setting Vcc=33 (constant)
> hostap_cs: CS_EVENT_CARD_INSERTION
> prism2_config()
> hostap_cs: setting Vcc=50 (from config)
> Checking CFTABLE_ENTRY 0x01 (default 0x01)
> IO window settings: cfg->io.nwin=1 dflt.io.nwin=1
> io->flags = 0x0046, io.base=0x0000, len=64
> hostap_cs: RequestIRQ: Resource in use
> prism2_release
>
> : card already removed or not configured during shutdown
>
> release - done
> prism2_detach
> hostap_free_data: ap has not yet been initialized - skip resource freeing
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/