[linux-dvb] No frontend driver found with 2.6.17
Andrew de Quincey
adq_dvb at lidskialf.net
Wed Jun 28 20:35:24 CEST 2006
On Wednesday 28 June 2006 19:31, Thomas Schmidt wrote:
> * Andrew de Quincey schrieb am 28.06.06, um 19:37 Uhr:
> > Right, I think I have some progress. Some questions:
> >
> > 1) Does your card have a connector for a CI daughterboard on it?
>
> Yes, it has.
>
> > 2) Does it have an saa7113 chip on it?
>
> No, it has the saa7146ah on it.
OK, can you try the following:
in drivers/media/dvb/ttpci/budget-av.c/frontend_init.c():
There is a section:
switch (saa->pci->subsystem_device) {
case SUBID_DVBS_KNC1_PLUS:
case SUBID_DVBC_KNC1_PLUS:
case SUBID_DVBT_KNC1_PLUS:
// Enable / PowerON Frontend
saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI);
break;
}
Add "case SUBID_DVBS_CYNERGY1200N:" to that list and see if it works now.
I'm wondering what the difference between your card and the others is - any
ideas?
More information about the linux-dvb
mailing list