It works better because it creates /dev/video* But it also gives me this error msg:
(/var/log/messages after insmod command) USB Quickcam Class ff SubClass ff idVendor 46d idProduct 870 USB Quickcam camera found using: $Id: quickcam.c,v 1.101 2002/02/13 22:44:43 jfclere Exp $ quickcam: probe of HDCS1000 sensor = 10 00 id: 08 quickcam: probe of BP100 sensor = 00 10 id: 64 quickcam: probe of VV6410 sensor = 00 10 id: 19 quickcam: probe of HDCS1020 sensor = 10 10 id: 10 quickcam: HDCS1020 sensor detected (/var/log/messages after running gnomemeeting) quickcam: warning -> frame overflow (49) quickcam: frame size is incorrect! (49) quickcam: warning -> frame overflow (49) quickcam: frame size is incorrect! (49) quickcam: frame size is incorrect! (49) Le Mars 22, 2002 03:26 AM, vous avez �crit : > 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
