Bonjour,
Le driver syntek dispo chez
Sourceforge supporte ma webcam dans sa dernière release 1.4. Bonne nouvelle, mais impossible de compiler, et je n'y comprends rien !
Dans le fichier README on dit de taper:
make -f Makefile.standalone
ou
make -f Makefile.standalone driver
dans le répertoire téléchargé où se trouve ce makefile, évidemment.
bruno:/home/bruno/stk11xx-1.4.0# make -f Makefile.standalone
make -C /lib/modules/2.6.26-1-686/build SUBDIRS=/home/bruno/stk11xx-1.4.0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.26-1-686 »
CC [M] /home/bruno/stk11xx-1.4.0/stk11xx-usb.o
In file included from /home/bruno/stk11xx-1.4.0/stk11xx-usb.c:47:
include/media/v4l2-ioctl.h:228: warning: ‘struct v4l2_hw_freq_seek’ declared inside parameter list
include/media/v4l2-ioctl.h:228: warning: its scope is only this definition or declaration, which is probably not what you want
include/media/v4l2-ioctl.h:275: error: conflicting types for ‘v4l2_field_names’
include/media/v4l2-dev.h:62: error: previous declaration of ‘v4l2_field_names’ was here
include/media/v4l2-ioctl.h:276: error: conflicting types for ‘v4l2_type_names’
include/media/v4l2-dev.h:63: error: previous declaration of ‘v4l2_type_names’ was here
include/media/v4l2-ioctl.h:280: error: redefinition of typedef ‘v4l2_kioctl’
include/media/v4l2-dev.h:67: error: previous declaration of ‘v4l2_kioctl’ was here
make[2]: *** [/home/bruno/stk11xx-1.4.0/stk11xx-usb.o] Erreur 1
make[1]: *** [_module_/home/bruno/stk11xx-1.4.0] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.26-1-686 »
make: *** [driver] Erreur 2
Help, svp !
