I've just bought 2 of this webcams. One of them was out of order (don't work under windows), first try to see if the webcam is present on usb:
lsusb
you must have one line similar to
Bus 002 Device 002: ID 093a:2468 Pixart Imaging, Inc.
Bus and Device can be different.
To get it working on ubuntu breezy, I almost follow this how to from arnieboy: http://ubuntuforums.org/showthread.php?t=75284
but using the last driver version: http://mxhaard.free.fr/spca50x/Download/spca5xx-20051105.tar.gz
In this how to, if you don' want to set a password for root, you can link gcc to gcc-3.4 replace the lines
u
CC=gcc-3.4 export CC exit CC=gcc-3.4 export CC by this
sudo rm /usr/bin/gcc
sudo ln -s /usr/bin/gcc-3.4 /usr/bin/gcc
Note: If you want to compile your personnal apps with gcc 4, you must restore the link after the driver installation.
And follow:
wget http://mxhaard.free.fr/spca50x/Download/spca5xx-20051105.tar.gz
tar xvfz spca5xx-20051105.tar.gz cd spca5xx-20051105 make If the module is already loaded (try lsmod) remove it:
sudo modprobe -r spca5xx
install and load module:
sudo rm -rf /lib/modules/uname -r/kernel/drivers/usb/media/spca5xx*
sudo make install sudo modprobe spca5xx
To load the module at each start of the computer you can add the line 'spca5xx' at the end of file /etc/modules
now you can try the camera with gqcam for example ( if you only have this webcam as video device (no tvcad,..) try this)
gqcam -v /dev/video0