For months I’ve been trying to get my Logitech QuickCam Messenger working on my Kubuntu Edgy Eft installation, and today was the day for me!
I’ve been trying all the time, to get it to work with the qc-usb-messenger-X.X drivers, because that was what I found when I googled it. But today, I took a deep breath and dived into the depth of the forum threads and found this:
http://ubuntuforums.org/showthread.php?t=75284
I immediately had a good feeling about it, because I remembered my PC freezing when it was a breezy PC (please note the hilarious word play). I followed the steps, and viola!
It seems to me, that the reason I got lucky here was because this driver was actually compatible with the specific model of the cam which, when running lsusb turns out to be:
Bus 001 Device 004: ID 046d:08da Logitech, Inc.
Anyway, if you have the exact same cam, or if you are me, reading this after a re-install, this is what the doctor (in this case arnieboy) prescribed:
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install linux-restricted-modules-`uname -r` build-essential
wget http://mxhaard.free.fr/spca50x/Download/spca5xx-20060501.tar.gz
tar xvfz spca5xx-20060501.tar.gz
cd spca5xx-20060501
make
sudo modprobe -r spca5xx
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx*
sudo make install
sudo modprobe spca5xx
I hope this can help other people, through the true hell of finding a proper driver for their cameras.
Don’t forget to thank arnieboy!
~Kim
