From: Franklin Meng <fmeng2002@yahoo.com>
To: Devin Heitmueller <dheitmueller@kernellabs.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Kworld 315U help?
Date: Wed, 21 Oct 2009 21:44:27 -0700 (PDT) [thread overview]
Message-ID: <759651.95734.qm@web32708.mail.mud.yahoo.com> (raw)
In-Reply-To: <829197380910212116k7c14069fuebecd6bf3075983@mail.gmail.com>
Devin,
> c4 and c6 are probably also the tuner. I know that
> K-World makes some
> products with the same name but different regions. Is
> your version of
> the 315U an ATSC hybrid tuner? If so, then one of
> those addresses is
> probably the demod.
I believe the device I have is a hybrid tuner since it does both digital and analog.
>
> Also, the trace you sent is just an excerpt, but it's
> possible that
> the driver is probing for devices and the requests are
> failing because
> the hardware isn't present (the Windows driver supports a
> variety of
> different hardware combinations). Usually you can
> tell by looking for
> a read from register 0x05 immediately after the i2c
> read. If register
> 0x05 is nonzero, then the i2c read operation failed.
This is good information to know. Here are the list of components that are on the board along with the address..
1. LG LGDT3303 - 0x1c
2. Lattice ISP2032VE - ?? don't know the address
3. Phillips SAA7113H - 0x4a
4. Empia EMP202
5. Empia EM2882
6. Thomson DTT 7611A - 0xc2
In addition there is a TDA at 0x86 and we also know the eeprom is at 0xa0.
I'm attaching the output that I parsed the using the updated parse1b_sniffusb2.pl script as well as the output from a slightly modified parse_em28xx.pl. I modified the parse_em28xx.pl to output the stuff it did not decode.
In the tar ball are 2 files. emparse1new.out (obtained using parse_em28xx.pl) and newlog.out (obtained using the updated script)
These traces are for the component inputs of the kworld 315U device. I have other traces as well for the TV and Svideo inputs. You can find pictures of the device here.. http://www.linuxtv.org/wiki/index.php/KWorld_ATSC_315U
In the source this I added this information that has been commented out. I believe this is how the the board is configured according to what I decoded out of the traces some time ago.
/* Analog mode - still not ready */
/*.input = { {
.type = EM28XX_VMUX_TELEVISION,
.vmux = SAA7115_COMPOSITE2,
.amux = EM28XX_AMUX_VIDEO,
.gpio = em2882_kworld_315u_analog,
.aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO,
}, {
.type = EM28XX_VMUX_COMPOSITE1,
.vmux = SAA7115_COMPOSITE0,
.amux = EM28XX_AMUX_LINE_IN,
.gpio = em2882_kworld_315u_analog1,
.aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO,
}, {
.type = EM28XX_VMUX_SVIDEO,
.vmux = SAA7115_SVIDEO3,
.amux = EM28XX_AMUX_LINE_IN,
.gpio = em2882_kworld_315u_analog1,
.aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO,
} }, */
can you double check this to see if I got things correct? I think all I need is the correct GPIO sequence but I am not sure.
Thanks,
Franklin Meng
next prev parent reply other threads:[~2009-10-22 4:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 5:35 Kworld 315U help? Franklin Meng
2009-10-21 12:55 ` Devin Heitmueller
2009-10-21 15:06 ` Franklin Meng
2009-10-22 4:03 ` Franklin Meng
2009-10-22 4:16 ` Devin Heitmueller
2009-10-22 4:44 ` Franklin Meng [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-10-22 4:46 Franklin Meng
2009-01-04 22:04 Franklin Meng
2009-01-04 22:26 ` Douglas Schilling Landgraf
2009-01-04 22:36 ` Franklin Meng
2009-01-04 22:29 ` Franklin Meng
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=759651.95734.qm@web32708.mail.mud.yahoo.com \
--to=fmeng2002@yahoo.com \
--cc=dheitmueller@kernellabs.com \
--cc=linux-media@vger.kernel.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