Mailing List archive

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

[vdr] Re: About C band satellite.....



¹ÚÁ¤±Ô wrote:
> 
> 1. About C band satellite, AsiaSat2.
> 
>  I set up my setup.conf and channels.conf files but I could only see
> "channel not sync'ed" messages. Local LNB freq. of the AsiaSat2(C band)
> which I want to receive is 5150Mhz.
> 
>  My conf files are listed below.
> 
> my setup.conf
> ------------------------------------------------------------------
> # VDR Setup
> OSDLanguage        = 0
> PrimaryDVB         = 1
> ShowInfoOnChSwitch = 1
> MenuScrollPage     = 1
> MarkInstantRecord  = 1
> NameInstantRecord  = TITLE EPISODE
> InstantRecordTime  = 180
> LnbSLOF            = 5150
> LnbFrequLo         = 5150
> LnbFrequHi         = 0

Are you sure that the values for LnbSLOF and LnbFrequLo are the same, and that
LnbFrequHi is 0?

> ...
> IMHO, I think I have to modify frequency settings in the dvbapi.c.
> 
> dvbapi.c
> ---------------------------------------------------------------------
>  switch (frontendType) {
>        case FE_QPSK: { // DVB-S
> 
>             // Frequency offsets:
> 
>             unsigned int freq = Frequency;
>             int tone = SEC_TONE_OFF;
> 
>           if (freq < (unsigned int)Setup.LnbSLOF) {
>               freq -= Setup.LnbFrequLo;
> 
>               tone = SEC_TONE_OFF;
>               }
>                else {
>                freq -= Setup.LnbFrequHi;
>                tone = SEC_TONE_ON;
>                }
> 
>             Frontend.Frequency = freq * 1000UL;
>             Frontend.Inversion = INVERSION_AUTO;
>             Frontend.u.qpsk.SymbolRate = Srate * 1000UL;
>             Frontend.u.qpsk.FEC_inner = FEC_AUTO;
> 
> ------------------------------------------------------------------
> 
> I shall expect your replys.

Maybe I'm blind, but apart from a few whitespace modifications (why are you doing that?)
I can't see any differences to the original VDR 1.0.4 version.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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



Home | Main Index | Thread Index