[tulip] Can't Get Linksys PCMPC200 V2 Working
Donald Becker
becker@scyld.com
Tue, 16 Jan 2001 21:41:26 -0500 (EST)
On Tue, 16 Jan 2001, John C. Toman wrote:
> Date: Tue, 16 Jan 2001 16:27:18 -0800
> From: John C. Toman <jctoman@compendium-tech.com>
> To: tulip@scyld.com
> Subject: [tulip] Can't Get Linksys PCMPC200 V2 Working
>
> Hi,
>
> I've got a brand new Linksys CardBus PCMPC200 V2 I'm trying to get
> working on a RedHat 7.0 system. The kernel is 2.2.18 and I'm using
> pcmcia-cs 3.1.22. I've followed the instructions on the web site to
> correctly create and place the tulip driver in the correct area. I
> think(?) I've done that right. Here's what my message log is saying:
> Jan 16 16:06:35 europa kernel: tulip.c:v0.92 4/17/2000 Written by
....
> 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 from
http://www.scyld.com/network/updates.html
works, but I'm guessing that David will put the updates into his version
RSN.
Donald Becker becker@scyld.com
Scyld Computing Corporation http://www.scyld.com
410 Severn Ave. Suite 210 Second Generation Beowulf Clusters
Annapolis MD 21403 410-990-9993