[vortex] still no love from mini PCI

Roger Williams roger@coelacanth.com
03 Oct 2000 18:05:48 -0400


>>>>> paul beard <paul@fizzylab.com> writes:

  > Well, this is still not happy. I can't build the module (I'm sure
  > there are tips on this list for redhat 7, but I'm not able to get
  > the time for it now).

You can't *build* it, or you can't *load* it into the kernel?  If
you've got the kernel source installed on your machine, I'm not sure
why you would have a problem building the module:

	gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c59x.c \
	`[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`

was all I needed. 

Or are you running into unresolved symbols at run time?

	# /sbin/insmod 3c59x
	3c59x.o: unresolved symbol netif_rx_R26e2bb6b
	3c59x.o: unresolved symbol unregister_netdev_Rb17345e2
	3c59x.o: unresolved symbol eth_type_trans_Ref1c9e36
	3c59x.o: unresolved symbol __kfree_skb_R28abcba7
	3c59x.o: unresolved symbol skb_over_panic_Rb028ad50
	3c59x.o: unresolved symbol init_etherdev_R31f9bd56
	3c59x.o: unresolved symbol alloc_skb_R4acf6376

-- 
Roger Williams                         finger me for my PGP public key
Coelacanth Engineering Inc    consulting & turnkey product development
Middleborough, Massachusetts           wireless * datacomm * DSP * ATE
tel +1 508 947-5585 * fax +1 508 861-0278 * http://www.coelacanth.com/