Hi,
I installed a vmware with sme 6.01.
Installed devtools from
wget -m
http://mirror.contribs.org/smeserver/contribs/hpe/devtools-6.01/dev-rpms/I then downloaded the source for the rhinefet driver
http://www.viavpsd.com/product/2/3/Lan_EPIA_V.zipI ran make and that got me the rhinefet.o file.
I ported that rhinefet.o file to my sme 601 server on the mini-itx platform.
However, when I do an insmod rhinefet.o it says:
[root@idsnew root]# insmod rhinefet.o
rhinefet.o: unresolved symbol alloc_skb_Rf0b0d440
rhinefet.o: unresolved symbol create_proc_entry_R396b6e4d
rhinefet.o: unresolved symbol eth_type_trans_R7225c177
rhinefet.o: unresolved symbol softnet_data_R364b8c21
rhinefet.o: unresolved symbol skb_over_panic_Rd3ef3250
rhinefet.o: unresolved symbol proc_net_R20063dfa
rhinefet.o: unresolved symbol netif_rx_Rc4ca0af4
rhinefet.o: unresolved symbol remove_proc_entry_Rd785096f
rhinefet.o: unresolved symbol __kfree_skb_R03a733b2
Did I do anything wrong??
modprobe rhinefet.o sais:
modprobe: Can't locate module rhinefet
when I do a make install on the vmware it says:
mkdir -p /lib/modules/2.4.20-18.7/kernel/drivers/net
install -m 644 -o root rhinefet.o /lib/modules/2.4.20-18.7/kernel/drivers/net
***** Move official driver via-rhine.o to via-rhine.o.backup
mv /lib/modules/2.4.20-18.7/kernel/drivers/net/via-rhine.o /lib/modules/2.4.20-18.7/kernel/drivers/net/via-rhine.o.backup
The insmod does not work since there is no such device of course.
any tips would be very much apreciated.
Hans-Cees