Steps to rebuild gspca_kinect driver module?
- by Bobby Ray
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