Here are the notes I used to get gspca working with Logitech QuickCam for Skype:
- download source package from:
http://mxhaard.free.fr/download.html
wget
http://mxhaard.free.fr/spca50x/Downl...0060925.tar.gz
- extract
tar xfz gspcav1-20060925.tar.gz
- install kernel metadata:
yum install kernel-devel
- install kernel sources:
http://download.fedora.redhat.com/pu...dates/5/SRPMS/
wget
http://download.fedora.redhat.com/pu...ates/5/SRPMS/k
ernel-2.6.17-1.2187_FC5.src.rpm
rpm -i kernel-2.6.17-1.2187_FC5.src.rpm
- compile/install kernel module:
cd gspcav1-20060925
make
make install
- load it:
/sbin/modprobe gspca
- check it:
/sbin/lsmod | grep gspca
ls -ald /dev/video*
NOTE: no entry needs to be added to /etc/modprobe.conf,
gspca module will load automatically after reboot
- launch ekiga and turn on video and see the image
- if you do not have ekiga, just install it via 'yum install ekiga'