From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 30 10:16:44 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 DDDDE106566C for ; Wed, 30 Dec 2009 10:16:44 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by mx1.freebsd.org (Postfix) with ESMTP id 752FC8FC0C for ; Wed, 30 Dec 2009 10:16:44 +0000 (UTC) Received: from vampire.homelinux.org (dslb-088-066-043-056.pools.arcor-ip.net [88.66.43.56]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MTvSD-1NYULT0EoD-00RHE5; Wed, 30 Dec 2009 11:16:42 +0100 Received: (qmail 69838 invoked from network); 30 Dec 2009 10:16:41 -0000 Received: from f8x64.laiers.local (192.168.4.188) by laiers.local with SMTP; 30 Dec 2009 10:16:41 -0000 From: Max Laier Organization: FreeBSD To: Torfinn Ingolfsen Date: Wed, 30 Dec 2009 11:16:40 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE; KDE/4.3.4; amd64; ; ) References: <200912300341.51287.max@love2party.net> <20091230101108.fb830f41.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20091230101108.fb830f41.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912301116.41022.max@love2party.net> X-Provags-ID: V01U2FsdGVkX18jvbF0LWf1MHm89+278Bamp/d4HnNzBAtMHCo ajFXm5fwsMLF/IejvfYE7F8GiEaU9N1zpuPFUVaggl3syaUMEb NIjLMqm+dEfdRzNzpTLgQ== Cc: freebsd-multimedia@freebsd.org Subject: Re: WIP: DVB-C 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: Wed, 30 Dec 2009 10:16:45 -0000 On Wednesday 30 December 2009 10:11:08 Torfinn Ingolfsen wrote: > On Wed, 30 Dec 2009 03:41:51 +0100 > > Max Laier wrote: > > Hi, > > > > attached is a "driver" for the Technisat CableStar HD2 DVB-C TV > > card. It's modeled after jmg's bktrau/cxd drivers: Minimal kernel > > part, demodulator and tuner programming in userland. > > No attachement herer. It seems like the list software scrubs off those. Opps ... http://people.freebsd.org/~mlaier/mantis.tgz there you go. > > BTW, the bridge chip supported by the kernel part (TwinHan/Digimove > > Mantis) is quite common in the consumer cards market. It should > > support most of the Technisat *Star product line, as well as some > > Terratec Cinergy products. But you'd obviously need a different > > userland to support the tuner/demods on these cards. > > Hmm, it would be interesting to see if my Cinergy 1200 DVB-C is > detected. If this is the one with PCI ID 0x1178, you should be in luck. Simply put the right vendor and card id in the probe routine and you should be golden. As far as I can tell, this card even uses the same tuner/demod combination. Might be a tda10021 demod, however. In which case you might need some slight changes to the userland part. It should start, though. ./vp2040 MAC [XX:XX:XX:XX:XX:XX] pwm = 0xe4 id = 0x7d ... If it gives 0x7d as id, it is the tda10023 (the one I have). For other tuner/demod combis refer to the v4l mecurial repo referenced in the README. Porting is a matter of copy&paste and some replacements. Let me know how it goes. -- Max