This is a HOWTO guide to install the logitech webcam drivers from this
sourceforge project http://qce-ga.sourceforge.net/
==Quick n Dirty guide for the brave==
#kernel headers, compilers and v4l1 for gnome
#get the driverCode:sudo apt-get install linux-headers-$(uname -r) sudo apt-get install build-essential sudo apt-get install libpt-plugins-v4l
#become root because script doesn't understand sudo, it whinges a lot about not working, but then it does.Code:wget http://optusnet.dl.sourceforge.net/sourceforge/qce-ga/qc-usb-0.6.3.tar.gz tar zxvf qc-usb-0.6.3.tar.gz cd qc-usb-0.6.3
Code:sudo -s -H ./quickcam.sh
==Longer Guide==
==Checking you have the right webcam==
you can do this with the command:
Which should give you a couple of lines, one looking like this:Code:lsusb
Bus 002 Device 003: ID 046d:0870 Logitech, Inc. QuickCam Express
According to the website:
There are other links on the page to check out if your camera ID is different. Also there are some other threads on the forums that concern another driver which might work for you if this one doesn't here and here.Generally any USB camera with Vendor Id 0x46d and Product Id 0x840,
0x850, or 0x870 should work
==Extras you need==
Ok before you can install the driver you need these things and I
describe how to get them next:
- kernel headers for your kerne
- compilers to.... compile
- video for linux ver 1 interface if you want to use gnomemeeting
==Installing Kernel Headers==
Ok if you know how to do this, or have them installed, skip to the next
section.
*the apt-get way*
To make sure they are there:
To install them:Code:sudo apt-cache search linux-headers-$(uname -r)
Code:sudo apt-get install linux-headers-$(uname -r)
*the synaptic way*
Type "uname -r" in a terminal
Then go into synaptic and type "headers"
Grab the package labeled "linux-headers-2.6.10-5-***" that matches your
machine. I don't think it hurts to grab others if you need them.
==Installing compilers==
This is a series of compilers your ubuntu distro doesn't come with by default, but are used to make programs from source.
OR search synaptic for "build-essential"Code:sudo apt-get install build-essential
==Installing video for linux ver 1==
Ubuntu comes with V4L2, but that won't work for gnomemeeting with this driver.
OR search synaptic for "v4l" and tick 'em.Code:sudo apt-get install libpt-plugins-v4l
==Installing the Driver==
Now that you have the prerequisites go to the quickcam express driver sourceforge page:
http://sourceforge.net/projects/qce-ga/
Download the qc-usb package to your home folder (~150kb):
(N.B. the driver might update in the course of this HOWTO being on the
forums, check the page to make sure.)
uncompress the package:
enter the folder:Code:tar zxvf qc-usb-0.6.3.tar.gz
Now the script in the folder doesn't understand sudo, so we have toCode:cd qc-usb-0.6.3
become root.
Now run the script, accepting the defaults should be ok, read whatCode:sudo -s -H
it says, it may give errors, but soldier on because it worked anyway for
me (that said, have you backed up your files?):
Code:./quickcam.sh
==Testing==
Open gnomemeeting, make sure you select v4l and not v4l2 in setup. Should be working. My Labtec cam (which registers as a logitech) is washed out and shifted to the yellow/red side of the spectrum, other cameras should not be, if anyone has a fix for this problem, post it here.
==Last notes==
Camera works on reboot without adding "quickcam" to /etc/modules, so you are done. Hope this helps people, I will check in on the guide to correct any typos etc.
good luck,
Trollzor
Bookmarks