I don't get it: you always want to build from the sources, and preferably not use pre-compiled ipk's. Now you have the opportunity and you don't use it ??I just uploaded the ipk to the 3rd party feed...
Re: Crash after blindscan - ET9000 #21
Re: Crash after blindscan - ET9000 #22
Re: Crash after blindscan - ET9000 #23
Re: Crash after blindscan - ET9000 #24
Posted 1 March 2014 - 20:19
It might be better if Huevos tried to fixed the real sources of this blindscan plugin instead of oe-alliance's fork.....
I just uploaded the ipk to the 3rd party feed...
I'd prefer it if OUR OWN version (satscan, which is openly available via github->e2openplugins), which is especially made compatible with OpenPLi, would be improved with these few points instead of introducing yet another plugin that does the same, and even in 3rd party, so after each change in Enigma, we can expect GSOD's.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #25
Re: Crash after blindscan - ET9000 #26
Re: Crash after blindscan - ET9000 #27
Posted 1 March 2014 - 20:36
It would be rather less confusing if this plugin would have a different, new name, because it's not the same plugin as from vuplus originally.
I'd really consider including it into the native feed of OpenPLi, even instead of satscan, if it where offered on e2openplugins. Or at least a public repository, including an example .bb file.
Also it's required that it works on both vuplus and et models. For that it needs to include the appropriate REQUIRES to draw in the binary components from the feed (see satscan).
Edited by Erik Slagter, 1 March 2014 - 20:38.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #28
Re: Crash after blindscan - ET9000 #29
Posted 1 March 2014 - 20:54
Other, neutral versions are still ok though.
Edited by Erik Slagter, 1 March 2014 - 20:54.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #30
Posted 1 March 2014 - 21:44
Blindscan has a much more advanced search options.
Exactly!
Erik, I would be glad to use the OpenPLi-dedicated Satscan but if you compare scan options of the two, you will see useful things missing from Satscan.
I know you are very busy at the moment but do you think you could add those various scan options to Satscan in the future? I did mention them here: http://openpli.org/f...ndpost&p=404186
ET9000, OpenPLi 4.0, 13E, 19E
HD51, OpenPLi 6.2, 75E - 30W
Re: Crash after blindscan - ET9000 #31
Posted 1 March 2014 - 23:10
Adapted version of the plugin for openPli.
Thanks to the author Huevos
Just want to make clear I wasn't the original author of the plugin. It was already adapted into ViX by Andy before I touched it. I just made it user friendly and added the filters.
@Littlesat, what do you mean about dirty hacks? The thing is the blindscan driver is different not just for every manufacturer but also for every tuner. So with receivers like the Ultimo, Uno, Duo2 there is more than one driver needed for the same receiver. So how do you suggest that should be dealt with without a method of recognizing the box/tuner type from inside the .py file?
Re: Crash after blindscan - ET9000 #32
Posted 2 March 2014 - 09:57
By driver you mean binary executable I guess. Yes, that's unavoidable.
What options are we talking about?
- excluding of certain SR ranges (I wasn't aware that was even possible on vu+)
- no GSOD
OTOH the Satscan source is public on github (e2openplugins). For someone who adapted the ViX plugin, it should be a piece of cake to also adapt the Satscan plugin.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #33
Posted 2 March 2014 - 11:07
By driver you mean binary executable I guess. Yes, that's unavoidable.
What options are we talking about?
- excluding of certain SR ranges (I wasn't aware that was even possible on vu+)
- no GSOD
OTOH the Satscan source is public on github (e2openplugins). For someone who adapted the ViX plugin, it should be a piece of cake to also adapt the Satscan plugin.
By driver you mean binary executable I guess. Yes, that's unavoidable.
Yes, it's unavoidable.because in the case of the Ultimo or Duo2 you can have both AVL2108 and AVL6222 tuners in the same receiver and each requires it's correct binary.
excluding of certain SR ranges (I wasn't aware that was even possible on vu+)
Yes, the Vu+ binaries are capable of only including a specific SR range, but that is irrelevant, because if they weren't you could still do this filtering in the .py file.
no GSOD
Yes, the binaries from certain manufacturers output nonsense values that cause BSoDs. In the OE-Alliance plugin all output of the binary is checked for nonsense values that don't correspond with the search parameters so as to avoid these BSoDs.
What options are we talking about?
Filters include: SR range; sync discovered transponders with satellite.xml (so as not to have multiple copies of the same channels); avoid known transponders (good for feed hunting); and avoid transponders on adjacent satellites.
Also, the OE-Alliance plugin includes some simple arithmetic so that it can be used to blind scan C-band satellites even though the binaries have only been written with Ku band satellites in mind.
Edited by Huevos, 2 March 2014 - 11:09.
Re: Crash after blindscan - ET9000 #34
Posted 2 March 2014 - 11:16
Yes, the binaries from certain manufacturers output nonsense values that cause BSoDs. In the OE-Alliance plugin all output of the binary is checked for nonsense values that don't correspond with the search parameters so as to avoid these BSoDs.
So it work-a-rounds the issues that are within a closed source manufacturer's binary?
Also, the OE-Alliance plugin includes some simple arithmetic so that it can be used to blind scan C-band satellites even though the binaries have only been written with Ku band satellites in mind.
Was this your work...
In general I would prefer a manufacturer allow us to get a spectrum analyser function.... get with your remote to a peak and tune into this one.... That is workable...
Edited by littlesat, 2 March 2014 - 11:18.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Crash after blindscan - ET9000 #35
Posted 2 March 2014 - 11:16
It's a shame vuplus didn't (apparently) produce one binary for all, checking the exact tuner type itself.Yes, it's unavoidable.because in the case of the Ultimo or Duo2 you can have both AVL2108 and AVL6222 tuners in the same receiver and each requires it's correct binary.
But in that case it wouldn't give any speedup.Yes, the Vu+ binaries are capable of only including a specific SR range, but that is irrelevant, because if they weren't you could still do this filtering in the .py file.
The satscan plugin already has some validation, but apparently they screwed up even more.Yes, the binaries from certain manufacturers output nonsense values that cause BSoDs. In the OE-Alliance plugin all output of the binary is checked for nonsense values that don't correspond with the search parameters so as to avoid these BSoDs.
These are interesting options, but not an option for someone like me to implement (time to implement vs. time using it).Filters include: SR range; sync discovered transponders with satellite.xml (so as not to have multiple copies of the same channels); avoid known transponders (good for feed hunting); and avoid transponders on adjacent satellites.
My proposals still stand, either
- make the blindscan available via e2openplugins, with the correct dependencies, or I might even do it myself, and I will replace the satscan plugin with this version
- or incorporate the changes into satscan
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #36
Posted 2 March 2014 - 11:18
That has been a known fact for years.So it work-a-rounds the issues that are within a closed source manufacturer's binary?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash after blindscan - ET9000 #37
Posted 2 March 2014 - 11:37
Add the AVL6211 to that list:Yes, it's unavoidable.because in the case of the Ultimo or Duo2 you can have both AVL2108 and AVL6222 tuners in the same receiver and each requires it's correct binary.
VU-Tuners.jpg 65.35KB 31 downloads
Although not literally 'an option', but still: human readable values for frequency & bitrate.What options are we talking about?
Filters include: SR range; sync discovered transponders with satellite.xml (so as not to have multiple copies of the same channels); avoid known transponders (good for feed hunting); and avoid transponders on adjacent satellites.
Blindscan settings 3.jpg 64.38KB 31 downloads
Re: Crash after blindscan - ET9000 #38
Re: Crash after blindscan - ET9000 #39
Re: Crash after blindscan - ET9000 #40
Posted 2 March 2014 - 13:40
Also, the OE-Alliance plugin includes some simple arithmetic so that it can be used to blind scan C-band satellites even though the binaries have only been written with Ku band satellites in mind.
Was this your work...
Yes, the C-band stuff was my idea and implemented by me.
Also tagged with one or more of these keywords: ET9x00, blindscan
Blindscan plugin dumb questionStarted by RamboHack, 11 Mar 2021 blindscan, edision, edit and 2 more... |
|
|||
Optie om per sat positie map 'Nieuw' veilig te stellenStarted by gerard0610, 18 Dec 2019 Blindscan |
|
|||
OpenPLi v6.2- BlindScan shift transponder frequencyStarted by ROMAN42, 25 Jun 2018 BlindScan, FullHD skin |
|
|||
PLI 4.0 ... Blindscan does not work properly - channels doubleStarted by satoldtimer, 25 Oct 2016 Blindscan, 7020HD, Dreambox |
|
|||
Et9x00
Et9x00 Pctv 290e dvb-usb-em28xx error driverStarted by viagra99, 18 Mar 2016 Et9x00, dvb-usb-em28xx, Pctv 290e |
|
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users