From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 26 15:23:23 2014 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23A4C4D9 for ; Wed, 26 Nov 2014 15:23:23 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D972F80B for ; Wed, 26 Nov 2014 15:23:22 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 12F0C1FE022; Wed, 26 Nov 2014 16:23:14 +0100 (CET) Message-ID: <5475F07B.8090900@selasky.org> Date: Wed, 26 Nov 2014 16:23:39 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Giuseppe Pagnoni , freebsd-hardware@freebsd.org Subject: Re: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870) References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 15:23:23 -0000 On 11/26/14 15:08, Giuseppe Pagnoni wrote: > Dear all, > > I apologize for reposting this here, by I am trying with no success to > make the camera on my laptop work under FreeBSD 10.1 i386. The laptop > is a Vaio VGN-SZ4XN/C, and the integrated webcam is a Ricoh-made one. > Under Linux, it is recognized as: "05ca:1835 Sony Visual Communication > Camera VGP-VCC5" and is supported by the driver r5u870. > > I am unable to make it work under FreeBSD. I installed the packages: > - lib4l > - v4l_compat > - webcamd > - cuse4BSD-kmod > > And entered in /boot/loader.conf: > cuse4bsd_load="YES" > > and in /etc/rc.conf: > webcamd_enable="YES" > > The camera is attached to usb 4.3. Now, if I enter: > # webcamd -d ugen4.3 -i 0 -v 0 > > I get: > Attached to ugen4.3[0] > webcamd: cannot find USB device > > Any suggestions? Hi, Where is the source code for the "r5u870" driver? From a quick grep, it is not part of the webcamd package, unless it uses some of the standard USB video classes. Possibly you need to patch webcamd to build support for your hardware. NOTE: Binary Linux drivers will not work! --HPS