webcam logitech
Inviato: lunedì 21 giugno 2010, 14:47
Ciao a tutti! premetto che questo è il mio primo post quindi chiedo scusa a tutti per le cappelle che mi farò! :-[
il mio problema è che non riesco a far funzionare la webcam (Bus 001 Device 002: ID 046d:0896 Logitech, Inc. OrbiCam), è integrata nel pc e a quanto pare dovrebbe partire con i driver gspca, ma non riesco a installarli! ho provato mille guide prese da internet ma da terminale mi da sempre qualche errore!
seguendo questa http://paper0k.wordpress.com/2006/12/18/orbicam-finalmente-supportata/ procedura mi da questo errore..cosa devo fare???
questo è quello che mi compare quando do il comando make...
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/theo/Scaricati/gspcav1-20071224 CC=cc modules
make[1]: ingresso nella directory «/usr/src/linux-headers-2.6.32-22-generic»
CC [M] /home/theo/Scaricati/gspcav1-20071224/gspca_core.o
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:54:27: error: asm/semaphore.h: Nessun file o directory
In file included from /home/theo/Scaricati/gspcav1-20071224/gspca_core.c:845:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h: In function ‘spca5xxRegRead’:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h:95: error: implicit declaration of function ‘info’
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h: In function ‘spca_set_interface’:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h:278: error: implicit declaration of function ‘warn’
In file included from /home/theo/Scaricati/gspcav1-20071224/gspca_core.c:853:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_init’:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:122: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:136: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:141: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:148: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:176: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_start’:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:214: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:230: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
error: implicit declaration of function ‘video_usercopy’
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: At top level:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
error: unknown field ‘owner’ specified in initializer
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
warning: initialization from incompatible pointer type
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
error: unknown field ‘type’ specified in initializer
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
warning: initialization from incompatible pointer type
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
error: implicit declaration of function ‘video_device_create_file’
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
error: implicit declaration of function ‘video_device_remove_file’
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:4301: error: incompatible types when assigning to type ‘struct device’ from type ‘struct device *’
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: At top level:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:4407: fatal error: opening dependency file /home/theo/Scaricati/gspcav1-20071224/.gspca_core.o.d: Permesso negato
compilation terminated.
make[2]: *** [/home/theo/Scaricati/gspcav1-20071224/gspca_core.o] Errore 1
make[1]: *** [_module_/home/theo/Scaricati/gspcav1-20071224] Errore 2
make[1]: uscita dalla directory «/usr/src/linux-headers-2.6.32-22-generic»
make: *** [default] Errore 2
Help!! grazie mille!
il mio problema è che non riesco a far funzionare la webcam (Bus 001 Device 002: ID 046d:0896 Logitech, Inc. OrbiCam), è integrata nel pc e a quanto pare dovrebbe partire con i driver gspca, ma non riesco a installarli! ho provato mille guide prese da internet ma da terminale mi da sempre qualche errore!
seguendo questa http://paper0k.wordpress.com/2006/12/18/orbicam-finalmente-supportata/ procedura mi da questo errore..cosa devo fare???
questo è quello che mi compare quando do il comando make...
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/theo/Scaricati/gspcav1-20071224 CC=cc modules
make[1]: ingresso nella directory «/usr/src/linux-headers-2.6.32-22-generic»
CC [M] /home/theo/Scaricati/gspcav1-20071224/gspca_core.o
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:54:27: error: asm/semaphore.h: Nessun file o directory
In file included from /home/theo/Scaricati/gspcav1-20071224/gspca_core.c:845:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h: In function ‘spca5xxRegRead’:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h:95: error: implicit declaration of function ‘info’
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h: In function ‘spca_set_interface’:
/home/theo/Scaricati/gspcav1-20071224/utils/spcausb.h:278: error: implicit declaration of function ‘warn’
In file included from /home/theo/Scaricati/gspcav1-20071224/gspca_core.c:853:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_init’:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:122: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:136: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:141: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:148: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:176: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_start’:
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:214: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:230: error: called object ‘info’ is not a function
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: At top level:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:4301: error: incompatible types when assigning to type ‘struct device’ from type ‘struct device *’
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c: At top level:
/home/theo/Scaricati/gspcav1-20071224/gspca_core.c:4407: fatal error: opening dependency file /home/theo/Scaricati/gspcav1-20071224/.gspca_core.o.d: Permesso negato
compilation terminated.
make[2]: *** [/home/theo/Scaricati/gspcav1-20071224/gspca_core.o] Errore 1
make[1]: *** [_module_/home/theo/Scaricati/gspcav1-20071224] Errore 2
make[1]: uscita dalla directory «/usr/src/linux-headers-2.6.32-22-generic»
make: *** [default] Errore 2
Help!! grazie mille!