[mythtv] [PATCH] DiSEqC Bug

Juan Rios juan_rios at telefonica.net
Wed Jun 16 12:54:57 EDT 2004


Hello all,
   first at all I want to thank everyone that contributed in this huge
project. 

I have been trying to set up a Myth box with a dvb-s card with a diseqc
switch and two LNBs. My problems started when I tried to switch from
satellite 1 (Astra in my configuration) to 0 (Hispasat). Finally found
that one few times i could get a Hispasat channel to tune. Finally found
what the problem was. There is a problem in the dvbdiseqc.cpp file. It
checks if the diseqc port is 0 and if so dont do the switch. This is of
course incorrect.

----
...
//    if (tuning.diseqc_port != 0 &&
    if( ((prev_tuning.diseqc_port != tuning.diseqc_port ||
          prev_tuning.tone != tuning.tone ||
...
----


thanks to all again
best regards
Juan



More information about the mythtv-dev mailing list