http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz
no nakolko som zaciatocnik s ubuntu neviem ako to instalovat. podla manualu co mam som kusal cd gspca, potom make a toto mi vypisalo:
lollozryben@LENIN:~/gspca$ make
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/lollozryben/gspca CC=cc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
CC [M] /home/lollozryben/gspca/gspca_core.o
/home/lollozryben/gspca/gspca_core.c:54:27: error: asm/semaphore.h: No such file or directory
/home/lollozryben/gspca/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/lollozryben/gspca/gspca_core.c:2463: error: implicit declaration of function ‘video_usercopy’
/home/lollozryben/gspca/gspca_core.c: At top level:
/home/lollozryben/gspca/gspca_core.c:2609: error: unknown field ‘owner’ specified in initializer
/home/lollozryben/gspca/gspca_core.c:2609: warning: initialization from incompatible pointer type
/home/lollozryben/gspca/gspca_core.c:2611: error: unknown field ‘type’ specified in initializer
/home/lollozryben/gspca/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/lollozryben/gspca/gspca_core.c:2769: error: implicit declaration of function ‘video_device_create_file’
/home/lollozryben/gspca/gspca_core.c:2780: error: implicit declaration of function ‘video_device_remove_file’
/home/lollozryben/gspca/gspca_core.c: In function ‘spca5xx_probe’:
/home/lollozryben/gspca/gspca_core.c:4301: error: incompatible types in assignment
/home/lollozryben/gspca/gspca_core.c: At top level:
/home/lollozryben/gspca/gspca_core.c:4407: fatal error: opening dependency file /home/lollozryben/gspca/.gspca_core.o.d: Permission denied
compilation terminated.
make[2]: *** [/home/lollozryben/gspca/gspca_core.o] Error 1
make[1]: *** [_module_/home/lollozryben/gspca] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
make: *** [default] Error 2
neviem co s tym, skusal som aj checkinstall a toto zas :
Installing with make install...
========================= Installation results ===========================
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx.ko
rm -f /lib/modules/`uname -r`/kernel/drivers/media/video/gspca.ko
install -c -m 0644 gspca.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
install: nelze získat informace o „gspca.ko“: No such file or directory
make: *** [install] Error 1
**** Installation failed. Aborting package creation.