From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 18 08:41:09 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9A323C5 for ; Mon, 18 Nov 2013 08:41:09 +0000 (UTC) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC28270E for ; Mon, 18 Nov 2013 08:41:09 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTPS id 23B1010059A; Mon, 18 Nov 2013 09:40:57 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id BBF848F3102; Mon, 18 Nov 2013 09:41:30 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ASMQY+xqekx; Mon, 18 Nov 2013 09:41:23 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 4433B8F30BD; Mon, 18 Nov 2013 09:41:23 +0100 (CET) Message-ID: <5289D2DA.8070709@bitfrost.no> Date: Mon, 18 Nov 2013 09:42:02 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Matthias Apitz , freebsd-multimedia@freebsd.org Subject: Re: DVB-T Stick and SDR Software References: <20131118082903.GB32749@sh4-5.1blu.de> In-Reply-To: <20131118082903.GB32749@sh4-5.1blu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 08:41:09 -0000 On 11/18/13 09:29, Matthias Apitz wrote: > > Hello, > > There is a DVB-T USB dongel > DVB-T Digital RTL2832U / E4000 MPEG4 TV Tuner DAB SDR for PC Laptop Wins 7 > > http://www.ebay.de/itm/291017271574?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1423.l2649 > > which works between 50 and 2200 MHz, and an additional converter > construction set which shifts the frequency between 1 and 50 MHz (i.e. > the 80m, 40m, ... bands) into 110++ Mhz and one can receive the amateur > radio bands: > > http://www.darc-husum.de/sdr-konverter.html > (it's in German, but may be you get the idea from the movie in this > page); > > What I would like to know is: > > 1) Is the above dongel supported by our webcamd? > 2) Is there any SDR (Software Defined Radio) which could be used in > FreeBSD with this? > 3) Any other similiar projects or other USB dongels in our beloved FreeBSD? > > Thanks in advance > > Vy 73 > > matthias > Hi, RTL2832 is supported by webcamd, but I don't know about the USB wrapper. ./drivers/media/dvb-frontends/rtl2832.c ./drivers/media/dvb-frontends/rtl2832.h ./drivers/media/dvb-frontends/rtl2832_priv.h --HPS