Ok I tried media-video/linux-uvc, after I unmasked it, but it 's failing:
make: *** [uvcvideo] Error 2
*
* ERROR: media-video/linux-uvc-0.1.0_pre250 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3339: Called linux-mod_src_compile
* environment, line 2589: Called die
* The specific snippet of code:
* eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
CROSS_COMPILE=${CHOST}-
LDFLAGS=\"$(get_abi_LDFLAGS)\"
${BUILD_FIXES}
${BUILD_PARAMS}
${BUILD_TARGETS} " || die "Unable to emake
HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}-
LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS}
${BUILD_TARGETS}";
* The die message:
* Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc
CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= KERNEL_DIR=/usr/src/linux
*
* If you need support, post the topmost build error, and the call
stack if relevant.
* A complete build log is located at
'/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/environment'.
*
>>> Failed to emerge media-video/linux-uvc-0.1.0_pre250, Log file:
>>> '/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/build.log'
* Messages for package media-video/linux-uvc-0.1.0_pre250:
*
* ERROR: media-video/linux-uvc-0.1.0_pre250 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3339: Called linux-mod_src_compile
* environment, line 2589: Called die
* The specific snippet of code:
* eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
CROSS_COMPILE=${CHOST}-
LDFLAGS=\"$(get_abi_LDFLAGS)\"
${BUILD_FIXES}
${BUILD_PARAMS}
${BUILD_TARGETS} " || die "Unable to emake
HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}-
LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS}
${BUILD_TARGETS}";
* The die message:
* Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc
CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= KERNEL_DIR=/usr/src/linux
*
* If you need support, post the topmost build error, and the call
stack if relevant.
* A complete build log is located at
'/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/temp/environment'.
*
I am trying now to compile all the available drivers as modules, and
will see. In the mean while, I will look into, the driver link you sent.
I will share the results with the list. :)
Thank you.
Saphirus Sage wrote:
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.