Mailing List archive

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

[vdr] Re: Bug, or just me? - Victory! ?



At 02:47 4.10.2002 +0300, Dennis wrote:
>However, dvbtune commandline will switch any channel on the first try, where
>VDR does not (i.e. quit vdr, use dvbtune, start vdr). 1.1.8 not anyway, but
>1.1.11 behaved the same in that regard. So I guess the reason lies somewhere
>in VDR? I know you (Klaus) said you are going to add multiple QAM setting
>support anyway, and you'll do a much better job than I could :-) So unless
>someone already knows what is wrong, it can wait until after that.

I also patched VDR to diseqc value as QAM and patched DVB drivers to use 
correct QAM initialisation parameters for my Siemens DVB-C card so I can 
now tune to both QAM_64 and QAM_128 channels, grrreat. I also had same 
problems as you so I couldn't switch between QAM_64 and QAM_128 channels. 
With following patch to DVB drivers dvb_frontend.c version 1.10 "OLDSTRUCT" 
it now works almost every time.

Added line 390 to fe_tune():

|| param->u.qam.QAM != new_param->u.qam.QAM;

So it will now also enable do_set_front if QAM is changed. Works for me.


Marko Kenttälä, Software Engineer
TERAFLOPS Ltd., Member of Elektrobit Group
Mobile: +358407501832, Fax: +35832619255
http://www.teraflops.com, http://www.elektrobit.com



--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index