2012/7/11 Jean-Francois Moine <moin...@free.fr>: > On Wed, 11 Jul 2012 10:02:27 +0300 > Martin-Éric Racine <martin-eric.rac...@iki.fi> wrote: > [snip] >> > wget http://moinejf.free.fr/gspca-2.15.18.tar.gz >> > tar -zxf gspca-2.15.18.tar.gz >> > cd gspca-2.15.18 >> > make >> >> $ LC_ALL=C make >> make -C /lib/modules/3.5.0-rc6+/build >> M=/home/perkelix/gspca-2.15.18/build modules >> make: *** /lib/modules/3.5.0-rc6+/build: No such file or directory. Stop. >> make: *** [modules] Error 2 > > You need the linux headers of your running kernel to compile the tarball.
I installed them. That still doesn't fix it: $ LC_ALL=C make make -C /lib/modules/3.5.0-rc6+/build M=/home/perkelix/gspca-2.15.18/build modules make[1]: Entering directory `/usr/src/linux-headers-3.5.0-rc6+' /usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile:39: /usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile_32.cpu: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-3.5.0-rc6+/arch/x86/Makefile_32.cpu'. Stop. make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-rc6+' make: *** [modules] Error 2 -- Martin-Éric -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html