> Just clone the tree on to your machine > hg clone http://jusst.de/hg/mantis-v4l > > Clean stal remnants if any. > make distclean > > Build the tree > make > I got this error: jarek@jarek-desktop:~/mantis-v4l$ make make -C /home/jarek/mantis-v4l/v4l make[1]: Wejście do katalogu `/home/jarek/mantis-v4l/v4l' No version yet, using 2.6.30-6-generic make[1]: Opuszczenie katalogu `/home/jarek/mantis-v4l/v4l' make[1]: Wejście do katalogu `/home/jarek/mantis-v4l/v4l' scripts/make_makefile.pl Updating/Creating .config Preparing to compile for kernel version 2.6.30 ***WARNING:*** You do not have the full kernel sources installed. This does not prevent you from building the v4l-dvb tree if you have the kernel headers, but the full kernel source may be required in order to use make menuconfig / xconfig / qconfig. If you are experiencing problems building the v4l-dvb tree, please try building against a vanilla kernel before reporting a bug. Vanilla kernels are available at http://kernel.org. On most distros, this will compile a newly downloaded kernel: cp /boot/config-`uname -r` <your kernel dir>/.config cd <your kernel dir> make all modules_install install Please see your distro's web site for instructions to build a new kernel. Created default (all yes) .config file ./scripts/make_myconfig.pl make[1]: Opuszczenie katalogu `/home/jarek/mantis-v4l/v4l' make[1]: Wejście do katalogu `/home/jarek/mantis-v4l/v4l' perl scripts/make_config_compat.pl /lib/modules/2.6.30-6-generic/build ./.myconfig ./config-compat.h creating symbolic links... ln -sf . oss Kernel build directory is /lib/modules/2.6.30-6-generic/build make -C /lib/modules/2.6.30-6-generic/build SUBDIRS=/home/jarek/mantis-v4l/v4l modules make[2]: Entering directory `/usr/src/linux-headers-2.6.30-6-generic' CC [M] /home/jarek/mantis-v4l/v4l/tuner-xc2028.o CC [M] /home/jarek/mantis-v4l/v4l/tuner-simple.o CC [M] /home/jarek/mantis-v4l/v4l/tuner-types.o CC [M] /home/jarek/mantis-v4l/v4l/mt20xx.o CC [M] /home/jarek/mantis-v4l/v4l/tda8290.o CC [M] /home/jarek/mantis-v4l/v4l/tea5767.o CC [M] /home/jarek/mantis-v4l/v4l/tea5761.o CC [M] /home/jarek/mantis-v4l/v4l/tda9887.o CC [M] /home/jarek/mantis-v4l/v4l/tda827x.o CC [M] /home/jarek/mantis-v4l/v4l/au0828-core.o CC [M] /home/jarek/mantis-v4l/v4l/au0828-i2c.o CC [M] /home/jarek/mantis-v4l/v4l/au0828-cards.o In file included from /home/jarek/mantis-v4l/v4l/dmxdev.h:33, from /home/jarek/mantis-v4l/v4l/au0828.h:29, from /home/jarek/mantis-v4l/v4l/au0828-cards.c:22: /home/jarek/mantis-v4l/v4l/compat.h:396: error: redefinition of 'usb_endpoint_type' include/linux/usb/ch9.h:376: note: previous definition of 'usb_endpoint_type' was here make[3]: *** [/home/jarek/mantis-v4l/v4l/au0828-cards.o] Error 1 make[2]: *** [_module_/home/jarek/mantis-v4l/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.30-6-generic' make[1]: *** [default] Błąd 2 make[1]: Opuszczenie katalogu `/home/jarek/mantis-v4l/v4l' make: *** [all] Błąd 2 My system can be broken someway, I will install old 2.6.28 kernel for testing. Jarek -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html