Mansour Al Akeel wrote: > I have been trying to get the webcam to work on: > > Linux mars 2.6.29-gentoo-r5 #1 SMP Sat Aug 8 13:33:30 ADT 2009 x86_64 > AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 AuthenticAMD GNU/Linux > > lsusb > Bus 002 Device 001: ID 1d6b:0001 > Bus 001 Device 002: ID 05ca:1810 Ricoh Co., Ltd > Bus 001 Device 001: ID 1d6b:0002 > > I enabled V4L in the Kernel and enabled API 1.0. > Then I installed the driver as in : > > http://forums.gentoo.org/viewtopic-t-768893.html?sid=57e3dbf52a9be44c18f4f779069802ab > > [...]
Are you sure you have configured gspca properly? Go to "Device Drivers > Multimedia Devices > Video Capture Adapters > v4l usb devices > GSPCA Based Webcams" in the menu provided by "make menuconfig" in /usr/src/linux and enable the relivent driver. Unfortunately, after looking across which webcames are gspca-supported, Ricoh doesn't show up a single time. So that may be just about useless. The only drivers I could find are significantly behind in supported kernel versions, but could be worth a shot: http://www.arakhne.org/ricoh/ In addition, there has been success using media-video/linux-uvc with Ricoh webcams, so that could also be worth a shot. Regardless, good luck, and do follow up if any of these ideas work.