From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 26 16:34:33 2014 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8881956 for ; Wed, 26 Nov 2014 16:34:33 +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 671F9F41 for ; Wed, 26 Nov 2014 16:34:32 +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 7EA111FE022; Wed, 26 Nov 2014 17:34:30 +0100 (CET) Message-ID: <5476012F.8000306@selasky.org> Date: Wed, 26 Nov 2014 17:34:55 +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 Subject: Re: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870) References: <5475F07B.8090900@selasky.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org 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 16:34:33 -0000 On 11/26/14 16:39, Giuseppe Pagnoni wrote: > Here's a link to the source code, just in case (but it's for Linux): > > http://avilella.googlepages.com/r5u870_patched.tar.bz2 > Hi, I'm a bit short on time now. I think if you google the freebsd-multimedia list there was posted a howto you can add new drivers to webcamd. It's basically to extract the source code where it should be in the linux kernel tree inside the tarball, add the needed CONFIG_XXX options and tell the linux_make utility in webcamd's main Makefile, where it should look for Makefiles using the "-i" option. --HPS