[mythtv-commits] Ticket #2713: mythtv-setup crashes when editing LNB in diseqc setup. mythbackend unable to get a signal

MythTV mythtv at cvs.mythtv.org
Wed Nov 29 22:16:32 UTC 2006


#2713: mythtv-setup crashes when editing LNB in diseqc setup.  mythbackend unable
to get a signal
----------------------------+-----------------------------------------------
 Reporter:  dyziofta at vp.pl  |        Owner:  danielk
     Type:  defect          |       Status:  new    
 Priority:  minor           |    Milestone:  0.21   
Component:  mythtv          |      Version:  head   
 Severity:  medium          |   Resolution:         
----------------------------+-----------------------------------------------
Comment (by spam at sma2.rain.com):

 While searching for the source of the crash problem I found another.
 If you have a DVB source defined and assigned to a card without a switch,
 the inputname will be
 "DVBInput". Now if you assign that same source to second card with a
 switch that inputname will
 now be "DVBInput #1" (where #1 is the switch port number). This causes
 tuning to fail while scanning because it will select the first card with
 the incorrect inputname.

 {{{
 /** \fn ChannelUtil::GetInputName(int)
  *  \brief Returns input name for a card input
  *  NOTE: This is BROKEN, it does not specify which card the input is on.
  */
 QString ChannelUtil::GetInputName(int source_id)

 }}}
 is the problem.

 This patch should fix the problem.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2713#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list