A la recherche d'une webcam, j'ai choisi une Golf cam 350 qui avait l'avantage de proposer un pilote Linux.
Mais voilà, je galère pourtant à l'installer. Voici mes questions:
-Le fichier s'appelle "linux_120snxcam.o" qu'est ce que représente cette extension .o?
-Je bloque sur la version du kernel de Mandriva 2007 est ce bien 2.6.17?
-Et en général si quelqu'un de calé a 5 minutes pour lire le guide d'installation , juste pour rme dire rapidement si je peux m'en sortir.
Si je suis sûr de pouvoir l'installer ça me motiverais...
Je suis donc sous Mandriva 2007 et j'ai xawtv et voici le guide, en vous remerciant d'avance:

Linux Platform: Redhat Linux 9.0
Kernel version: 2.4.20 - 8
Video4Linux required ( kernel need spuuort)
Video Capture: xawtv ( OS buddle, ver 3.81)
Video formats:
VGA 640x480 pixels.
CIF 352x288 pixels.
QVGA 320x240 pixels.
QQVGA 160x120 pixels.
HOW TO USE THE DRIVER:
1. Login as the root account first. If you have login, you should do as following:
#su
2. Make sure your kernel support Video4Linux and USB.
You can check as following:
1. Get modules list
#lsmod
2. If usbcore, usb-uhci(or ohci-hcd) are not in the list, you should check if them exist or not.
#cd /lib/modules/2.4.20-8/kernel/drivers/usb #ls
3. If you find usbcore.o and usb-uhci.o(or ohci-hcd.o) in the folder, you can load the modules now. Otherwise you should custom your kernel and rebuild it.
#insmod usbcore.o #insmod usb-uhci.o
4. If videodev is not in the module list, you should check if it exists or not.
#cd /lib/modules/2.4.20-8/kernel/drivers/media/video #ls
#insmod videodev.o
5. If you find videodev.o in the folder, you can load it now. Otherwise you should custom your kernel and rebuild it.
3. Sometimes /dev/video is a symlink to /dev/video0 . You will have to set permissions on this device to allow you to read/write from it:
chmod 666 /dev/video
4. Load driver. Maybe you should rebuild the driver.
/sbin/insmod -f snxcam.o
5. running xawtv directly:
xawtv -geometry 640x480
xawtv -geometry 352x288
xawtv -geometry 320x240
xawtv -geometry 160x120
-
carlaga
- Messages : 17