Jump to content


Pr2

Member Since 16 May 2011
Offline Last Active Today, 14:11
*****

#1612881 i have a question

Posted by Pr2 on 22 March 2024 - 13:10

Broadcom refuses now to provide SoC for OpenSource STB so no more "Enigma" based STB with BroadCom will be available. They reserved there SoC for proprietary (provider) boxes. 

Only HiSilicon is currently providing SoC for "Enigma" STB.




#1563818 Hdmi Cec switch to standby after source change

Posted by Pr2 on 31 August 2023 - 13:18

Finding the right HDMI-CEC settings is sometimes tricky.

 

1. Forward volume keys:  this option is working if you have an amplifier between the STB and the TV, I can increase and decrease the volume with this option. But very few TV support it directly unfortunately.




#1548023 Translations for Enigma 2: Please post them here!

Posted by Pr2 on 20 June 2023 - 15:52

Thanks @Pike_Bishop,

 

QuadPip:  https://github.com/O...quadpip/pull/14

 

FileCommander is also done, I have write access to I don't need to create a PR.




#1545407 Webif problem with Latest OScam 11719

Posted by Pr2 on 10 June 2023 - 15:02

I don't think that you are using the standard OpenPLi OScam startup script so perform this:
 
Create a file /etc/init.d/softcam.OScamOpenPLi
 
With the following content:
#!/bin/sh
case "$1" in
start)
        ulimit -s 1024
        /usr/bin/oscam --wait 60 --config-dir /etc/tuxbox/config/oscam --daemon --pidfile /tmp/oscam.pid --restart 2 --utf8
        ;;
stop)
        kill `cat /tmp/oscam.pid` 2> /dev/null
        # in case a normal stop failed
        killall /usr/bin/oscam
        ;;
restart|reload)
        $0 stop
        $0 start
        ;;
version)
        echo "gitAUTOINC+c41959f135"
        ;;
info)
        echo "oscam gitAUTOINC+c41959f135"
        ;;
*)
        echo "Usage: $0 start|stop|restart"
        exit 1
        ;;
esac
exit 0

Then:
cd /etc/init.d/
./softcam stop
rm softcam
ln -s softcam.OScamOpenPLi softcam
./softcam start
You can also create symlink to the OScam version you want to test.
 
cd /usr/bin/
ls -Falh oscam

Check if it is already a symlink or not.

If it is a symlink then:

rm oscam
ln -s oscamXXXXX oscam

where oscamXXXX is the name of the oscam binary that you want to test.

if it's not a symlink then keep a copy of your current OScam:

mv oscam oscam_old

Then create the symlink:

ln -s oscamXXXXX oscam

Restart you softcam:

/etc/init.d/softcam restart




#1545303 Webif problem with Latest OScam 11719

Posted by Pr2 on 10 June 2023 - 10:18

In OpenPLi the default path for the OScam configuration file is:  /etc/tuxbox/config/oscam/   by default oscam is not looking in this folder since it tries to use /usr/local/etc (this can be overwritten at compilation time).

 

So you need to say oscam where to find the configuration file:

So you need to start your OScam with:

 

--config-dir /etc/tuxbox/config/oscam

 

as parameter.

 

If you use the oscam from the feed everything is fine, if you manually try to install another oscam version then you need to learn how to do this properly.

 

The startup script of OScam in OpenPLi is:  /etc/init.d/softcam   which is a symlink normally pointing to softcam -> softcam.oscam

 

oscam binary is in:  /usr/bin/oscam  if you manually change it don't forget to chmod 755 oscam

 

There is no default port assigned for the OScam WebIf so if you start oscam so there is no WebIF active.

So specifying a configuration path with a valid oscam.conf  containing: httpport = XXXX  where XXXX is the port number that you want is mandatory to have OScam webif active.

 

https://wiki.streamb...scam.conf#WebIf




#1543415 help with 8.3 settings restore please

Posted by Pr2 on 29 May 2023 - 16:12

Parameters can be different between image so there is "protection" mechanism to avoid to restore setting from one image to another one.

 

So you have to find where OpenSPA create the backup, unpack it manually and copy manually the files, I guess that you mainly want to retrieve your userbouquet, lamedb et perhaps softcam setup those should be bring problems.

But you should probably avoid to restore the /etc/enigma2/settings file.




#1534500 Show time on display octagon sf 8008

Posted by Pr2 on 22 April 2023 - 10:37

Then use command line mentioned by s3no




#1533448 Show time on display octagon sf 8008

Posted by Pr2 on 16 April 2023 - 16:51

install this plugin:

 

enigma2-plugin-systemplugins-vfdcontrol

 

And you can set it up to display the clock instead of the channel number.




#1513431 Zgemma 9.2 opepli 8.3 Change DNS

Posted by Pr2 on 23 January 2023 - 16:25

Did you press the green button to save changes?

And did you put your STB into standby before power it off?




#1506346 channel list problem help

Posted by Pr2 on 26 December 2022 - 00:51

You need to put your box into standby to have the lamedb and the userbouquet properly saved before you switch it off.

I guess that you scan the channel and power off the box after that without first putting it into standby, so your channel list is not saved and at next start you retrieve the last proper standby channel list.




#1486832 Upto Date Guide for Installing OpenPli on Ubuntu

Posted by Pr2 on 1 October 2022 - 13:24

Please use only this thread to speak about OpenPLi PC:

 

https://forums.openp...ntu-104-32-bit/




#1486824 DvBS and DvBS2

Posted by Pr2 on 1 October 2022 - 13:18

Google is your best friend for such question:

 

what is the difference between DVB-S and DVB-S2

 

Give it a try.  ;)




#1464967 Run script on boot enigma2

Posted by Pr2 on 6 July 2022 - 21:49

You can call as many scripts as you want from the "main" script.




#1464959 TV/Radio/Data Scan

Posted by Pr2 on 6 July 2022 - 21:35

Translation: ABM is Automatic Bouquet Maker a plugin that you can install on your box (enigma2-plugin-systemplugins-autobouquetsmaker).




#1448997 now/next in channelselection

Posted by Pr2 on 1 May 2022 - 22:09

The french providers are not sending the full EIT EPG on there channels, they used a proprietary solution for there EPG information.

So by defaut you only have the now/next EPG guide displayed and the description is often missing.

 

So to have a propre EPG on the french channel you need to install the plugin EPGimport  (enigma2-plugin-extensions-epgimport) by default it will install the Rytec source.

Once installed go into and select the source France XMLTV and there select the France -XXXX packages.

 

You will then have the full EPG on the french channels.