[tulip] (no subject)

Julian So julian.so@sympatico.ca
Sat, 15 Jul 2000 18:24:25 -0400


Hi folks,

Linux sysadmin newbie here.

Trying to get my Linksys Etherfast card installed on a stock 2.2.16 kernel 
(RH distro) results in the NIC not being detected when the kernel boots.

Using the tulip.c and associated files from the Scyld.com site (copied to 
the /usr/src/'uname -r'/drivers/net directory), though, results in the 
following errors when I try to make bzImage:

drivers/net/net.a(tulip.o): In function `tulip_probe1':
tulip.o(.text+0x47): undefined reference to `pci_write_config_dword_Rf0fbd200'
tulip.o(.text+0x72): undefined reference to `printk_R1b7d4074'
tulip.o(.text+0x8b): undefined reference to `init_etherdev_Rc6c715e5'
tulip.o(.text+0x9b): undefined reference to `kmalloc_R93d4cfe6'
tulip.o(.text+0xf8): undefined reference to `pci_read_config_byte_Re5ceea13'
[... etc]

Anyone with ideas about what's going wrong?

Thnx,

Julian