I have been given a USB Logitech Quickcam Messenger webcam and I am trying to get it to work.
I am using Opensuse 11.4 64bit with Gnome.
I have followed posts to the Logitech site where they recommend downloading and running their qu-usb-messenger-1.8 driver. The webcam apparently uses the Quickcam Messenger and Quickcam Communicate software.
I have done this and tried to install as per the README instructions and get the following errors:
garth@linux-garth:~/Downloads/qc-usb-messenger-1.8> make install
which: no depmod in (/home/garth/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin)
awk: cmd. line:1: fatal: cannot open file `/lib/modules/2.6.37.6-0.7-desktop/build/include/linux/version.h’ for reading (No such file or directory)
/bin/sh: line 0: : -ge: unary operator expected
/bin/sh: line 0: : -ge: unary operator expected
cc -I/lib/modules/2.6.37.6-0.7-desktop/build/include -nostdinc -iwithprefix include -DMODULE -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wall -Wstrict-prototypes -Wno-trigraphs -DHAVE_UTSRELEASE_H= -pipe -c qc-driver.c
make: cc: Command not found
make: *** [qc-driver.o] Error 127
garth@linux-garth:~/Downloads/qc-usb-messenger-1.8>
Please help as I don’t understand the error.
I did install make when the make command didn’t work.
The webcam is seen by a lsusb command:
garth@linux-garth:~/Downloads/qc-usb-messenger-1.8> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 03f0:0405 Hewlett-Packard ScanJet 3400cse
Bus 005 Device 002: ID 046d:08f0 Logitech, Inc. QuickCam Messenger
Bus 006 Device 002: ID 03f0:7604 Hewlett-Packard DeskJet 3940
garth@linux-garth:~/Downloads/qc-usb-messenger-1.8>
The microphone is working from the webcam but Cheese and Skype just show a black video screen.
Any help to get this webcam going would be appreciated.