In an effort to find a way round a problem which might involve the standard (0.5.35) bttv driver in the above kernel, I have downloaded and attempted to compile the latest (0.7.72) driver off Gerd's site. Have run make xconfig before starting, using RH's standard egcs, and get problems like the excerpt below. Can anyone point me in the right direction - I have some years experience, but have not had sufficient coding / compiling experience to recognise what it's trying to tell me :-( "[...] In file included from /usr/src/linux-2.2.19/include/linux/modversions.h:71, from msp3400.c:1: /usr/src/linux-2.2.19/include/linux/modules/ksyms.ver:1510: warning: `__ver_daemonize' redefined /usr/src/linux-2.2.19/include/linux/modules/kcompat24.ver:23: warning: this is the location of the previous definition In file included from msp3400.c:60: kcompat24.h:66: warning: `module_init' redefined /usr/src/linux-2.2.19/include/linux/init.h:117: warning: this is the location of the previous definition kcompat24.h:67: warning: `module_exit' redefined /usr/src/linux-2.2.19/include/linux/init.h:121: warning: this is the location of the previous definition kcompat24.h:82: warning: `request_region' redefined /usr/src/linux-2.2.19/include/linux/modules/ksyms.ver:341: warning: this is the location of the previous definition kcompat24.h:117: warning: `pci_resource_len' redefined /usr/src/linux-2.2.19/include/linux/modules/pcisyms.ver:50: warning: this is the location of the previous definition In file included from msp3400.c:38: /usr/src/linux-2.2.19/include/linux/module.h:148: `get_module_symbol_R_ver_str' declared as function returning a function /usr/src/linux-2.2.19/include/linux/module.h:148: warning: parameter names (without types) in function declaration make[3]: *** [msp3400.o] Error 1 make[3]: Leaving directory `/home/test/bttv/bttv-0.7.72/driver' make[2]: *** [_mod_/home/test/bttv/bttv-0.7.72/driver] Error 2 make[2]: Leaving directory `/usr/src/linux-2.2.19' make[1]: *** [here] Error 2 make[1]: Leaving directory `/home/test/bttv/bttv-0.7.72/driver' make: *** [bttv] Error 2" I've probably done something silly, but what? Regards, Mike Onyskiw