Hi,

mod_quickcam does not work with my Quickcam Express because the chip is a 
STV0602-AA instead of STV0600 (the chip the official Mandrake 8.2 
-2.4.18-6mdk- mod_quickcam is written for).

1)Everything is in this mail. You can set up that manually like this:

----------------------------------------------------------
Salvador Arroyo Fdez� Dexxa STV602 patch
dexxa webcam STV0602-AA Agilent QDCS 1005 ID: 870
from cvs module hdcs.c
function hdcs_init change:
line 96: STV_ISO_SIZE, 0x034f to STV_ISO_SIZE, 0x0284
line 115: HDCS_INTEGRATE, 0x9 to HDCS_INTEGRATE, 0x7e
add about line 138:
if (usb_quickcam_set1(dev, 0x1446, 0x01) < 0) goto error;
compile an then run as per normal
./quickcam.sh
xawtv -c /dev/video0 -geometry 320x240
********STV602 sensor patch submitted by Salvador requires testing
Using� the cvs version which can be dowloaded from the online
cvs
without checking in all components
have to be dowloaded
�---------------------------------------------------------------

2) or you can sync with the CVS doing:

Anonymous CVS Access
This project's SourceForge CVS repository can be checked out through anonymous
(pserver) CVS with the following instruction set. The module you wish
to check out must be specified as the modulename. When prompted
for a password for anonymous, simply press the Enter key.

$cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga login
�
$cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga co 
quickcam

Updates from within the module's directory do not need the -d parameter.
(from sourceforge)

Then,
$make
$./quickcam.sh

The module is loaded (insmoded) along with the necessary videodev and this 
time /dev/video* is created (not as before with the 2.4.18-6mdk mod_quickcam).

Enjoy :P

marc

Reply via email to