Re: No frontend driver found with 2.6.17

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 04 July 2006 20:30, Ronald Warsow wrote:
> hallo
>
> i google 4 a bug in 2.6.17 kernel and found this link:
> http://www.linuxtv.org/pipermail/linux-dvb/2006-June/011220.html
>
> my question is:
> does the solution (following that mails) work for a
> Terratec Cinergy 1200 DVB-T(!) too ?
>
> the device 1131/7146 and subsystem 153b/1157 are the same !
>
> and is it sufficient to recompile the module budget-av.c ?

Yup should do.. and yes a recompile should sort it. The fix should appear in 
one of the 2.6.17.x kernels soon I hope.

A more reliable way to fix it would be to do:

        saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
        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, 3, SAA7146_GPIO_OUTHI);
                        break;
        }

-- then it won't matter what ID your card has.

_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux