Webcam problem weiß einer Rat?

  • HAbe mir gestern die Philips spc 200nc gekauft aber irgendwie bring ich die nicht zum laufen hab schon gegoogelt aber nur das gefunen aber das check ich nicht wirklich



    This webcam is now working for me !!


    The driver you have to use is : http://mxhaard.free.fr/download.html


    How to proceed ?


    First, you have to create the device:
    sudo mknod /dev/video0 c 81 0
    sudo mknod /dev/video1 c 81 1
    sudo chmod a+rw /dev/video0
    sudo ln -s /dev/video0 /dev/video


    Then all you have to do is to compile and install the module:
    tar -xvzf spca5xx-20060202.tar.gz
    cd spca5xx-20060202
    export CC=gcc-3.4 (or CC=gcc-3.4 if it doesn't work)
    make
    sudo make install


    Note: you have to use the gcc release that was used to compile your kernel. Enter cat /proc/version to verify.


    And finally:
    cd /lib/modules/2.6.12-10-686-smp/kernel/drivers/usb/media/spca5xx/
    sudo mv spca5xx.ko spca5xx.ko.sav
    sudo cp xxx/spca5xx-20060202/spca5xx.ko .


    And now:
    - you plug the cam
    - and it should be working (I used camorama without any parameter)


    You may have to restart camorama, otherwise you may have a blank screen (I don't what is this pb...?).