Mailing List archive

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

[vdr] Re: DISEqC problem



Orm Bossemeier wrote:

>Hi!
>
>I have two LNB's connected to 4->1 DISEqC 1.0.
>
>I'm currently running VDR 1.1.20 and DVB 2002-12-08.
>
>I can't figure out why the DISEqC is not working. My configs look like
>this:
>
>sources.conf
>
>...
>S5E     Sirius 2/3
>S7E     Eutelsat W3
>S10E    Eutelsat W1R
>S13E    Hotbird 1-(5)-6
>S16E    Eutelsat W2
>S19.2E  Astra 1B/C/E/F/G/H/2C
>...
>
>diseqc.conf
>
>...
>S19.2E  11700 V  9750  t v t
>S19.2E  99999 V  10600 t v T
>S19.2E  11700 H  9750  t V t
>S19.2E  99999 H  10600 t V T
>
>S5E    11700 V  9750  t v t
>S5E    99999 V  10600 t v T
>S5E    11700 H  9750  t V t
>S5E    99999 H  10600 t V T
>
>channels.conf
>
>:(( M a i n ))
>( D R 1 )
>:11823:v:S5E:27500:7011:7012:7016:2:7010:0:0:0
>( D R 2 )
>:11883:v:S5E:27500:7021:7022:7026:2:7020:0:0:0
>( A R D )
>:11837:h:S19.2E:27500:101:102:104:0:28106:0:0:0
>( Z D F )
>:11954:h:S19.2E:27500:110:120:130:0:28006:0:0:0
>( W D R )
>:11837:h:S19.2E:27500:601:602:604:0:28111:0:0:0
>...
>
>setup.conf
>
>...
>DefaultLifetime = 50
>DefaultPriority = 50
>DiSEqC = 1
>EPGBugfixLevel = 2
>EPGScanTimeout = 5
>InstantRecordTime = 180
>LnbFrequHi = 10600
>LnbFrequLo = 9750
>LnbSLOF = 11700
>MarginStart = 2
>...
>
>My problem is that I don't get any signal from Sirius (S5E) at all.
>
>Astra (S19.2E) is connected to the first port? on the switch. I guess this
>is why I recieve data here.
>Sirius is connected to the second, tree and four are unused - yet.
>
>Can somebody see and error in my config?
>
>Best regards
>
>Orm
>
>
>
>
>
>  
>
Hi,

where is the hex code sequence ??

Try this

# DiSEqC configuration for VDR
#
# Format:
#
# satellite slof polarization lof command...
#
# satellite:      one of the 'S' codes defined in sources.conf
# slof:           switch frequency of LNB; the first entry with
#                 an slof greater than the actual transponder
#                 frequency will be used
# polarization:   V = vertical, H = horizontal
# lof:            the local oscillator frequency to subtract from
#                 the actual transponder frequency
# command:
#   t         tone off
#   T         tone on
#   v         voltage low (13V)
#   V         voltage high (18V)
#   A         mini A
#   B         mini B
#   Wnn       wait nn milliseconds (nn may be any positive integer number)
#   [xx ...]  hex code sequence (max. 6)
#
# The 'command...' part is optional.

S19.2E  11700 V  9750  t v [E0 10 38 F0] W15 [E1 10 38 F0] W15 [E1 10 38 
F0] W15 t
S19.2E  99999 V  10600 t v [E0 10 38 F1] W15 [E1 10 38 F1] W15 [E1 10 38 
F1] W15 T
S19.2E  11700 H  9750  t V [E0 10 38 F2] W15 [E1 10 38 F2] W15 [E1 10 38 
F2] W15 t
S19.2E  99999 H  10600 t V [E0 10 38 F3] W15 [E1 10 38 F3] W15 [E1 10 38 
F3] W15 T

S5E    11700 V  9750  t v [E0 10 38 F4] W15 [E1 10 38 F4] W15 [E1 10 38 
F4] W15 t
S5E    99999 V  10600 t v [E0 10 38 F5] W15 [E1 10 38 F5] W15 [E1 10 38 
F5] W15 T
S5E    11700 H  9750  t V [E0 10 38 F6] W15 [E1 10 38 F6] W15 [E1 10 38 
F6] W15 t
S5E    99999 H  10600 t V [E0 10 38 F7] W15 [E1 10 38 F7] W15 [E1 10 38 
F7] W15 T


Look here for Details:
http://www.eutelsat.com/satellites/4_4_5.html



Have a happy new year





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



Home | Main Index | Thread Index