Attached Files
Edited by Zuropy, 3 January 2024 - 11:04.
Posted 3 January 2024 - 11:02
Edited by Zuropy, 3 January 2024 - 11:04.
Posted 3 January 2024 - 11:49
Hi.
If you mean to delete a physical file, this may not be enough. Enigma2 keeps user bouquets in cache and when it is terminated or rebooted, these are saved back to disk. Try downloading these userbouquets via DreamboxEdit, delete or edit as you need, then upload back to the set-top box. Reloading the userbouquet files in the set-top box is done automatically - with the help of DreamboxEdit.
If it doesn't help, look for the cause. The problem will probably be caused by some of your plugins or shell scripts that add, edit or somehow update userbouquet files. Have you installed anything in Enigma in the meantime ? Are you using the original OpenPLi firmware or modified OpenPLi firmware (modified by a third party) ?
Starting Enigma2 in debug mode might help. Here you can find all procedures: https://wiki.openpli...s_and_Solutions And then look for the string "userbouquet." in the created LOG-files to see if you can find an error somewhere or a plugin that creates the file.
Posted 3 January 2024 - 12:26
Hi,
You don't need any 3rd party tool to delete a bouquet.
When you display the list of all the favorite in the channel list select the N/A bouquet press Menu and delete it.
Then put your STB into standby and the change will be saved.
Wake up the STB and check the N/A bouquet should not come back.
Reboot the box and check again for it.
There are some illegal IPTV provider that ask you to execute a script on your STB, this script will create entries in your crontab to download regularly there channel list. If the script is buggy you can have wrong userbouquet created.
You can have a look in the crontab to see if scripts are added there, connect in telnet/ssh to your box and simply type:
crontab -l
My current one has only:
30 * * * * /usr/bin/ntpdate-sync silent
And this is to update STB date and time from the Internet.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 3 January 2024 - 15:47
The image I have is official, downloaded from the official website, in crontab I only have this
30 * * * * /usr/bin/ntpdate-sync silent
I don't have any external plugin and I don't know where to download that bouquet from, I have reviewed almost all the files but I don't see anything strange. Any command to see what is executed? I see that the file is updated every 10-15 minutes since I delete it....
Posted 3 January 2024 - 18:07
As I wrote. As first... stop the Enigma2. Then, delete the file. Then, remove entry from the list file: /etc/enigma2/bouquets.tv . Then... again, start the Enigma2:
init 4 rm -f /etc/enigma2/userbouquet..tv sed -i '/userbouquet\.\.tv/d' /etc/enigma2/bouquets.tv init 3
You can also manually check that the main file bouquets.tv does not contain any unknown characters (other than diacritical marks) that could cause these problems. Also try to verify that all *.tv and *.radio files contain UTF-8 encoding and especially Linux/Unix (not Windows) line breaks. For this purpose, it is possible to use, for example, Notepad++ in which in the lower bar, after opening the file, you will see both mentioned information.
Edited by s3n0, 3 January 2024 - 18:12.
Posted 3 January 2024 - 19:11
I put the receiver in debug mode all afternoon, logging everything from the console, and since then and after deleting the userboquet..tv, with the command it hasn't worked so far, I'll wait a while longer. In the time that I have had the receiver on, it has not done anything strange but when I put the receiver in standby, it appeared shortly after. I will post the log that I have been able to collect. FULL LOG IS ATTACH
Posted 3 January 2024 - 19:24
Did you also do what I wrote above? To correctly remove "userbouquet..tv" from Enigma2, it would be good to stop Enigma first. Then you delete the file itself, but also the record itself in the file "bouquets.tv" (be careful, this is a different file). Finally, run Enigma again. As I stated above.
I really don't know where they get this, after waking up:
[eDVBDB] can't open /etc/enigma2/.../userbouquet..tv: No such file or directory can't load bouquet userbouquet..tv
Even the folders don't match because it's supposed to specify the path "/etc/enigma2/userbouquet*" and not "/etc/enigma2/<something_unknown>/userbouquet*".
Posted 3 January 2024 - 20:20
Come on s3n0, littlesat knows exactely how Engima2/OpenPLi is working.
Yes there is a userbouqet..tv involved but this file is reported into the bouquets.tv file too! Since the bouquets.tv is the index order of the userbouquet files diplayed in the menu.
So if you just delete the userbouqet file without cleaning up the bouquets.tv you will still have the N/A message on screen.
So please Zuropy perform the action that littlesat wrote in this thread:
https://forums.openp...dpost&p=1595960
and you N/A entry will be cleaned up.
Edit: which brand model of STB do you have?
Edited by Pr2, 3 January 2024 - 20:21.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 3 January 2024 - 21:32
Yes there is a userbouqet..tv involved but this file is reported into the bouquets.tv file too! Since the bouquets.tv is the index order of the userbouquet files diplayed in the menu.
So if you just delete the userbouqet file without cleaning up the bouquets.tv you will still have the N/A message on screen.
So also for you specially and I repeat again... that I have already written all this. Please read the whole discussion 3 times from the beginning to the end. I am saying that bouquests.tv and userbouquet..tv are two completely different files and that they mutually influence each other. Exactly what @littlesat claims and ignores what I write. @littlesat was modied my shell-terminal to add the "/etc/enigma2/boquets..tv" file into sed command:
There were two dots before the tv...
init 4 rm -f /etc/enigma2/userbouquet..tv sed -i '/userbouquet\.\.tv/d' /etc/enigma2/bouquets..tv init 3
That means @littlesat didn't exactly read the entire discussion either, just like you @Pr2.
:-D
Edited by s3n0, 3 January 2024 - 21:34.
Posted 4 January 2024 - 00:57
I have correctly executed the command that you have indicated to me, the userbouquet..tv was deleted and the service that was inside bouquet.tv was also deleted.
but it reappeared once the receiver was set to stamby. I have come to the conclusion that I think it is caused by the plugin enigma2-plugin-systemplugins-cablescan - 2.7+git19711+2d6416e-r0.0
that in the log is the one that does an autocablescan and gives some error and creates that bouquet, once that plugin has been deleted, which is already integrated into the opepli 8.3 system itself, and after restarting the receiver at the moment it has not generated any new bouquet, I have noticed that it only happens in combo receivers that have a dvb-c/t cable tuner. Tomorrow I will attach the log that it gave me before and after having eliminated said plugin. I have guided myself since this process began in the log before creating the bouquet.
[eCableScan] state 2
[eCableScan] state 6
[eDVBDB] can't open /etc/enigma2/.../userbouquet..tv: No such file or directory
can't load bouquet userbouquet..tv
[eDVBDB] Renumbering...
[eDVBDB] ---- saving lame channel db
[eDVBDB] saved 137 channels and 1572 services!
[AutoCableScan] completed result = -1
Posted 4 January 2024 - 09:41
Yes, theoretically it could also be this "cable scan" that causes problems. But the mystery is why it starts when waking up from standby. If you don't need it, try uninstalling it. Even though it's a system plugin, I hope nothing goes wrong with the system. If the problem is not fixed after uninstalling the plugin, you can restore (install) the plugin again.
Posted 4 January 2024 - 12:54
It looks more that cable provider does not follow the standards...
When you put a box in standby in the background cablescan will scan again in the background after a few secs... so when you do now want that, you need to disable cablescan... Disabling should be possible
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 4 January 2024 - 17:45
Yes keep cable scan and simply disable the last option: Activate automatic cable scan
But are you using the DVB-C tuner? How is it configured?
Do you define in the cablescan plugin the proper search frequency / Symbol Rate / Modulation and Network ID.
On my cable provider the Network ID is mandatory otherwise the cable scan plugin found nothing.
So more globally if you go into: Main Menu > Parameters > CableScan and you press OK does it find channels? If not then you need to provide the correct settings to have it working.
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 4 January 2024 - 19:29
Posted 5 January 2024 - 13:00
If you connect to the box with you webbrowser you can easily save screen capture.
If you know it, it can be interesting to define the Network ID of your cable provider. This will allow you, with the cable scan plugin, to have the channel very quickly scanned and in the order foreseen by your provider.
I think that without the Network ID it cannot find the channel list order of the provider, so what you are is performing a full scan of the DVB-C which takes times.
Fast Cable when properly configured is really pleasant to use.
But you have the know:
- The Network ID
- The reference frequency
- The QAM used
Pr2
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Posted 5 January 2024 - 18:58
I have already managed to solve it in system/tuners/cable options, there is an option at the end where it says search for cable deactivate the option as you see in the photo it is the frequency at which the script began 474mhz which is the frequency at which it failed and created the gap.
- The Network ID 41025
- The reference frequency 690Mhz
- The QAM used 64Qam
this is a master frecuency an id network and modulation to seach my provider, if i put this, not error
Edited by Zuropy, 5 January 2024 - 19:00.
Posted 5 January 2024 - 19:54
Do you use DVB-C to watch TV ? Why didn't you write it right away .
It can be, for example, an error related to your DVB-C region, which must be corrected in the OpenATV database - for cable frequencies and transponders. So some error regarding the localization of your country and region - for the basic DVB-C database (in OpenATV), which lists the available transponders and the frequencies used.
You can also delete problematic frequencies or non-existent transponders manually in the file "/etc/tuxbox/cables.xml" (with Enigma2 stopped).
You can still try a full rescan of DVB-C, in the configuration of your tuner - in OpenATV, including using the option - search for new "networks" (available transponders) or whatever the option is called... I don't know exactly.
Also, there may be an error directly with your DVB-C broadcaster (provider)... and thus it could be an error in non-compliance with the DVB standard... as someone mentioned above. For example, the tuner tries to download some data from the problem frequency, but it fails to do so.
I know a good expert for these things in DVB, but I don't know if he will have some free time to solve this problem . It is @EnoSat and it also appears on this discussion forum .
Edited by s3n0, 5 January 2024 - 19:55.
0 members, 2 guests, 0 anonymous users