Mailing List archive

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

[linux-dvb] Re: no Picture on TV but Sound with Siemens DVB-C (Rev1.5), if CVS-Driver >=23.04.2003 and VDR-1.1.28 start!!!



Uwe Scheffler wrote:
> Hello!
>
> It can nothing fault be seen on Kernel-Log and Console!
> I have no Problem, if i use czap and currend CVS-Driver! (27.04.2003)
> I have here Picture on TV and Sound.
>
> Can confirm this to somebody?
>
>
> Many thanks
>

Hello!

Tobias Bratfisch wrote on "[linux-dvb] Re: Volume control broken since cvs 20030424"
> .....
> ---------------------------
>The "else"-statement is the problem! 24.03. Before it looked like this:
>
>                      /**
>                        * some special handling for the Siemens DVB-C card...
>                        */
>                        if (i2c_writereg(av7110, 0x80, 0x0, 0x80)==1) {
>                                i2c_writereg(av7110, 0x80, 0x0, 0);
>                                printk("av7110: DVB-C analog module detected,"
>                                       "initializing MSP3400\n");
>  <snip/>
>
>                        } else
>                          av7110->adac_type = DVB_ADAC_NONE;
> -------------------------
> .....

I have change:

-------------------------
 } else
                  av7110->adac_type = DVB_ADAC_TI;
-------------------------

to:
-------------------------
 } else
                  av7110->adac_type = DVB_ADAC_NONE;
-------------------------

If I start VDR 1.1.29 now, then I have picture and clay on the TV!


What is here wrong now?



Uwe





-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index