Duo2 Blindscan

eastof111

BinThere
EB, using the current blindscan for SDG which is working without any problems....

1_Blindscan.webp

Any possibility of trying the Mio blindscan for the Duo2 for testing?

Thanks.
 
EB, flashed the PLI image version 9, 02-04-2024 and tried loading the blindscan plugin. It obviously didn't install due to EOL for PLI images for this receiver.

I installed the TNAP blindscan you gave me z-git5201+6bc4768-r0 but it produces this error:

1_0_1_4_CD_0_EEEE0000_0_0_2_20240205180700.webp but still no go. Have you got a version that will work with PLI version 9?

Also, when I flashed the PLI image with out restoring settings, I was expecting a virgin setup. When I go to setup the tuners and select the advanced setting, all the prior settings are still in memory from my prior setup.
If I change one setting and save, then select config mode red then save and select delete all, it will still retain all prior settings in the advanced config menu. How can I make the four tuners show up with virgin settings?

Also tried deleting all the nims from the settings file and cleaned out the lamedb and lamedb5 files, but this created more headaches. The advanced settings still seem to be retained no matter what I delete.

Thanks
 
For the blindscan plugin, you are trying to use a python 2 file in a python 3 image. This will not work, and this is why it is complaining about the parenthesis.

Pretty much the same for the backup with settings. You are trying to use backup files from a python 2 image in a python 3 image. you can expect errors. Check the hard drive for a folder named backup and remove it from the receiver Do not delete it because you can use some of it. Reload the image, but this time select a slot --Without backup. Carefully follow the receiver while it loads and boots to completion. If it finds a backup, it will ask to install it. Select NO.

You may unpack the files in the backup folder. Determine which backup was the latest and unpack it. the lamedb and lamedb5 can be transferred to the OpenPLi 9 enigma2 folder, first though, telnet and init 4. Review the settings file that was unpacked from your back-up folder. It should be able to go into the receiver "as is", but remove anything no longer needed in the settings file as it can become messy over time.

Also, remember that lamedb and lamed5 depend on the satellites.xml file they were created with. OpenPLi 9 will have a different satellites.xml file, so you will need the original satellites.xml from python 2. Else, transfer the settings file and re-scan your satellites.

So these are the files you need from a python 2 backup to install in a python 3 image:
lamedb
lamedb5
settings
satellites.xml that was used to make the lamedb file.

The blindscan plugin from a TNAP 5 multi-boot image should work. Download a TNAP5 multi-boot image such AS sf8008. Then unpack it to get receiver files. Steal the blindscan plugin folder and install it in the OpenPLi 9 image. (It should work). Steal the ServiceScan.pyc from Both Components and Screens folders then install them in the OpenPLi 9 image. Now you are ready for init 3 in telnet.

I would suggest maybe splitting this in two stepts and transfer the settings, lamedb(2), and proper satellites.xml. Then go back and get the blindscan folder and the ServiceScan files. All of this should work because TNAP5 and OpenPLi 9 are based on the same python build.
 
Thanks EB, this should keep me quite busy while I wait for the supreme to arrive..... it's still having a beer break in Germany, lol.
 
You probably have the better part of two more weeks to wait for the Supreme.

Good DHL shipping for a packaged box the size fitting the Supreme is 50 Euro or roughly 55 U.S. dollars from Europe to the United States. This amount is what you can expect DREAMPORTUGAL or anyone else in Europe using DHL from point a in Europe to point b in the United States. DHL shipping normally takes 4-5 days or about a week for me. U.S. Customs clearance for DHL is started in Europe and completed usually before the package is in the United States
 
EB, had to install Backupsuite folder from the SF8008 multiboot zip since it was missing in the PLI flash. Then had to install enigma2-plugin-extensions-backupsuite.control in directory var_lib_opkg_info because it was missing. Then had to change permission of backuphdd.sh to 777. Finally tried to make a backup and getting error:

1_0_1_4_CD_0_EEEE0000_0_0_2_20240206121122.webp

Searched in the SF8008 zip file and could not find nanddump to copy to the Duo2.
 
Loaded said files and after numerous other backupsuite requests for additional files, which were found in the sf8008 zip file, I still get this error:

Backupsuite error.webp
 
Make both files executable.
In telnet:
cd /usr/sbin
chmod 0755 nanddump
chmod 0755 nanddump.mtd-utils


That should be enough permissions. If you still get the error, try chmod 0777
 
Thanks, tried 777 prior to posting and received the error mentioned above. Will try 755 and see what happens. Too bad there isn't an ipk available. Looked and couldn't find one.
 
Maybe I am dreaming, but isn't there a way to do a complete backup of the current system image using putty and then being able to restore it via putty to continue additional testing on the image?
 
I don't know the telnet command(s) for complete backup.
This is what is needed to run backupsuite for the duo2:
Package: enigma2-plugin-extensions-backupsuite
Version: git559+3010f02-r0
Description: Enigma2 Plugin: extensions-backupsuite
Enigma2 Plugin: extensions-backupsuite
Section: base
Priority: optional
Maintainer: OE-Core Developers <openembedded-core@lists.openembedded.org>
License: GPLv3
Architecture: mips32el
OE: enigma2-plugin-extensions-backupsuite
Depends: enigma2-plugin-extensions-backupsuite, mtd-utils, mtd-utils-ubifs, ofgwrite
Source: enigma2-plugin-extensions-backupsuite.bb
 
Delete the backupsuite plugin using the plugin menu (remove Plugins.

I think there are about 12 .ipk files in the attached folder. Put ALL of these .ipk files in /tmp of receiver files. Then install them with telnet using these commands:
cd /tmp
opkg install *.ipk


Check for installation errors in putty or terminal.
 

Attachments

Back
Top