[tulip] PCMPC200 v2 gives Unresolved Symbols on 2.4.7-10

Andrea Lamorgese andreala@eccentric.mae.cornell.edu
Sun Aug 25 14:15:01 2002


I added the following lines:

device "tulip_cb"
  class "network" module "cb_enabler", "tulip_cb"

and

card "Linksys EtherFast 10/100 CardBus PC Card"
  manfid 0x0149, 0xc2ab
  bind "tulip_cb"

I did not change the "tulip" device entry

device "tulip"
  class "network" module "cb_enabler", "tulip"

to... class "network" module "cb_enabler", "pci-scan", "cb_shim", "tulip"

but now I have (with  bind "tulip" in the card description).
Unfortunately, I still get --> tulip.o: No such device  (on invoking
insmod pci-scan.o; insmod tulip.o)

By using netdrivers.tgz I also compiled cb_shim.o (make cb_shim.o) and
moved it to  /lib/modules/2.4.7-10/pcmcia (install -m 644 ..etc.)
Nevertherless, on invoking depmod -a --> I get

depmod: *** Unresolved symbols in /lib/modules/2.4.7-10/kernel/drivers/
            pcmcia/cb_shim.o
depmod: *** Unresolved symbols in /lib/modules/2.4.7-10/pcmcia/cb_shim.o

I suspect I have to recompile the kernel, right?

Thank you for your help!

Andrea Lamorgese