PCMCIA (was Re: [plug] airsnort)

Adam Hewitt ahewitt at globaldial.com
Tue Sep 9 12:19:53 WST 2003


well I tried running /etc/init.d/pcmcia start and I received errors
about not having pcmcia_core...so I added that and recompiled.

Then I got an error saying that it didn't have i82365...so I added that
and recompiled.

*Now* I am getting:

Starting PCMCIA services:
/lib/modules/2.4.22-ben2/kernel/drivers/pcmcia/i82365.o: init_module: No
such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22-ben2/kernel/drivers/pcmcia/i82365.o: insmod
/lib/modules/2.4.22-ben2/kernel/drivers/pcmcia/i82365.o failed
/lib/modules/2.4.22-ben2/kernel/drivers/pcmcia/i82365.o: insmod i82365
failed

??

I cant even find any reference to i82365 in the /etc/pcmcia directory
(grep -ri 82365 /etc/pcmcia)

Adam.

On Tue, 2003-09-09 at 10:43, Matt Kemner wrote:
> On Tue, 9 Sep 2003, quoth Adam Hewitt:
> 
> > I can modprobe the module but it does nothing, it doesn't seem to bind
> > with the card??
> 
> PCMCIA works totally different to what you'd expect.
> You can't just modprobe a module and expect it to work, it's all handled
> by cardmgr.
> 
> You need to:
> 
> cardctl ident
> 
> to find out what the card reports itself as
> eg:
> Socket 1:
>   product info: "Cabletron", "RoamAbout 802.11 DS", "Version 01.01", ""
>   manfid: 0x0156, 0x0002
>   function: 6 (network)
> 
> and then map that to the orinoco_cs driver in /etc/pcmcia/config or
> /etc/pcmcia/*.conf
> 
> eg:
> card "Cabletron RoamAbout 802.11 DS"
>   version "Cabletron", "RoamAbout 802.11 DS"
>   bind "orinoco_cs"
> 
> and then restart PCMCIA (/etc/init.d/pcmcia restart)
> 
> If it still won't work, check /var/log/syslog (on Debian) for cardmgr
> entries.
> 
>  - Matt



More information about the plug mailing list