Jump to content


Photo

'All satellites' in tuner config


  • Please log in to reply
35 replies to this topic

Re: 'All satellites' in tuner config #21 gerard0610

  • Senior Member
  • 939 posts

+41
Good

Posted 22 April 2014 - 19:19

We have a problem in case we try to use LNB 33 untill LNB 64. We missing all kind of adjustments in case we use LNB 33 until LNB 64.

Until LNB 32 we see the possibility to set all kind of adjustments. Se picture  DiSEqC LNB 32.jpg

 

However in case we use LNB 33 until LNB 64 we see Picture DiSEqC LNB 64.jpg and as you can see we missing here a lot of possibility to make all kind of adjustments.

So LNB 33 until LNB 64 cannot be used.

Attached Files



Re: 'All satellites' in tuner config #22 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 22 April 2014 - 19:27

Shoot... More to do...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 'All satellites' in tuner config #23 Dimitrij

  • PLi® Core member
  • 9,964 posts

+334
Excellent

Posted 22 April 2014 - 19:29

Update E2


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: 'All satellites' in tuner config #24 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 22 April 2014 - 19:35

I think I already found it... I forgot one change in Satconfig.py

 

Now sourceforge seems to be down... so I cannot commit it..

 

 

At least for you convenience I added the patched Satconfig.py... belongs to /usr/lib/enigma2/python/Screens, then restart enigma2

                self.list.append(getConfigListEntry(_("Tone mode"), Sat.tonemode))

-            if lnbnum < 33:
+            if lnbnum < 65:
                self.advancedDiseqcMode = getConfigListEntry(_("DiSEqC mode"), currLnb.diseqcMode)
                self.list.append(self.advancedDiseqcMode)
            if currLnb.diseqcMode.value != "none":
                self.list.append(getConfigListEntry(_("Toneburst"), currLnb.toneburst))
                self.list.append(getConfigListEntry(_("Committed DiSEqC command"), currLnb.commitedDiseqcCommand))
                self.list.append(getConfigListEntry(_("Fast DiSEqC"), currLnb.fastDiseqc))

  

Attached Files


Edited by littlesat, 22 April 2014 - 19:41.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 'All satellites' in tuner config #25 gerard0610

  • Senior Member
  • 939 posts

+41
Good

Posted 22 April 2014 - 19:39

Grrrr#@$%^&&***,

I am sorry.

I forgot this morning to make a software update.
Dima73 was right. It is now all equal  to LNB 32 and lower.

So false alarm.



Re: 'All satellites' in tuner config #26 Huevos

  • PLi® Contributor
  • 4,229 posts

+158
Excellent

Posted 23 April 2014 - 13:02

You keep on hinting that you don't believe that number... ;)

Interpretation.....
Actually Huevos hints on not believing only a handful of that number will use this configuration :)

Yes, at least 50% of clients I visit with Broadcom powered receivers have a motorised dish. Some (like me) have more than one motorised dish.


Edited by Huevos, 23 April 2014 - 13:05.


Re: 'All satellites' in tuner config #27 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 23 April 2014 - 13:20

Yes, at least 50% of clients I visit with Broadcom powered receivers have a motorised dish.

Yes, at least 50% of clients I visit with a motorised dish have a Broadcom powered receivers.

:D

 

Here the most have fixed LNBs with switches... :D


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: 'All satellites' in tuner config #28 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 23 April 2014 - 13:22

In the UK you also see a surprising amount of motorized dishes.

Re: 'All satellites' in tuner config #29 Huevos

  • PLi® Contributor
  • 4,229 posts

+158
Excellent

Posted 23 April 2014 - 14:14

Here the most have fixed LNBs with switches... :D

Where is "here"? The problem is that configuration limits the number of satellites, even with a T90.



Re: 'All satellites' in tuner config #30 Dimitrij

  • PLi® Core member
  • 9,964 posts

+334
Excellent

Posted 24 April 2014 - 11:03

Once again, a question for all.
I want to help all users.

 

 

All satellites 1 = Ku-band   --> is that correct?

All satellites 2 = C-band   --> is that correct?

All satellites 3 = Ka-band   --> is that correct?

All satellites 4 = ?  --> I do not know!

advanced_satlist_choices = nimmgr.satList + [
        (3601, _('All satellites')+' 1 (Ku-band)', 1), (3602, _('All satellites')+' 2 (C-band)', 1),
        (3603, _('All satellites')+' 3 (Ka-band)', 1), (3604, _('All satellites')+' 4', 1)]


 

But I do not know All satellites 4?????


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: 'All satellites' in tuner config #31 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 24 April 2014 - 11:06

As has been said before: leave it as it is, to keep the actual flexibility.

Re: 'All satellites' in tuner config #32 Dimitrij

  • PLi® Core member
  • 9,964 posts

+334
Excellent

Posted 24 April 2014 - 11:10

As has been said before: leave it as it is, to keep the actual flexibility.

What is flexibility?
If no one knows what it should be :wacko: .
I suggest adding the description and all.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: 'All satellites' in tuner config #33 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 24 April 2014 - 11:33

See http://openpli.org/f...ndpost&p=418750

Adding a hint text might be a better idea.

Edited by SatKiekerd, 24 April 2014 - 11:34.


Re: 'All satellites' in tuner config #34 gerard0610

  • Senior Member
  • 939 posts

+41
Good

Posted 24 April 2014 - 12:17

As has been said before: leave it as it is, to keep the actual flexibility.

Agree



Re: 'All satellites' in tuner config #35 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 24 April 2014 - 15:32

As has been said before: leave it as it is, to keep the actual flexibility.

What is flexibility?
If no one knows what it should be :wacko: .
I suggest adding the description and all.

 

As I mentioned above, those settings are also used by people with multiple usals motors. It's not only for people with C/Ku/Ka combinations. So what you are trying to do is not really valid.



Re: 'All satellites' in tuner config #36 Dimitrij

  • PLi® Core member
  • 9,964 posts

+334
Excellent

Posted 24 April 2014 - 16:15

 

As has been said before: leave it as it is, to keep the actual flexibility.

What is flexibility?
If no one knows what it should be :wacko: .
I suggest adding the description and all.

 

As I mentioned above, those settings are also used by people with multiple usals motors. It's not only for people with C/Ku/Ka combinations. So what you are trying to do is not really valid.

Yes, now I seem to understand correctly.

I think it will be more understandable for users:

Add text only mode 1.2

	advanced_satlist_choices = nimmgr.satList + [
		(3601, _('All satellites') + ' 1' + _("(only mode 1.2)"), 1), (3602, _('All satellites') + ' 2' + _("(only mode 1.2)"), 1),
		(3603, _('All satellites') + ' 3' + _("(only mode 1.2)"), 1), (3604, _('All satellites') + ' 4' + _("(only mode 1.2)"), 1)]

Edited by Dima73, 24 April 2014 - 16:16.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users