Springen naar inhoud


RevPir

Lid geworden: 17 apr 2009
Offline Laatste activiteit: 27 apr 2023 02:55
-----

Berichten die ik gemaakt heb

In Topic:Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

3 september 2020 - 14:22

Hi 1455,

Is it possible to use the fallback tuner in enigma2pc?

When I select it, it works with the first channel but it stops working if i change the channel, even with the host receiver on standby.

Any suggestion?

Thank you again.


In Topic:Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

2 mei 2020 - 17:02

after recompile enigma2 and change

 

 

[cXineLib] Use vo_driver:opengl

 

https://imgur.com/Lis7T08

 

https://imgur.com/o6yYxFt

 

 

i upload the startup picture and crash pic with log file 

When the first image appears, press the ESC key as the Internet connection is already configured, then configure the language.


In Topic:Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

29 april 2020 - 15:08

In my opinion it is best to do a new clean installation of Ubuntu and make the compilation of OpenPLi-PC from scratch.


In Topic:Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

28 april 2020 - 23:46

Yes must be with sudo. I do like this:

 

sudo -s

cd /usr/src

git clone https://github.com/ag1455/OpenPLi-PC.git

cd OpenPLi-PC

 

I run scripts 1 ... 6 step by step, so:

 

./1_build_libs.sh 2>&1 | tee build_libs.log
./2_build_libxine.sh 2>&1 | tee build_libxine.log
./3_build_openpliPC.sh 2>&1 | tee build_openpliPC.log
./4_build_plugins.sh 2>&1 | tee build_plugins.log
./5_build_oscam.sh 2>&1 | tee build_oscam.log
./6_build_lirc.sh 2>&1 | tee build_lirc.log


In Topic:Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

28 april 2020 - 22:51

Traceback (most recent call last):
  File "/usr/local/e2/lib/enigma2/python/mytest.py", line 27, in <module>
    from Screens import InfoBar
  File "/usr/local/e2/lib/enigma2/python/Screens/InfoBar.py", line 5, in <module>
    import Screens.MovieSelection
  File "/usr/local/e2/lib/enigma2/python/Screens/MovieSelection.py", line 32, in <module>
    import Tools.Trashcan
  File "/usr/local/e2/lib/enigma2/python/Tools/Trashcan.py", line 6, in <module>
    from twisted.internet import threads
ImportError: No module named twisted.internet
[eDVBDB] couldn't save lame channel db!
 

It gave me the same error when launching enigma2.
I uploaded the most recent sources, that 1455 changed and compiled everything again and everything worked fine.