On Friday 17 November 2006 22:50, you wrote: > On Fri, Nov 17, 2006 at 11:35:09AM +0000, Andrew de Quincey wrote: > > > > Damn! > > > > Is there definitely a tda10021 chip on the board? > > > > > > That I do not know. > > > But I can certainly find out. > > > Would the tda10021 be part of the tuner or somewhere else on the board? > > > > Could be either really... if its inside the tincan, knowing whats > > printed on the outside of the tincan would help... > > I don't have a scan yet as my scanner doesn't really like it's > host-system currently. > > But I have found a picture of the board on http://www.bttv-gallery.de - > it's listet there as "probably KNC1 TV Station DVB-C" with this > information: > > chips: saa7146ah, et al > tuner: cu1216L/A I G H M 3139 147 19731 > pcb: Multi-Tuner card C0b > pcb backside: KN2C011a > pci-id: 1131:7146 subsystem-id: 1894:0020 > > and that is exactly what I find on my board. > > According to google cu1216L s a TDA10021. Yup - thats what I expected. Just tried my card - it reports the following, and the TDA10021 is detected ok: saa7146: found saa7146 @ mem d0994800 (revision 1, irq 185) (0x153b,0x1156). Its a rebadged KNC1 DVBC card - Terratec Cinergy. I dunno quite what to suggest now... obviously SOMETHING is different (as it works in windows), but AFAIK, it should be working with the original code. Hmm, I see the tda10021 has a configurable i2c address; could you give the attached patch a go? If that doesn't work, it might be something else like the PCI bus setup under linux; try moving it to a different slot just to make sure (you've probably already tried that if you've had it for months I suppose).
diff -r fb1f14a038c9 linux/drivers/media/dvb/ttpci/budget-av.c --- a/linux/drivers/media/dvb/ttpci/budget-av.c Fri Nov 17 10:12:58 2006 +0000 +++ b/linux/drivers/media/dvb/ttpci/budget-av.c Sat Nov 18 01:19:37 2006 +0000 @@ -652,7 +652,7 @@ static int philips_cu1216_tuner_set_para } static struct tda10021_config philips_cu1216_config = { - .demod_address = 0x0c, + .demod_address = 0x0d, };
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb