[mythtv] [mythtv-commits] Ticket #2793: DiseqC input connection settings not saved in mythtv-setup

Daniel Kristjansson danielk at cuymedia.net
Wed Dec 13 14:25:25 UTC 2006


On Tue, 2006-12-12 at 20:58 -0800, spam wrote:
> MythTV wrote:
> > #2793: DiseqC input connection settings not saved in mythtv-setup
> > ---------------------------------+------------------------------------------
> >  Reporter:  michel at verbraak.org  |        Owner:  danielk 
> >      Type:  patch                |       Status:  reopened
> >  Priority:  minor                |    Milestone:  0.21    
> > Component:  mythtv               |      Version:  head    
> >  Severity:  low                  |   Resolution:          
> > ---------------------------------+------------------------------------------
> > Comment (by danielk):
> >
> >  michel, spam, can you try the attached patch...
> >
> >  I'm assuming the problem is with the USALS config?
> >
> >  If so, I believe this fixes it, along with making some other changes.
> >
> >   
> Rotor angles are saved but I can't access the diseqc port selection menu 
> in the "DTV Device Configuration" screen.
> 
> DVB0 has a "USALS rotor ->4 port diseqc switch" setup
> DVB1 has a "2 port diseqc switch" setup
> 
> both are broken.

Did you try creating a new connection?

If you are talking about why I think you are these were
disabled intentionally on existing setups.

Try changing this line in videosource.cpp:
  addChild(new DTVDeviceConfigGroup(*externalInputSettings,
                                    _cardid, isNewInput));
to
  addChild(new DTVDeviceConfigGroup(*externalInputSettings,
                                    _cardid, true));

and tell me if that doesn't give you what you are looking for.

If so, why do you think this should be editable?
Do these layouts change much once set up?

The plan was to get rid of this screen completely
when there is nothing to configure (i.e. when there
is no rotor and you are looking at the config of an
existing connection.)

-- Daniel



More information about the mythtv-dev mailing list