Re: PCMCIA still doesn't work for 2.3.46-pre2

David Hinds (dhinds@valinux.com)
Tue, 15 Feb 2000 18:07:59 -0800


> Getting CONFIG_PCMCIA=m working _should_ be just a matter of getting the
> object file dependencies right. I saw some patches floating around towards
> that end, but I haven't had time to look at them..

CONFIG_PCMCIA=m works more or less, with the current tree. At least,
there don't seem to be obvious problems with the build. The standard
PCMCIA startup script, however, doesn't know how to load the right
modules in the right order.

If you first make sure that PCMCIA is unloaded, then do:

modprobe pci_socket
modprobe ds
cardmgr

I think that may give you a functional setup, if you've selected
CardBus support as a module.

I've verified that a 3CCFE575BT card works with this setup on 2.3.45.
Unloading the modules or ejecting the card does bad things. 16-bit
cards don't currently work for me because of a problem with interrupt
probing in the yenta driver.

-- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/