I tried to compile the ftape-4.xx driver for kernels
2.2.x and I had to do some hacking myself.
I only have a small problem now:
First I do:
/sbin/depmod -a
This should update the file /lib/modules/2.2.5-15/modules.dep
This file contains the lines:
/lib/modules/2.2.5-15/misc/ftape.o:
/lib/modules/2.2.5-15/misc/zftape.o: /lib/modules/2.2.5-15/misc/ftape.o
So zftape.o depends on ftape.o.
Now I try to load these two modules:
/sbin/insmod ftape.o
/sbin/insmod zftape.o
Loading the first module works fine. But loading the second it complains
about "unresolvved symbols". However, these symbolds ARE resolved since
these are present in ftape.o.
Anyone can help? What am I doing wrong when loading the modules?
Huib
huib.vcf < 1K Download |