From: Michael Krufky <mkrufky@linuxtv.org>
To: Jarryd Beck <jarro.2783@gmail.com>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] NXP 18211HDC1 tuner
Date: Mon, 10 Mar 2008 00:28:00 -0400 [thread overview]
Message-ID: <47D4B8D0.9090401@linuxtv.org> (raw)
In-Reply-To: <abf3e5070803092042q6f4e90d9h890efb0ea441419e@mail.gmail.com>
On Mon, Mar 10, 2008 at 12:46 PM, Michael Krufky <mkrufky@linuxtv.org>
wrote:
>> Jarryd Beck wrote:
>> > Would someone be interested in writing tuner drivers for the NXP
>> > 18211HDC1 tuner?
>> > I recently bought the Winfast DTV Dongle Gold which uses an AF9015
>> > chip and the NXP tuner.
>> > I've managed to get it working up to the point of needing the tuner,
>> > after that nothing works.
>> > I have no idea how to write tuner code, so if someone is interested, I
>> > can supply all the
>> > info I've got about the card and test whatever you write.
>> >
>> > Jarryd.
>>
>> Try the tda18271 driver -- I am under the impression that the tda18211
>> is a dvb-t only subset of the tda18271, but I dont have a tda18211 to
>> test with and find out, nor do I have a tda18211 spec to look at. :-(
>>
>> Good Luck,
>>
>> Mike
Jarryd Beck wrote:
> I tried that, but I wasn't sure about a few things, I was kind of making stuff
> up as I went along.
>
> Can you tell me if I've done this right?
>
> At the af9015_tuner_attach function I wrote a function
> tda18211_tuner_attach which
> calls dvb_attach. The one thing I'm not sure about is the function
> tda18271_attach
> has a parameter u8 addr. I don't know what that is supposed to do or where I am
> supposed to get it from.
>
> You can look up a datasheet from the nxp site, it appears it goes under the name
> tda18211HD, I don't know what the C1 at the end means, I'm hoping it's the same
> thing. The datasheet isn't very useful though, it pretty much only has a
> circuit diagram and a couple of numbers on it.
>
> Jarryd.
>
>
Jarryd,
Please don't drop cc to the mailing list (added back), and also remember
not to top quote.
The addr parameter is the i2c address of the tuner. It is most likely
0x60 or 0x61.
For an example of how to attach the tda18271 driver, look in
cx23885-dvb.c for CX23885_BOARD_HAUPPAUGE_HVR1800 where alt_tuner is 1.
The datasheet on the nxp site wont help me -- i need to see the register
map.
I think that the tda18271 driver will work with your tuner, but we may
need to make some small adjustments. If you look in tda18271-fe.c ,
you'll find the code that autodetects between a TDA18271c1 and a
TDA18271c2 ... If the autodetection fails for your tuner, you might
want to try hardcoding it to the tda18271c1. If that works, then I'll
ask you to enable the register dump debug option (debug = 4) in the
tda18271 driver and send me a dmesg snippit. That should help us to add
the autodetection later.
hth,
Mike
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-03-10 4:28 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-10 1:36 [linux-dvb] NXP 18211HDC1 tuner Jarryd Beck
2008-03-10 1:46 ` Michael Krufky
[not found] ` <abf3e5070803092042q6f4e90d9h890efb0ea441419e@mail.gmail.com>
2008-03-10 4:28 ` Michael Krufky [this message]
2008-03-10 7:39 ` Jarryd Beck
2008-03-10 9:56 ` Antti Palosaari
2008-03-10 11:12 ` Jarryd Beck
2008-03-10 13:38 ` Michael Krufky
2008-03-10 21:15 ` Jarryd Beck
2008-03-10 21:59 ` Antti Palosaari
2008-03-11 21:05 ` Jarryd Beck
2008-03-11 23:25 ` Michael Krufky
2008-03-12 0:08 ` Jarryd Beck
2008-03-12 1:46 ` Michael Krufky
2008-03-12 2:02 ` Steven Toth
2008-03-12 3:06 ` Jarryd Beck
2008-03-12 12:49 ` Michael Krufky
2008-03-12 14:02 ` Antti Palosaari
2008-03-12 15:06 ` mkrufky
2008-03-12 20:36 ` Jarryd Beck
2008-03-12 20:54 ` Michael Krufky
2008-03-12 21:07 ` Jarryd Beck
2008-03-12 21:09 ` mkrufky
2008-03-12 21:12 ` Jarryd Beck
2008-03-12 21:14 ` mkrufky
2008-03-12 21:25 ` Jarryd Beck
2008-03-12 21:28 ` mkrufky
2008-03-12 23:11 ` Antti Palosaari
2008-03-13 2:20 ` Jarryd Beck
2008-03-13 23:07 ` Jarryd Beck
2008-03-14 0:13 ` Antti Palosaari
2008-03-14 2:53 ` Jarryd Beck
2008-03-14 3:19 ` Michael Krufky
2008-03-14 3:22 ` Jarryd Beck
2008-03-14 3:33 ` Jarryd Beck
2008-03-14 4:28 ` Michael Krufky
2008-03-14 4:40 ` Antti Palosaari
2008-03-14 5:37 ` Antti Palosaari
2008-03-14 12:31 ` Michael Krufky
2008-03-14 18:30 ` Antti Palosaari
2008-03-14 18:32 ` Antti Palosaari
2008-03-15 13:06 ` Jarryd Beck
2008-03-15 13:21 ` Jarryd Beck
2008-03-15 14:22 ` Antti Palosaari
2008-03-15 23:42 ` Jarryd Beck
2008-03-16 0:08 ` Antti Palosaari
2008-03-16 0:27 ` Jarryd Beck
2008-03-16 0:37 ` Antti Palosaari
2008-03-16 0:40 ` Jarryd Beck
2008-03-16 0:42 ` Michael Krufky
2008-03-16 0:47 ` Michael Krufky
2008-03-16 1:27 ` Jarryd Beck
2008-03-16 1:39 ` Antti Palosaari
2008-03-16 2:01 ` Jarryd Beck
2008-03-16 2:04 ` Antti Palosaari
2008-03-16 4:29 ` Michael Krufky
2008-03-16 2:04 ` Michael Krufky
2008-03-16 3:25 ` Jarryd Beck
2008-03-16 3:28 ` Michael Krufky
2008-03-18 2:14 ` Antti Palosaari
2008-03-20 2:01 ` Jarryd Beck
2008-03-20 2:29 ` Antti Palosaari
2008-03-20 2:39 ` Jarryd Beck
2008-03-24 5:32 ` Jarryd Beck
2008-03-24 5:35 ` Jarryd Beck
2008-03-24 11:58 ` Antti Palosaari
2008-03-24 11:59 ` Jarryd Beck
2008-03-24 11:56 ` Antti Palosaari
2008-03-14 4:33 ` Antti Palosaari
2008-03-14 4:26 ` Antti Palosaari
[not found] <mailman.135.1205356481.830.linux-dvb@linuxtv.org>
2008-03-13 0:02 ` ras243-dvb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47D4B8D0.9090401@linuxtv.org \
--to=mkrufky@linuxtv.org \
--cc=jarro.2783@gmail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox