[tulip] insmod failed by tulip

Benoit Cosandey b.cosandey@computer.org
Fri Mar 1 17:31:02 2002


Hi all,

After a long way to get the tulip driver to compile under my gentoo linux
2.4.17,for a PCMPC200 cardbus, I still can't insmod the driver:

compile: using the hint at the end of driver.c and pci-scan.c to which one have
to add -I/usr/src/linux/include --include
/usr/src/linux/include/linux/modversions.h

modules.pcimap:
I added the line
tulip                0x00001737 0x0000ab09 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0000000a

So when I insert the card, it show in the dmesg:
cs: cb_alloc(bus 2): vendor 0x1737, device 0xab09
PCI: Enabling device 02:00.0 (0000 -> 0003)
tulip.c:v0.93 11/7/2001  Written by Donald Becker <becker@scyld.com>
  http://www.scyld.com/network/tulip.html
and with lspci.

BUT the tulip driver is not loaded. When I actually insmod it by hand I get:
Mar  1 21:11:24 [kernel] tulip.c:v0.93 11/7/2001  Written by Donald Becker
<becker@scyld.com>
Mar  1 21:11:24 [insmod]
/lib/modules/2.4.17-r3/kernel/drivers/net/tulip/tulip.o: init_module: No such
device
Mar  1 21:11:24 [insmod]
/lib/modules/2.4.17-r3/kernel/drivers/net/tulip/tulip.o: insmod
/lib/modules/2.4.17-r3/kernel/drivers/net/tulip/tulip.o failed


Any idea where I can go from here?

Thanks for any help

Benoit Cosandey