On Wed, 11 Jul 2012 10:02:27 +0300
Martin-Éric Racine <[email protected]> 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.

        [snip]
> I don't recall Skype having required this in a long time. As I already
> said, until recently, the camera "just worked".

Good news!

        [snip]
> >         echo 0x1f > /sys/module/gspca_main/parameters/debug
> >
> > then, unplug/replug the webcam,
> 
> No can do; this is an internal webcam.

No problem. As I want to know the sensor type, instead of cutting the
kernel messages starting from the webcam probe, please, filter them by
something like:

        dmesg | fgrep gspca > gspca.txt

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to