From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 1 17:55:42 2009 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 62F72106564A for ; Sun, 1 Mar 2009 17:55:42 +0000 (UTC) (envelope-from tim@tangobravo.co.uk) Received: from auth-2.ukservers.net (auth-2.ukservers.net [217.10.138.132]) by mx1.freebsd.org (Postfix) with ESMTP id 27CDA8FC16 for ; Sun, 1 Mar 2009 17:55:41 +0000 (UTC) (envelope-from tim@tangobravo.co.uk) Received: from auth-2.ukservers.net (auth-2.ukservers.net [10.0.17.132]) by auth-2.ukservers.net (Postfix smtp) with ESMTP id 34AFC2CD4B42 for ; Sun, 1 Mar 2009 17:37:09 +0000 (GMT) Received: from hades.syntheticmoon.co.uk (82-71-38-22.dsl.in-addr.zen.co.uk [82.71.38.22]) by auth-2.ukservers.net (Postfix smtp) with ESMTP id 076B42CD4A8A for ; Sun, 1 Mar 2009 17:37:08 +0000 (GMT) Message-ID: <49AAC7FA.1010403@tangobravo.co.uk> Date: Sun, 01 Mar 2009 17:38:02 +0000 From: Tim Borgeaud User-Agent: Thunderbird 2.0.0.0 (X11/20070604) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: A Linux USB DVB-T (dib0700) driver for FreeBSD 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: Sun, 01 Mar 2009 17:55:42 -0000 I've been working with Luigi Rizzo's Linux emulation code and with similar code in Hans Petter Selasky's new USB stack (on FreeBSD 6/7). I've had some success building an, apparently working FreeBSD driver module using Linux driver source for dib0700 based devices. The project is still at an early stage and relatively untested, but I seem to be able to watch digital TV using my Hauppauge WinTV NOVA-TD USB stick. Details and code for FreeBSD 7.1 (only) can be found at http://www.tangobravo.co.uk/v4l-compat/ Since this project is focussed around building USB DVB drivers from Linux source, it should not be difficult to build one the other similar drivers from the Video4Linux project. However, I have not yet reached this point. Ideally, I'd like to find other people willing to test this code, particularly if they have other USB DVB devices supported by v4l code, before I try any other devices. Tim Borgeaud