<-- Back to Linux PCMCIA Survey.
From: Tux.org(http://www.tux.org/hypermail/linux-tulip/2001-Jan/0066.html)
Jan 16 16:06:35 europa kernel: No driver match for device ab0213d1 at 32/0.
There are two similar IDs, and the driver must have both:
In tulip.c
{ "ADMtek Centaur-C (Linksys v2)", { 0xab0213d1, 0xffffffff },
TULIP_IOTYPE, TULIP_SIZE1, COMET },
{ "ADMtek Centaur-C (Linksys)", { 0xab0313d1, 0xffffffff },
TULIP_IOTYPE, TULIP_SIZE1, COMET },
In /etc/pcmcia/config.opts
device "tulip" class "network" module "cb_enabler", "pci-scan", "cb_shim", "tulip" card "Linksys EtherFast 10/100" manfid 0x0149, 0x0231 bind "tulip" card "Linksys EtherFast 10/100 v2.0" manfid 0x0149, 0xc2ab bind "tulip" card "Linksys EtherFast PCM200 v2" manfid 0x13d1, 0xab02 bind "tulip" card "Linksys EtherFast PCM200" manfid 0x13d1, 0xab03 bind "tulip"
The driver update(http://www.scyld.com/tulip_devel.html) works, but I'm guessing that David will put the updates into his version