I'm getting an error while compiling Sergei's driver for the DC10plus capture card. I've tried both 0.7c (the latest available) and 0.6 and I get the same error. Given that I've only been using Linux for a little over a month (and doing quite well, if I do say so myself), I'm completely at a loss at trying to decipher these errors, and I have tried. I'm running Mandrake Linux 8.0 beta 2, 2.4.2 kernel and 256M of RAM. Here's the output from 'make': dc10.c:4093: warning: initialization from incompatible pointer type dc10.c:4094: warning: missing braces around initializer for 'zoran_template.name' dc10.c:4094: warning overflow in implicit constant conversion dc10.c:4096: warning: initialization makes integer from pointer without a cast dc10.c:4096: initializer element for 'zoran_template.name[2]' is not computable at load time dc10.c:4097: warning: initialization makes integer from pointer without a cast dc10.c:4097: initializer element for 'zoran_template.name[3]' is not computable at load time dc10.c:4098: warning: initialization makes integer from pointer without a cast dc10.c:4098: initializer element for 'zoran_template.name[4]' is not computable at load time dc10.c:4099: warning: initialization makes integer from pointer without a cast dc10.c:4099: initializer element for 'zoran_template.name[5]' is not computable at load time dc10.c:4100: warning: initialization makes integer from pointer without a cast dc10.c:4101: warning: initialization makes integer from pointer without a cast dc10.c:4101: initializer element for 'zoran_template.name[7]' is not computable at load time dc10.c:4102: warning: initialization makes integer from pointer without a cast dc10.c:4102: initializer element for 'zoran_template.name[8]' is not computable at load time dc10.c:4103: warning: initialization makes integer from pointer without a cast dc10.c:4103: initializer element for 'zoran_template.name[9]' is not computable at load time dc10.c:4104: warning: initialization makes integer from pointer without a cast make[2]: *** [dc10.o] Error 1 make[2]: Leaving directory '/usr/src/dc10-lml33-driver-0.6' make[1]: *** [_mod_/usr/src/dc10-lml33-driver-0.6] Error 2 make[1]: Leaving directory 'usr/src/linux-2.4.2' make: *** [here] Error 2 As I said, I'm not familiar with make's error messages, so any help would be appreciated. Thanks, - Stealth Dave