2009-03-04, 23:39
Hi folks,
I've got the same issues as the guys above me. I'm trying to to run my 08DD on openSUSE 11.1 x64 with 2.6.27.19-3.2. The cam is recognized, it shows an almost blank screen on gqcam (some moving pixels in the top) and some funny green pixels when I run Skype.
I tried to build http://mxhaard.free.fr/spca50x/Download/...224.tar.gz
Here's the kgspca.err:
I've got the same issues as the guys above me. I'm trying to to run my 08DD on openSUSE 11.1 x64 with 2.6.27.19-3.2. The cam is recognized, it shows an almost blank screen on gqcam (some moving pixels in the top) and some funny green pixels when I run Skype.
I tried to build http://mxhaard.free.fr/spca50x/Download/...224.tar.gz
Here's the kgspca.err:
Code:
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/simon.grimm/Desktop/gspcav1-20071224 CC=cc modules
make[1]: Entering directory `/usr/src/linux-2.6.27.19-3.2-obj/x86_64/default'
make -C ../../../linux-2.6.27.19-3.2 O=/usr/src/linux-2.6.27.19-3.2-obj/x86_64/default/. modules
CC [M] /home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.o
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:54:27: error: asm/semaphore.h: Datei oder Verzeichnis nicht gefunden
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2463: error: implicit declaration of function ‘video_usercopy’
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c: At top level:
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2604: error: ‘v4l_compat_ioctl32’ undeclared here (not in a function)
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2609: error: unknown field ‘owner’ specified in initializer
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2609: warning: initialization from incompatible pointer type
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2611: error: unknown field ‘type’ specified in initializer
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2769: error: implicit declaration of function ‘video_device_create_file’
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:2780: error: implicit declaration of function ‘video_device_remove_file’
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.c:4301: error: incompatible types in assignment
make[4]: *** [/home/simon.grimm/Desktop/gspcav1-20071224/gspca_core.o] Fehler 1
make[3]: *** [_module_/home/simon.grimm/Desktop/gspcav1-20071224] Fehler 2
make[2]: *** [sub-make] Fehler 2
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.27.19-3.2-obj/x86_64/default'
make: *** [default] Fehler 2
Will there be an update or am I doing something wrong?
. Would it be possible to get the driver packaged in a .deb file, which would probably be much easier to install?