This is the third attempt I've made at getting this to function.
So far, I've compiled and installed a kernel as described in the instructions.
As far as I can tell, v3tv from the CSV repository is to be compiled after the kernel.
I am getting missing headers from includes as reported by gcc/make etc.
voodoo-bt869.c:32: linux/sensors.h: No such file or directory.
voodoo-bt869.c:33: linux/i2c-isa.h: No such file or directory.
make: *** [voodoo-bt869.o] Error 1
I am using kernel 2.4.7. If I need to apply the i2c dirvers mentioned in addition to the kernel i2c
drivers/support etc, How do I do that?
I'd like it more clear on how to accomplish this w/both 2.2.19 and 2.4.x kernels.
I don't use patch often enough to remember the switches and santax, and the man pages for it still
confuse me. (*shrug*)