Hi, On Saturday 05 March 2005 19:29, Erik Tjernlund wrote: > I'm trying to compile the cvs version of the dvb driver on a Redhat > Fedora 3 machine. > > Kernel: 2.6.10-1.770_FC3 > > [root@tv build-2.6]# make > [ -L saa7146_video.c ] || ./getlinks > make -C /lib/modules/2.6.10-1.770_FC3/build > SUBDIRS=/usr/local/src/dvb-kernel/build-2.6 AV7110_FIRMWARE= > AV7110_OSD=y > make[1]: Entering directory `/lib/modules/2.6.10-1.770_FC3/build' > make[2]: *** No rule to make target > `/usr/local/src/dvb-kernel/build-2.6/b2c2-usb-core.s', needed by > `/usr/local/src/dvb-kernel/build-2.6/b2c2-usb-core.o'. Stop. > make[1]: *** [_module_/usr/local/src/dvb-kernel/build-2.6] Error 2 > make[1]: Leaving directory `/lib/modules/2.6.10-1.770_FC3/build' > make: *** [all] Error 2 > > Suggestions? This driver was recently removed from the plain drivers dir, because it's receiving a major overhaul in b2c2/ It builds fine here (on another kernel, but that should not matter here), so make sure you didn't fall in between cvs updates, and clean out your build-2.6 directory before rebuilding: cvs up -Ad cd build-2.6 make clean; make Hope that'll get you going.. Kenneth