[linux-dvb] No frontend driver found with 2.6.17
Andrew de Quincey
adq_dvb at lidskialf.net
Wed Jun 28 23:26:00 CEST 2006
On Wednesday 28 June 2006 22:18, Thomas Schmidt wrote:
> * Andrew de Quincey schrieb am 28.06.06, um 20:35 Uhr:
> > 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.
>
> Yes, this works, i can confirm that the patch works with -rc5 and
> 2.6.17.1. Thank you very much.
Cool - I need to apply this to HG head, and things have changed slightly; as
there are two GPIO changes in the above, I'm not sure which works.
Could you test again with the line:
saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI);
commented out and tell me if it still works or not?
More information about the linux-dvb
mailing list