I use this webcam:
093a:2460 Pixart Imaging, Inc. Q-TEC WEBCAM 100
I am using Ubuntu 8.10
When I try to install this driver I get this error:
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/will/gspcav1-20071224 CC=cc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-5-generic'
CC [M] /home/will/gspcav1-20071224/gspca_core.o
/home/will/gspcav1-20071224/gspca_core.c:54:27: error: asm/semaphore.h: No such file or directory
/home/will/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/will/gspcav1-20071224/gspca_core.c:2463: error: implicit declaration of function ‘video_usercopy’
/home/will/gspcav1-20071224/gspca_core.c: At top level:
/home/will/gspcav1-20071224/gspca_core.c:2609: error: unknown field ‘owner’ specified in initializer
/home/will/gspcav1-20071224/gspca_core.c:2609: warning: initialization from incompatible pointer type
/home/will/gspcav1-20071224/gspca_core.c:2611: error: unknown field ‘type’ specified in initializer
/home/will/gspcav1-20071224/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/will/gspcav1-20071224/gspca_core.c:2769: error: implicit declaration of function ‘video_device_create_file’
/home/will/gspcav1-20071224/gspca_core.c:2780: error: implicit declaration of function ‘video_device_remove_file’
/home/will/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/will/gspcav1-20071224/gspca_core.c:4301: error: incompatible types in assignment
make[2]: *** [/home/will/gspcav1-20071224/gspca_core.o] Error 1
make[1]: *** [_module_/home/will/gspcav1-20071224] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-5-generic'
make: *** [default] Error 2
Thanks,
Will