-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please fix a BlindScan of the DreamBox #398
Comments
That patch has a major bug. Also, our code is very different. i.e. it has the filters and user options. |
Thank you Huevos for the reply |
Please try again |
How did the original commits get lost? |
The code of the master and python3 branches were not the same and the wrong code was used during the merge. |
c-band fix include too please test |
BS with Blindscan on my AX HD61 python3, unicable |
Please post a usable amount of the log. What is the tuner config? Post a screenshot of the tuner setup. |
Hi @Huevos , I think this line is a problem.
self.freq_limits is not defined. |
13:08:45.5865 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 256, in action |
Unicable/Jess |
You can't blindscan with Unicable. Blindscan is only possible on LNBs with block output. Unicable outputs one frequency at a time. A normal Universal, Standard, C-band, Ka-band, LNB outputs the whole frequency block 950-2150. |
In theory it should abort if not using a valid LNB. |
blindscan not working with unicable, looks we must disable Blindscan if a user config unicable |
We do disable it in Blindscan/plugin.py, but has not been done in dmmBlindscan (yet). |
The Unicable is not the only problem. This commit is wrong: 32783de#diff-dbdc94037e73585b5a24638fe7ecff313e3e676be92824e2e4ab394d1d8782d0 SatBandCheck should be done in createSetup() after the user selects the tuner. plugin.py shows the correct way for this. Please be pacient and I will supply a fix. |
Fix, for Unicable LNB here: cd323aa I don't think the c-band commit works anyway. For me it returns empty (Zgemma H7). Probably drivers don't understand. |
Where did that image come from? We don't build DreamBox. And this plugin is not for DreamBox. DreamBox has its own plugin, or at least it used to. |
If you have a copy of the Dreambox plugin maybe it can be modified to work. If you want to discuss further please post on our forum. |
https://github.com/atefganm/Blindscan-OpenVIX-Support-DreamBox-Devices This is a BlindScan that works on a dream box |
Please fix a BlindScan of the DreamBox
So it can see the C-band frequencies
This patch is fine and works
https://github.com/OpenVisionE2/alliance-plugins/commit/be2233aaff1f0c09ad04da0d7f08e660d5afb36f#diff-dbdc94037e73585b5a24638fe7ecff313e3e676be92824e2e4ab394d1d8782d0L437
Thank you
The text was updated successfully, but these errors were encountered: