Summary: help is welcome After a
apt-get source linux cd linux-VERSION fakeroot debian/rules binary there is linux-image-VERSION.deb that can be install. Succesfull rebooted with that new kernel. Edit on the kernel module source file, to add USB ID. Now is wanted the fastest way to get a .ko with the extra USB ID. Attempt 1: Executed `fakeroot debian/rules binary-arh Produced a same size .ko, but it should be bigger due the extra USB ID Attempt 2: Executed `make -j 3` Failed with error about missing the .config file Attempt 3 & 4: <screenshot> HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o HOSTLD arch/x86/tools/relocs Using /home/stappers/src/linux/linux-3.11.5 as source for kernel /home/stappers/src/linux/linux-3.11.5 is not clean, please run 'make mrproper' in the '/home/stappers/src/linux/linux-3.11.5' directory. make[5]: *** [prepare3] Error 1 make[4]: *** [sub-make] Error 2 make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/stappers/src/linux/linux-3.11.5/debian/build/build_amd64_none_amd64' make[2]: *** [debian/stamps/build_amd64_none_amd64_plain] Error 2 make[2]: Leaving directory `/home/stappers/src/linux/linux-3.11.5' make[1]: *** [binary-arch_amd64_none_amd64_real] Error 2 make[1]: Leaving directory `/home/stappers/src/linux/linux-3.11.5' make: *** [binary-arch] Error 2 $ make mrproper CLEAN scripts/basic CLEAN scripts/kconfig CLEAN /home/stappers/src/linux/linux-3.11.5/debian/ CLEAN include/config include/generated arch/x86/include/generated $ fakeroot debian/rules binary-arch /usr/bin/fakeroot: line 178: debian/rules: No such file or directory $ </screenshot> In other words: I'm back at square 1 :-/ Groeten Geert Stappers -- Leven en laten leven -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20131117095529.gv16...@gpm.stappers.nl