Jump to content


Photo

I want to change frequency


  • Please log in to reply
26 replies to this topic

#1 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted 21 December 2024 - 19:15

Hello, I am an openatv 7.4 user. I want to add another ku band blindscan blind scanning frequency. I want to write another frequency of 10700 12750.



Re: I want to change frequency #2 littlesat

  • PLi® Core member
  • 57,433 posts

+708
Excellent

Posted 21 December 2024 - 19:20

Wrong forum… this is openPLi not openATV

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


Re: I want to change frequency #3 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 08:17

Could you please help me, I am a ku band user.



Re: I want to change frequency #4 Dimitrij

  • PLi® Core member
  • 10,379 posts

+354
Excellent

Posted Yesterday, 08:24

Could you please help me, I am a ku band user.

Explain specifically how we can help you?

 

line 485

		self.Ku_band_freq_limits = {"low": 10700, "high": 12750}
		self.universal_lo_freq = {"low": 9750, "high": 10600}
		self.c_band_freq_limits = {"low": 3000, "high": 4200, "default_low": 3400, "default_high": 4200}
		self.c_band_lo_freq = 5150
		self.tunerIfLimits = {"low": 950, "high": 2150}
		self.uni_lnb_cutoff = 11700

 

 

Attached Files


Edited by Dimitrij, Yesterday, 08:29.

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


Re: I want to change frequency #5 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 08:31

Where should I put this? Where should I send the file? How did you do this?



Re: I want to change frequency #6 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 08:33

I want to change 10700 to 12750



Re: I want to change frequency #7 Dimitrij

  • PLi® Core member
  • 10,379 posts

+354
Excellent

Posted Yesterday, 09:22

Edit line 485 in plugin.py and add this file in folder /usr/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/

Restart GUI,


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


Re: I want to change frequency #8 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 09:29

@dimitrij how do i organize it



Re: I want to change frequency #9 Dimitrij

  • PLi® Core member
  • 10,379 posts

+354
Excellent

Posted Yesterday, 09:44

I want this frequency to be entered at zero at the beginning.10700 12750

self.Ku_band_freq_limits = {"low": 0, "high": 12750}


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


Re: I want to change frequency #10 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 09:46

@dimitrij Master, can 12750 be changed? I want it to have a leading zero.



Re: I want to change frequency #11 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 09:48

How can I find these frequencies on Google to change them?

        self.Ku_band_freq_limits = {"low": 10700, "high": 12750}

@dimitrij


Re: I want to change frequency #12 Dimitrij

  • PLi® Core member
  • 10,379 posts

+354
Excellent

Posted Yesterday, 09:50

@dimitrij Master, can 12750 be changed? I want it to have a leading zero.

 

This is impossible.

The final("high") frequency must be greater than the initial("low") frequency.

 
 

 

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


Re: I want to change frequency #13 littlesat

  • PLi® Core member
  • 57,433 posts

+708
Excellent

Posted Yesterday, 09:50

What do you want change the limits to and why? (because hardware should also supporting it). What do you want to receive?

Edited by littlesat, Yesterday, 09:52.

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


Re: I want to change frequency #14 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 09:52

@dimitrij Sir, how did you write the frequencies in google?



Re: I want to change frequency #15 littlesat

  • PLi® Core member
  • 57,433 posts

+708
Excellent

Posted Yesterday, 09:54

In google…. At least in Openpli you need to additionally install the sources of the blind scan plugin and then you could manipulate the py file on your box…
But again what do you try to receive?

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


Re: I want to change frequency #16 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 09:59

@dimitrij I can't find the frequency on Google, sir.



Re: I want to change frequency #17 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 10:42

@dimitrij How did you find the master frequencies?



Re: I want to change frequency #18 Tech

  • Forum Moderator
    PLi® Core member
  • 14,947 posts

+488
Excellent

Posted Yesterday, 10:54

Can you give someone a little more time to answer a question?
I have now deleted more than 8 messages from you with an interval of less than 3 minutes.
This is a forum and not everyone is waiting for you to ask a question so that it can be answered immediately!

Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: I want to change frequency #19 Tech

  • Forum Moderator
    PLi® Core member
  • 14,947 posts

+488
Excellent

Posted Yesterday, 10:55

@dimitrij I can't find the frequency on Google, sir.

I don't understand what Google has to do with those frequencies...

 

You can still perform a scan on that particular frequency, or will it not tune in with channels where you are actually looking for?


Aan de rand van de afgrond is een stap voorwaarts niet altijd vooruitgang....

On the edge of the abyss, a step forward is not always progress....

Hardware: 2x Daily used Vu+ Ultimo 4K - Vu+ Duo 4K SE and a lot more.... - VisioSat BiBigsat - Jultec Unicable Multiswitch 4 positions: 19.2/23.5/28.2 East - Diseqc motorized flatdish antenna

Software : HomeBuild OpenPLi Develop and Scarthgap builds, local cards driven by OsCam

Press the Posted Image button on the buttom right of this message ;)

Have you tried our wiki yet? Many answers can be found in our OpenPLi wiki


Re: I want to change frequency #20 eskehacettepe123

  • Member
  • 23 posts

0
Neutral

Posted Yesterday, 11:31

How can I find Ku band frequencies from Google, blind scanning?




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users