Just traded a friend a for a Voodoo 3500 TV, as far as I can tell it has a bt869. only drivers i could find had stoped development like a year ago. I'm haveing problems getting them to compile properly. Not sure what an error 1 is. here is what is says when i run make, there is not make config. Don't know much about compileing drivers. [root@localhost Directory]# make gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo.c In file included from voodoo.c:10: /usr/src/linux/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-i2c.c gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-func.c gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-util.c gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-overlay.c voodoo-overlay.c:44: warning: `Chromakey_Disable' defined but not used voodoo-overlay.c:281: warning: `Overlay_Setup' defined but not used gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-capture.c voodoo-capture.c:225: warning: `do_voodoo_mmap' defined but not used voodoo-capture.c:261: warning: `capture_wait' defined but not used gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-v4l.c ld --relocateable -o v3tv.o voodoo.o voodoo-i2c.o voodoo-func.o voodoo-util.o voodoo-overlay.o voodoo-capture.o voodoo-v4l.o gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c vpx322x.c In file included from vpx322x.c:12: /usr/src/linux/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-tuner.c In file included from voodoo-tuner.c:24: /usr/src/linux/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-msp3400.c In file included from voodoo-msp3400.c:57: /usr/src/linux/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. voodoo-msp3400.c: In function `msp_attach': voodoo-msp3400.c:1233: warning: `rev2' might be used uninitialized in this function gcc -Wall -O2 -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c voodoo-bt869.c In file included from voodoo-bt869.c:30: /usr/src/linux/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. voodoo-bt869.c:144: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:144: initializer element is not constant voodoo-bt869.c:144: (near initialization for `bt869_dir_table_template[0].proc_handler') voodoo-bt869.c:145: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:145: initializer element is not constant voodoo-bt869.c:145: (near initialization for `bt869_dir_table_template[0].strategy') voodoo-bt869.c:146: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:146: initializer element is not constant voodoo-bt869.c:146: (near initialization for `bt869_dir_table_template[1].proc_handler') voodoo-bt869.c:147: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:147: initializer element is not constant voodoo-bt869.c:147: (near initialization for `bt869_dir_table_template[1].strategy') voodoo-bt869.c:148: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:148: initializer element is not constant voodoo-bt869.c:148: (near initialization for `bt869_dir_table_template[2].proc_handler') voodoo-bt869.c:149: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:149: initializer element is not constant voodoo-bt869.c:149: (near initialization for `bt869_dir_table_template[2].strategy') voodoo-bt869.c:150: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:150: initializer element is not constant voodoo-bt869.c:150: (near initialization for `bt869_dir_table_template[3].proc_handler') voodoo-bt869.c:151: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:151: initializer element is not constant voodoo-bt869.c:151: (near initialization for `bt869_dir_table_template[3].strategy') voodoo-bt869.c:152: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:152: initializer element is not constant voodoo-bt869.c:152: (near initialization for `bt869_dir_table_template[4].proc_handler') voodoo-bt869.c:153: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:153: initializer element is not constant voodoo-bt869.c:153: (near initialization for `bt869_dir_table_template[4].strategy') voodoo-bt869.c:154: `sensors_proc_real' undeclared here (not in a function) voodoo-bt869.c:154: initializer element is not constant voodoo-bt869.c:154: (near initialization for `bt869_dir_table_template[5].proc_handler') voodoo-bt869.c:155: `sensors_sysctl_real' undeclared here (not in a function) voodoo-bt869.c:155: initializer element is not constant voodoo-bt869.c:155: (near initialization for `bt869_dir_table_template[5].strategy') voodoo-bt869.c: In function `bt869_attach_adapter': voodoo-bt869.c:166: warning: implicit declaration of function `sensors_detect' voodoo-bt869.c: In function `bt869_detect': voodoo-bt869.c:245: warning: implicit declaration of function `sensors_register_entry' voodoo-bt869.c: In function `bt869_detach_client': voodoo-bt869.c:272: warning: implicit declaration of function `sensors_deregister_entry' make: *** [voodoo-bt869.o] Error 1 [root@localhost Directory]# I followed the instructinos on the web site to a T, and i have no clue were to go frome here. I'll I've encoutered so far in compileing things is dependence errors and they are not hard. I did recompile my kernel as specified at the website. I got them at source forge and they were the only drivers i could find. does any one know if I can use the bttv driver? Or any other usfully information would be great. Thanks alot. p.s. This is the website were i got the drivers http://sourceforge.net/projects/v3tv/