From owner-freebsd-current@FreeBSD.ORG Wed Jan 31 14:05:45 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70E3316A407; Wed, 31 Jan 2007 14:05:45 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id 5B78413C474; Wed, 31 Jan 2007 14:05:45 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l0VE5hon057344; Wed, 31 Jan 2007 06:05:43 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l0VE5hI3057343; Wed, 31 Jan 2007 06:05:43 -0800 (PST) (envelope-from rizzo) Date: Wed, 31 Jan 2007 06:05:43 -0800 From: Luigi Rizzo To: Rene Ladan Message-ID: <20070131060543.A57206@xorpc.icir.org> References: <20070130170443.A49225@xorpc.icir.org> <45C08A29.4030509@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <45C08A29.4030509@gmail.com>; from r.c.ladan@gmail.com on Wed, Jan 31, 2007 at 01:23:05PM +0100 Cc: usb@freebsd.org, current@freebsd.org Subject: Re: Call for Testers: FreeBSD webcam driver (and more) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2007 14:05:45 -0000 On Wed, Jan 31, 2007 at 01:23:05PM +0100, Rene Ladan wrote: > Luigi Rizzo schreef: > > I think I reached a first interesting milestone in my project > > to build an emulation layer to compile linux device drivers on FreeBSD. > > > > I managed to build a FreeBSD port of the linux 'gspca' driver (which claims > > to support 228 different webcams) with basically no modifications to > > the original source. So it would be good if someone could give a try > > to this code, either on -current or -stable, keeping in mind that > > this is NOT PRODUCTION READY yet. > > > [...] > > together of course with source code, and even binary modules > > for FreeBSD 6.2. > > Basically I would like to know how it builds/works on -current, > > have reports on cameras that work with it and those which don't > > and so on. > [...] > > The binary modules also load on CURRENT i386 as of 2007/01/30, > dmesg shows > > > usb_spca5xx_init: gspca driver 01.00.12 registered > > but it doesn't recognize the Xbox360 webcam (vendor 0x45e, product 0x294) : > > > spcaDetectCamera called vend 0x45e prod 0x294 p 0xc7a8d334 > > spcaCameraDetect failed > > neither does it recognize the builtin USB 2.0 webcam of my Asus A6JE > laptop (Syntek, product 0xa311), at least no /dev/video* show up. ok thanks for the work anyways... i see there is a project on sourceforge for this one but probably not complete yet http://syntekdriver.sourceforge.net/index.php?mode=documentation while i haven't found anything on the web for the xbox thing. cheers luigi