Hi there,
I am at the point where I almost give up.
I have tried to get my mediacenter to recognize and use the Terratech
Cinergy C card, the lspci output looks like the lspci output on the wiki
page about this card:
http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_C_DVB-C
I am not a C programmer, but I have looked at the sources from:
http://mercurial.intuxication.org/hg/s2-liplianin
And from what I can tell (from inserting some debug printk) the
tda10023_attach is called, but it fails as the id is returned as being 255.
I know it reaches this line:
if ((id & 0xf0) != 0x70) goto error;
But it doesn't reach the printk below that:
printk("TDA10023: i2c-addr = 0x%02x, id = 0x%02x\n",
state->config->demod_address, id);
Can anybody help me?
Best regards
Justin
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html