Hi! I'm trying to install the latest CVS release on our system. I have kernel 2.6.14.2 running and followed the steps for installing from cvs from the wiki... cd v4l-kernel make merge-trees make make install They all complete sucessfully until make install where I get the following... [root@bloodhound v4l-kernel]# make install make -C /opt/tripleplay-kernel-2.5.0-test2.8662/v4l-kernel/v4l install make[1]: Entering directory `/opt/tripleplay-kernel-2.5.0-test2.8662/v4l-kernel/v4l' Eliminating old DVB modules (errors on this step is not a problem).. make[1]: [dvb-rminstall] Error 1 (ignored) Eliminating old V4L modules (errors on this step is not a problem).. make[1]: [rminstall] Error 1 (ignored) Installing new DVB modules at corresponding Kernel dir... install -d /lib/modules/2.6.14-2-smp/kernel/drivers/media/dvb/frontends install -m 644 -c cx22702.ko dvb-pll.ko lgdt330x.ko or51132.ko tda1004x.ko mt352.ko sp887x.ko nxt6000.ko cx24110.ko or51211.ko nxt200x.ko cx24123.ko /lib/modules/2.6.14-2-smp/kernel/drivers/media/dvb/frontends install -d /lib/modules/2.6.14-2-smp/kernel/drivers/media/dvb/bt8xx install -m 644 -c bt878.ko dvb-bt8xx.ko dst.ko dst_ca.ko /lib/modules/2.6.14-2-smp/kernel/drivers/media/dvb/bt8xx install: cannot stat `dst.ko': No such file or directory install: cannot stat `dst_ca.ko': No such file or directory make[1]: *** [dvb-install] Error 1 make[1]: Leaving directory `/opt/tripleplay-kernel-2.5.0-test2.8662/v4l-kernel/v4l' make: *** [install] Error 2 I've done a find | grep dst.ko in the directory and there is no dst.ko or dst_ca.ko so they have not been created. Are they supposed to have been created? Thanks for your help in advance Mike