[eepro100] Problems with Intel PRO/100 CardBus II

Donald Becker becker@scyld.com
Sun, 9 Jul 2000 12:10:17 -0400 (EDT)


On Sun, 9 Jul 2000, Daniel Wolstenholme wrote:

> Here's the messages I get in /var/log/messages when I insert the card:
> 
> cardmgr[433]: initializing socket 0
> cardmgr[433]: unsupported card in socket 0
> kernel: cs: cb_alloc(bus 2): vendor 0x8086, device 0x1229
> cardmgr[433]:   product info: "INTEL(R)", "PRO/100 CARDBUS II",
> "MBLA3300", "1.00"
> cardmgr[433]:   manfid: 0x0089, 0x0103  function: 6 (network)

The PCMCIA code didn't recognize the card.  Did you use the directions at
  http://www.scyld.com/network/updates.html
and add the following lines to the /etc/pcmcia/config.opts

# The few Intel eepro100 designs.
device "eepro100" class "network"
    module "cb_enabler", "pci-scan", "cb_shim", "eepro100"
card "Intel Pro/100 CardBus II"        manfid 0x0089, 0x0103  bind "eepro100"
card "Intel Pro/100 LAN+Modem56 CardBus II" manfid 0x0089, 0x1103  bind "eepro100"

You will need three kernel modules:
   pci-scan.o,       Handles device detection, hot-swap and ACPI power control.
   cb_shim.o	     Translates between David Hinds' interface and pci-scan.o
   and eepro100.o    The device driver.


Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Beowulf Clusters / Linux Installations
Annapolis MD 21403