From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 11 20:21:00 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD201065673 for ; Tue, 11 Oct 2011 20:21:00 +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 06F348FC16 for ; Tue, 11 Oct 2011 20:20:59 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 020071E001E0; Tue, 11 Oct 2011 22:20:58 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p9BKKIGh019337; Tue, 11 Oct 2011 22:20:18 +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 p9BKKI31019336; Tue, 11 Oct 2011 22:20:18 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 11 Oct 2011 22:20:18 +0200 To: Jason Harmening Message-ID: <20111011202018.GA19158@triton8.kn-bremen.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org Subject: Re: cx88 1.4.1 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, 11 Oct 2011 20:21:00 -0000 On Tue, Oct 11, 2011 at 02:09:59PM -0500, Jason Harmening wrote: > cx88 v1.4.1 is now in ports, with several fixes for Linux DVB > captures...it is now known to work correctly with DVB-T devices (at > least the WinTV HVR-4000) and VDR. > There is a small fix in the I2C layer to help devices recover from I2C > transaction errors, so please reload your kernel drivers after > updating. > Juergen, thanks for all your help testing and debugging! You're welcome! :) And I just added the HVR-4000 to the wiki page: http://wiki.freebsd.org/WebcamCompat (Yes it's not driven by webcamd but I suppose this is where people might end up looking...) Oh and btw for kaffeine to work as well cx88 would have to add the /dev/dvb nodes to hal like webcamd does because hal is where kaffeine is looking. Cheers, Juergen