• [^] # Re: si conflit...

    Posté par . En réponse au message spca 5xx conflit de pilotes. Évalué à 1.

    Bon, merci de ces indications. J'ai repris les choses dans leur ensemble et depuis le début, et j'ai comme l'impression de toucher au but. Visiblement, le sn9c102 ne pose pas de problème. L'INSTALL du spca 5xx recommande après installation du module, de brancher la webcam et de lancer :

    "lsmod"

    et précise : "spca 5xx should be load with videodev". Or, j'obtiens :

    [root@c0017-1-82-245-13-182 hagenbennouna]# lsmod
    Module Size Used by
    spca5xx 342192 0
    videodev 7104 1 spca5xx
    [...]
    uhci_hcd 29072 0
    usbcore 108316 6 spca5xx,usb_storage,usblp,ehci_hcd,uhci_hcd

    Ensuite, il y a : "if yes run the spcaview with this paramaters : spcaview -d /dev/video0 -f yuv". Cela donne :

    [root@c0017-1-82-245-13-182 hagenbennouna]# spcaview -d /dev/video0 -f yuv
    bash: spcaview: command not found

    Précision peut-être ; j'avais auparavant fait ceci :

    [root@c0017-1-82-245-13-182 hagenbennouna]# modprobe spca5xx
    [root@c0017-1-82-245-13-182 hagenbennouna]# tail /var/lo
    local/ lock/ log/
    [root@c0017-1-82-245-13-182 hagenbennouna]# tail /var/log/messages
    Apr 18 17:01:02 82 msec: changed mode of /var/log/samba/82.240.187.31.log from 644 to 640
    Apr 18 17:01:02 82 hald[3972]: Timed out waiting for hotplug event 1037. Rebasing to 1067
    Apr 18 17:03:04 82 kernel: usb 1-1: USB disconnect, address 2
    Apr 18 17:04:00 82 su(pam_unix)[5558]: session opened for user root by hagenbennouna(uid=500)
    Apr 18 17:05:00 82 CROND[5598]: (mail) CMD (/usr/bin/python -S /usr/lib/mailman/cron/gate_news)
    Apr 18 17:05:30 82 kernel: Linux video capture interface: v1.00
    Apr 18 17:05:30 82 kernel: usbcore: registered new driver spca5xx
    Apr 18 17:05:30 82 kernel: /usr/src/spca5xx-0.57.00/drivers/usb/spca5xx.c: spca5xx driver 00.57.00 registered
    Apr 18 17:05:55 82 smbd[5611]: [2007年04月18日 17:05:55, 0] lib/util_sock.c:read_data(526)
    Apr 18 17:05:55 82 smbd[5611]: read_data: read failure for 4287 bytes to client 82.243.120.250. Error = Connection reset by peer

    Conclusion : il semble me manquer un petit truc pour lancer la webcam ; quelqu'un a-t-il une idée ?