From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 23 12:41:40 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 ED4D7106566B for ; Fri, 23 Oct 2009 12:41:40 +0000 (UTC) (envelope-from tim@tangobravo.co.uk) Received: from auth-1.ukservers.net (auth-1.ukservers.net [217.10.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 845698FC18 for ; Fri, 23 Oct 2009 12:41:40 +0000 (UTC) Received: from hades.syntheticmoon.co.uk (82-71-38-22.dsl.in-addr.zen.co.uk [82.71.38.22]) by auth-1.ukservers.net (Postfix smtp) with ESMTP id 4270836F9FD2; Fri, 23 Oct 2009 13:14:06 +0100 (BST) Message-ID: <4AE19D21.2060702@tangobravo.co.uk> Date: Fri, 23 Oct 2009 13:10:09 +0100 From: Tim Borgeaud User-Agent: Thunderbird 2.0.0.21 (X11/20090911) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: DVB support 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: Fri, 23 Oct 2009 12:41:41 -0000 I have been playing around with compiling V4L (Linux) DVB drivers using a layer of compatibility code derived from Luigi Rizzo's linux-kmod-compat port and Hans Petter Selasky's USB stack (in FreeBSD 8/current). I've had some success getting a dib0700 based USB stick (Hauppauge WinTV-NOVA-TD-Stick) to work and am in the process of trying to compile some further V4L driver source (for other USB DVB-T sticks). If there is a working V4L driver for a USB stick that you want to use, it may be possible to use this approach to create a FreeBSD driver module. See http://www.tangobravo.co.uk/v4l-compat for a brief description and some code that may be used to compile v4l drivers on FreeBSD. See also the "USB webcam++ support for FreeBSD-8-current is soon here" post to freebsd-emulation regarding HPS' userland compatibility code: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=117918+0+archive/2009/freebsd-emulation/20090607.freebsd-emulation Tim Borgeaud