From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 17 21:13:52 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 DD962106564A for ; Mon, 17 Sep 2012 21:13:52 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 928398FC0C for ; Mon, 17 Sep 2012 21:13:51 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7F2E01E000F9; Mon, 17 Sep 2012 23:13:45 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8HLCS3Y064379; Mon, 17 Sep 2012 23:12:28 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8HLCRYa064378; Mon, 17 Sep 2012 23:12:27 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 17 Sep 2012 23:12:27 +0200 To: Hans Petter Selasky Message-ID: <20120917211227.GA63945@triton8.kn-bremen.de> References: <201208062004.36271.hselasky@c2i.net> <201208292122.q7TLMBOP051400@triton8.kn-bremen.de> <201208302126.40629.hselasky@c2i.net> <201209172047.33801.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209172047.33801.hselasky@c2i.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, Juergen Lock Subject: Re: New version of multimedia/webcamd ready for testing [NOW: v3.7.0.2] 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: Mon, 17 Sep 2012 21:13:53 -0000 On Mon, Sep 17, 2012 at 08:47:33PM +0200, Hans Petter Selasky wrote: > Hi, > > A new port of webcamd can be found here, now v3.7.0.2: > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b/trunk/ports > > Please test and report if anything is broken! Hm af9015 is still broken with this version, the same as 3.7.0.1 . (webcamd built with DEBUG knob shows Linux driver reporting: INFO: : : 'Afatech AF9015 reference design' successfully initialized and connected or INFO: : : 'MSI DIGIVOX Duo' successfully initialized and connected for the dual tuner but /dev/dvb nodes never appear. Also there still is continuous log output like: DBG: : dvb_usbv2_generic_rw: >>> 0x7fffff9fde70h DBG: : dvb_usbv2_generic_rw: <<< 0x7fffff9fde70h but maybe that's normal - other than webcamd's printf no supporting Linux' %xh that's supposed to dump memory not print the pointer itself.) Thanx, Juergen PS: I may not have posted yet that we debugged the ait_remote driver getting the scrollwheel of my X10 remote listed on the wiki page, http://wiki.freebsd.org/WebcamCompat wrong, so I want to report that that is working properly now with this webcamd version i.e. ir-keytable -t now receives KEY_UP and KEY_DOWN events as it does on Linux.