Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 11:16:40 +0100
From:      Max Laier <max@love2party.net>
To:        Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: WIP: DVB-C support
Message-ID:  <200912301116.41022.max@love2party.net>
In-Reply-To: <20091230101108.fb830f41.torfinn.ingolfsen@broadpark.no>
References:  <200912300341.51287.max@love2party.net> <20091230101108.fb830f41.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 30 December 2009 10:11:08 Torfinn Ingolfsen wrote:
> On Wed, 30 Dec 2009 03:41:51 +0100
> 
> Max Laier <max@love2party.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301116.41022.max>