Hi Sergei, thanks for the report. Hi Jean-Francois, I got this report about a working Genius iSlim 310 webcam. Maybe it would be a good idea to add the device 0x093a:0x2625 in pac7302.c. Should I send a patch for you? Regards, Márton Németh Krivchikov Sergei wrote: > Hi! All works. > From: http://forum.ubuntu.ru/index.php?topic=9767.msg717310#msg717310 > and > http://stemp.wordpress.com/2009/11/03/karmic-get-the-latest-drivers-for-gspca-uvc-usbvideo-and-other/ > > |1. sudo aptitude install mercurial build-essential linux-headers > libncurses5-dev > ||2. hg clone http://linuxtv.org/hg/v4l-dvb/ > ||3. cd v4l-dvb > 4. Add to | v4l-dvb/linux/drivers/media/video/gspca/pac7302.c in section > > /* -- module initialisation -- */ > static const struct usb_device_id device_table[] __devinitconst = { > {USB_DEVICE(0x06f8, 0x3009)}, > {USB_DEVICE(0x093a, 0x2620)}, > {USB_DEVICE(0x093a, 0x2621)}, > {USB_DEVICE(0x093a, 0x2622), .driver_info = FL_VFLIP}, > > {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, > * {USB_DEVICE(0x093a, 0x2625)}*, > {USB_DEVICE(0x093a, 0x2626)}, > {USB_DEVICE(0x093a, 0x2628)}, > {USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP}, > > {USB_DEVICE(0x093a, 0x262a)}, > {USB_DEVICE(0x093a, 0x262c)}, > {} > }; > > > > |5. sudo cp /boot/config-`uname -r` v4l/.config| > |6. sudo make menuconfig| > Set <M> in "Multimedia Support -> Video Capture adapters -> V4L USB > devices -> GSPCA -> pac7302.c and Uncheck all other devices if you want. > |7. make > 8. sudo make install| > > > Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html