Probleme de webcam sous linux !
Résolu/Fermé
linuxdebutant
Messages postés
4
Date d'inscription
jeudi 11 mars 2010
Statut
Membre
Dernière intervention
12 mars 2010
-
11 mars 2010 à 21:53
linuxdebutant Messages postés 4 Date d'inscription jeudi 11 mars 2010 Statut Membre Dernière intervention 12 mars 2010 - 12 mars 2010 à 01:06
linuxdebutant Messages postés 4 Date d'inscription jeudi 11 mars 2010 Statut Membre Dernière intervention 12 mars 2010 - 12 mars 2010 à 01:06
A voir également:
- Probleme de webcam sous linux !
- Telecharger webcam - Télécharger - TV & Vidéo
- Ma webcam ne fonctionne pas - Guide
- Utiliser iphone comme webcam - Guide
- Pilote webcam logitech - Télécharger - Pilotes & Matériel
- Modèle de webcam - Guide
3 réponses
Bonjour,
Jette un oeil ici, il y a la procédure jusqu'à Ubuntu 9.04, avec un peu de chance, ça fonctionnera aussi avec la 9.10.
http://doc.ubuntu-fr.org/sony_vaio_vgn-fz31m
Bonne chance.
Jette un oeil ici, il y a la procédure jusqu'à Ubuntu 9.04, avec un peu de chance, ça fonctionnera aussi avec la 9.10.
http://doc.ubuntu-fr.org/sony_vaio_vgn-fz31m
Bonne chance.
linuxdebutant
Messages postés
4
Date d'inscription
jeudi 11 mars 2010
Statut
Membre
Dernière intervention
12 mars 2010
11 mars 2010 à 23:57
11 mars 2010 à 23:57
j'ai téléchargé le pilote "r5u870_patched.tar.bz" sur le lien :https://sites.google.com/site/avilella/vaiosz
la commande make me donne ca :
drtotoche@drtotoche-laptop:~/Téléchargements/r5u870_patched$ make
make -C /lib/modules/2.6.31-20-generic/build M=/home/drtotoche/Téléchargements/r5u870_patched V=0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.31-20-generic »
CC [M] /home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.o
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: In function ‘usbcam_v4l_vidioc_querycap’:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:522: error: ‘struct device’ has no member named ‘bus_id’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: In function ‘usbcam_v4l_ioctl’:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 1 of ‘video_usercopy’ from incompatible pointer type
include/media/v4l2-ioctl.h:298: note: expected ‘struct file *’ but argument is of type ‘struct inode *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 2 of ‘video_usercopy’ makes integer from pointer without a cast
include/media/v4l2-ioctl.h:298: note: expected ‘unsigned int’ but argument is of type ‘struct file *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 4 of ‘video_usercopy’ makes pointer from integer without a cast
include/media/v4l2-ioctl.h:298: note: expected ‘v4l2_kioctl’ but argument is of type ‘long unsigned int’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: error: too many arguments to function ‘video_usercopy’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: warning: passing argument 1 of ‘video_ioctl2’ from incompatible pointer type
include/media/v4l2-ioctl.h:302: note: expected ‘struct file *’ but argument is of type ‘struct inode *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: warning: passing argument 2 of ‘video_ioctl2’ makes integer from pointer without a cast
include/media/v4l2-ioctl.h:302: note: expected ‘unsigned int’ but argument is of type ‘struct file *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: error: too many arguments to function ‘video_ioctl2’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1162: warning: unused variable ‘udp’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: At top level:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1241: warning: initialization from incompatible pointer type
make[3]: *** /home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.o Erreur 1
make[2]: *** /home/drtotoche/Téléchargements/r5u870_patched/usbcam Erreur 2
make[1]: *** [_module_/home/drtotoche/Téléchargements/r5u870_patched] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.31-20-generic »
make: *** [all] Erreur 2
la commande make me donne ca :
drtotoche@drtotoche-laptop:~/Téléchargements/r5u870_patched$ make
make -C /lib/modules/2.6.31-20-generic/build M=/home/drtotoche/Téléchargements/r5u870_patched V=0 modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-2.6.31-20-generic »
CC [M] /home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.o
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: In function ‘usbcam_v4l_vidioc_querycap’:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:522: error: ‘struct device’ has no member named ‘bus_id’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: In function ‘usbcam_v4l_ioctl’:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 1 of ‘video_usercopy’ from incompatible pointer type
include/media/v4l2-ioctl.h:298: note: expected ‘struct file *’ but argument is of type ‘struct inode *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 2 of ‘video_usercopy’ makes integer from pointer without a cast
include/media/v4l2-ioctl.h:298: note: expected ‘unsigned int’ but argument is of type ‘struct file *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: warning: passing argument 4 of ‘video_usercopy’ makes pointer from integer without a cast
include/media/v4l2-ioctl.h:298: note: expected ‘v4l2_kioctl’ but argument is of type ‘long unsigned int’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1170: error: too many arguments to function ‘video_usercopy’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: warning: passing argument 1 of ‘video_ioctl2’ from incompatible pointer type
include/media/v4l2-ioctl.h:302: note: expected ‘struct file *’ but argument is of type ‘struct inode *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: warning: passing argument 2 of ‘video_ioctl2’ makes integer from pointer without a cast
include/media/v4l2-ioctl.h:302: note: expected ‘unsigned int’ but argument is of type ‘struct file *’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1174: error: too many arguments to function ‘video_ioctl2’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1162: warning: unused variable ‘udp’
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c: At top level:
/home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.c:1241: warning: initialization from incompatible pointer type
make[3]: *** /home/drtotoche/Téléchargements/r5u870_patched/usbcam/usbcam_fops.o Erreur 1
make[2]: *** /home/drtotoche/Téléchargements/r5u870_patched/usbcam Erreur 2
make[1]: *** [_module_/home/drtotoche/Téléchargements/r5u870_patched] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.31-20-generic »
make: *** [all] Erreur 2
linuxdebutant
Messages postés
4
Date d'inscription
jeudi 11 mars 2010
Statut
Membre
Dernière intervention
12 mars 2010
12 mars 2010 à 01:06
12 mars 2010 à 01:06
problème résolu mille merci a jns55 pour ce lien http://doc.ubuntu-fr.org/sony_vaio_vgn-fz31m
11 mars 2010 à 22:37
j'ai téléchargé sans problème les paquets pour compiler .
par contre la dernière version du firmware est introuvable dans ce lien : https://bitbucket.org/ahixon/r5u87x/downloads/
y a t il un autre lien ou je peux telecharger ce pilote ?