Steps to rebuild gspca_kinect driver module?

Posted by Bobby Ray on Ask Ubuntu See other posts from Ask Ubuntu or by Bobby Ray
Published on 2012-06-10T21:43:56Z Indexed on 2012/06/10 22:47 UTC
Read the original article Hit count: 224

Filed under:
|
|

I recently purchased a Kinect for Windows and quickly discovered that the camera drivers included in linux kernel 3.0+ aren't compatible with the Kinect for Windows hardware revision. After looking at the source code it seems like a tiny modification is all that is required for compatibility, so I've been trying to recompile the driver - to no avail.

I've been referring to this article and this one as well, though they are a bit outdated.

When I try to compile the module, I get an error because the header file "gspca.h" can't be found in the include path. I located the missing header in my filesystem, but the file itself is empty. I've also tried downloading the kernel source (3.2.0-24-generic), which allowed me to compile the module, but when I load the module I get an error.

-1 Unknown symbol in module

Is there a standard way to go about this without first building the kernel? Will building the kernel ensure that I can build the module?

Thanks

© Ask Ubuntu or respective owner

Related posts about driver

Related posts about kernel