public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* lgdt3304
@ 2013-06-27 18:38 Carl-Fredrik Sundstrom
  2013-06-27 18:58 ` lgdt3304 Steven Toth
  2013-06-27 18:59 ` lgdt3304 Devin Heitmueller
  0 siblings, 2 replies; 14+ messages in thread
From: Carl-Fredrik Sundstrom @ 2013-06-27 18:38 UTC (permalink / raw)
  To: linux-media


Has the driver for lgdt3304 been tested ? I am trying to get a new card
working 

AVerMedia AVerTVHD Duet PCTV tuner (A188) A188-AF PCI-Express x1 Interface

It is using

1 x saa7160E
2 x LGDT3304
2 x TDA18271HD/C2

I get so far that I can load a basic driver by modifying the existing
saa716x driver, I can detect the TDA18271HD/C2, but I fail to detect the
LGDT3304 when attaching it using the 3305 driver.

I always fail at the first read from LGDT3305_GEN_CTRL_2, does this register
even exist in lgdt3304 or is it specific to lgdt3305?

        /* verify that we're talking to a lg dt3304/5 */
         ret = lgdt3305_read_reg(state, LGDT3305_GEN_CTRL_2, &val); 
         if ((lg_fail(ret)) | (val == 0))
        {
                printk("fail 1\n");
                goto fail;
        }

Since I do find the TDA18271HD/C2 I don't think there is something wrong
with the i2c buss. I also tried every possible i2c address without success.
The lgdt3305 has option between address 0x0e and 0x59, is it the same for
3304 ?

This is the first time I am trying to get a driver to work in Linux. Please
help me.

Thanks /// Carl-Fredrik


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-07-11 12:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 18:38 lgdt3304 Carl-Fredrik Sundstrom
2013-06-27 18:58 ` lgdt3304 Steven Toth
2013-06-27 21:00   ` lgdt3304 Carl-Fredrik Sundstrom
2013-06-27 18:59 ` lgdt3304 Devin Heitmueller
2013-06-27 20:45   ` lgdt3304 Carl-Fredrik Sundstrom
2013-06-28  3:00   ` lgdt3304 Carl-Fredrik Sundstrom
2013-06-28 15:23     ` lgdt3304 Steven Toth
2013-07-09  4:18       ` lgdt3304 Carl-Fredrik Sundstrom
2013-07-09 14:53         ` lgdt3304 Steven Toth
2013-07-10  1:40           ` lgdt3304 Carl-Fredrik Sundstrom
2013-07-10 13:51             ` lgdt3304 Steven Toth
2013-07-11  3:51               ` lgdt3304 Carl-Fredrik Sundstrom
2013-07-11 12:46                 ` lgdt3304 Antti Palosaari
     [not found]                 ` <01ab01ce7df1$e92cc9e0$bb865da0$@blueflowamericas.com>
2013-07-11 12:52                   ` FW: lgdt3304 Steven Toth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox