[mythtv-commits] Ticket #2802: Scanning in Mythtv-setup on dvb-s with rotor does not rotate rotor.

MythTV mythtv at cvs.mythtv.org
Fri Dec 15 16:41:47 UTC 2006


#2802: Scanning in Mythtv-setup on dvb-s with rotor does not rotate rotor.
---------------------------------+------------------------------------------
 Reporter:  michel at verbraak.org  |        Owner:  danielk
     Type:  defect               |       Status:  new    
 Priority:  minor                |    Milestone:  unknown
Component:  dvb                  |      Version:  head   
 Severity:  low                  |   Resolution:         
---------------------------------+------------------------------------------
Comment (by yeasah at schwide.net):

 I'm wondering if this is an issue with sending diseqc commands too soon
 after LNB power is applied -- the amount of time required can vary
 depending on hardware, and it's currently 500ms. Maybe give this a try: in
 the file libs/libmythtv/diseqc.cpp, change the line

 #define DISEQC_POWER_ON_WAIT  (500 * 1000)

 to a larger timeout, say

 #define DISEQC_POWER_ON_WAIT  (3000 * 1000)

 which would be 3sec.

 The above comment about the scanner not knowing about dish rotation and
 possibly timing out the first time still applies of course -- I'd like to
 fix that, but there's a lot of other minor annoyances I'd like to fix too,
 and the list doesn't seem to be getting any shorter lately.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2802#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list