Re: [vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Goga777
> > honestly - I don't know because the dish is on the roof of my home - I 
> > don't have access to it currently 
> 
> OK, that makes debugging more complicated.

I connected the ampermeter for measure the current in dish cable and found out 
that no any problem with software - when I
are moving between satellite the current is arising from 120 ma to 200-300 ma. 
But I don't have lock. I suppose that my
dish installed not so correctly - that's why I should play with altitude and 
latitude. I will do. 

> > have you ideas about how can I see in the log the disecs commands from vdr 
> > to dish ?
> 
> I don't know of logging but it should be with your diseqc.conf as simple
> as:
> 
> tone on/off
> voltage 13/18
> E0
> 10
> 38
> xx
> wait 150 ms
> G becomes
>voltage 18
>tone off
>wait 20ms
>EO
>31
>6E
>yy
>zz
>if repeated
>  wait 20 ms
>  E1
>  31
>  6E
>  yy
>  zz
>   wait dish turn for 100 ms ... 100s (e.g.)
> tone on/off
> voltage 13/18
> 
> Did you have this working with some other vdr setup or set to box?

no, I have only these logs 

Aug 22 20:21:19 arvdr vdr: [3218] DiSEqC GotoX -192 (35008) -> -360 (35176), 
wait time  1.7s
Aug 22 20:21:22 arvdr vdr: [3218] DiSEqC GotoX done.
Aug 22 20:21:27 arvdr vdr: [3195] warning: Moving dish to 19.2E - 1s
Aug 22 20:21:29 arvdr vdr: [3195] warning: Moving dish to 36.0E - 1s
Aug 22 20:21:31 arvdr vdr: [3218] frontend 0 timed out while tuning to channel 
13, tp 112303
Aug 22 20:21:36 arvdr vdr: [3195] switching to channel 14


Goga

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Ales Jurik
On Saturday 22 of August 2009, Goga777 wrote:
>
> have you ideas about how can I see in the log the disecs commands from vdr
> to dish ?
>
You can add dsyslog command to each point in dvbdevice.c where this ioctl with 
FE_DISEQC_SEND_MASTER_CMD is called (3 times) and print out the cmd buffer. 

Better is to place syslog into frontend source of your card.

BR,

Ales

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Seppo Ingalsuo
On Sat, 2009-08-22 at 17:45 +0400, Goga777 wrote:

> 
> honestly - I don't know because the dish is on the roof of my home - I don't 
> have access to it currently 

OK, that makes debugging more complicated.

> have you ideas about how can I see in the log the disecs commands from vdr to 
> dish ?

I don't know of logging but it should be with your diseqc.conf as simple
as:

tone on/off
voltage 13/18
E0
10
38
xx
wait 150 ms
G becomes
   voltage 18
   tone off
   wait 20ms
   EO
   31
   6E
   yy
   zz
   if repeated
 wait 20 ms
 E1
 31
 6E
 yy
 zz
  wait dish turn for 100 ms ... 100s (e.g.)
tone on/off
voltage 13/18

Did you have this working with some other vdr setup or set to box?

BR,
Seppo



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Goga777
> > I have this scheme  vdr with hvr4000 card  ---> rotor  >> 4x1 diseqc 
> > switch ---> LNB Ku band Linear + LNB Ku
> > band Circular + LNB С band Circular 
> > 
> > my diseqc.conf (for Ku circular) is 
> > 
> > S36.0E 0 V 10750 t v [E0 10 38 F4] W150 G v t
> > S36.0E 9 V 10750 t v [E0 10 38 F5] W150 G v t
> > S36.0E 0 H 10750 t V [E0 10 38 F6] W150 G V t
> > S36.0E 9 H 10750 t V [E0 10 38 F7] W150 G V t
> 
> Does the dish turn? 

honestly - I don't know because the dish is on the roof of my home - I don't 
have access to it currently 

>I wonder if the order of G and [E0 10 38 xx] switch
> command matters?
 
> Have you enabled diseqc.conf usage from vdr lnb setup menu?

yes

> You could set it to no as well to eliminate diseqc.conf for a while to just 
> see if
> the dish is moving. I suppose it should because it's not behind the
> switch in your setup.

have you ideas about how can I see in the log the disecs commands from vdr to 
dish ?

Goga


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Seppo Ingalsuo
On Sat, 2009-08-22 at 13:54 +0400, Goga777 wrote:

> I have this scheme  vdr with hvr4000 card  ---> rotor  >> 4x1 diseqc 
> switch ---> LNB Ku band Linear + LNB Ku
> band Circular + LNB С band Circular 
> 
> my diseqc.conf (for Ku circular) is 
> 
> S36.0E 0 V 10750 t v [E0 10 38 F4] W150 G v t
> S36.0E 9 V 10750 t v [E0 10 38 F5] W150 G v t
> S36.0E 0 H 10750 t V [E0 10 38 F6] W150 G V t
> S36.0E 9 H 10750 t V [E0 10 38 F7] W150 G V t

Does the dish turn? I wonder if the order of G and [E0 10 38 xx] switch
command matters?

Have you enabled diseqc.conf usage from vdr lnb setup menu? You could
set it to no as well to eliminate diseqc.conf for a while to just see if
the dish is moving. I suppose it should because it's not behind the
switch in your setup.

BR,
Seppo



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] gotoX patch & vdr 1.7.8

2009-08-22 Thread Goga777
hi

I tried to use the gotox patch (thanks to Seppo Ingalsuo and Ales Jurik) for 
vdr 178
http://www.linuxtv.org/pipermail/vdr/2009-June/020800.html

I have this scheme  vdr with hvr4000 card  ---> rotor  >> 4x1 diseqc switch 
---> LNB Ku band Linear + LNB Ku
band Circular + LNB С band Circular 

my diseqc.conf (for Ku circular) is 

S36.0E 0 V 10750 t v [E0 10 38 F4] W150 G v t
S36.0E 9 V 10750 t v [E0 10 38 F5] W150 G v t
S36.0E 0 H 10750 t V [E0 10 38 F6] W150 G V t
S36.0E 9 H 10750 t V [E0 10 38 F7] W150 G V t


but it seems something is wrong - I don't see anything

questions - how to log the diseqc command for more investigations ?

Goga







___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr