From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 20 14:46:20 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBC50106566C for ; Tue, 20 Mar 2012 14:46:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4683C8FC1D for ; Tue, 20 Mar 2012 14:46:20 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 253959364; Tue, 20 Mar 2012 15:46:10 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 20 Mar 2012 15:44:36 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201203201410.19843.matt@chronos.org.uk> In-Reply-To: <201203201410.19843.matt@chronos.org.uk> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203201544.36654.hselasky@c2i.net> Cc: Matt Dawson Subject: Re: webcamd: Adding Linux devices X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 14:46:20 -0000 On Tuesday 20 March 2012 15:10:19 Matt Dawson wrote: > How would one go about adding a device driver to webcamd? TBS makes a > device called the QBox S2 which comes with full sources for a Linux > driver and a firmware file. This would be rather useful with a FreeBSD > based mythtv backend. Hi, 1) Extract the code, and include the Makefile for the driver into the webcamd tree. 2) Then you build and install the linux_make tool from webcamd tarball. 3) Add the needed configure options to the "config" file. 4) Type "make configure" 5) Then build the port like usual. --HPS