Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2060 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #801 Rick Hunter

  • PLi® Core member
  • 9,063 posts

+56
Good

Posted 30 March 2013 - 18:15

Is there a (small) instruction how to make this happen on a clean Ubuntu computer?


Plinux member We have a.. (ehmm.. morgage) house.

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #802 paasoares

  • Member
  • 1 posts

0
Neutral

Posted 17 April 2013 - 21:44

After some tweaking I have manganese to get this to run on my Ubuntu 12.10 x64
and it looks like that my black screen problem is gone ;)

Hi MRCoolSpan,

 

I'm struggling to install/compile OpenPLI on UBUNTU 12.10 x64. Always have errors on compiling xine-lib. Also tried to install only ENIGMA2 with -x flag (with libxine1 and libxine2 installed through synaptic) but with no success.

 

Can you share your tweakings/method of install ?

 

Thanks ! 


Edited by paasoares, 17 April 2013 - 21:48.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #803 esam

  • Member
  • 1 posts

0
Neutral

Posted 22 April 2013 - 11:42

How are installed oscam or cccam



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #804 tourou

  • Member
  • 1 posts

0
Neutral

Posted 28 April 2013 - 02:57

Hi

 

Work fine for me thanks

 

A question :

 

Where to change keymap F11 to fullscreen ?

 

Thanks


Edited by tourou, 28 April 2013 - 02:58.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #805 jonfrusciante

  • Member
  • 3 posts

0
Neutral

Posted 1 May 2013 - 17:38

hi to all

i'm sorry for my bad english

i have install all but i have a real card tevii 464 with liplian driver and i don't know how configure it

alwys with v tuner if yes how??

 

REGARD to all and for the work that you have to do !!!

thanks in advance 

jonfrusciante

 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #806 jonfrusciante

  • Member
  • 3 posts

0
Neutral

Posted 1 May 2013 - 21:10

noone want to reply i have jast install the sistem and its work but dont work the sinto of my dvb local carde tevii how configure it

 

??'

 

THANKS

 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #807 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 May 2013 - 18:32

Hi

 

Work fine for me thanks

 

A question :

 

Where to change keymap F11 to fullscreen ?

 

Thanks

 

Search in file ./enigma2/lib/gdi/gxlibdc.cpp for F11.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #808 jonfrusciante

  • Member
  • 3 posts

0
Neutral

Posted 2 May 2013 - 21:58

FINALLY WORK FOR me whith channel fta

 

i don't understand how do work cccma or mgcamd

 

oscam i 'm trying and thanks to your post i hope that it definitly work for me thanks to RAIDER BETACENTURI N9OBODY AND AT ALL

 

for the hard work



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #809 hfmls

  • Senior Member
  • 27 posts

0
Neutral

Posted 4 May 2013 - 16:51

quick question...will this work integrated with xbmc? any info on that?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #810 marmik

  • Member
  • 2 posts

0
Neutral

Posted 26 May 2013 - 18:04

Hi ,I have this error in compile.How to fix this?I have ubuntu10.04.

 

make[3]: Entering directory `/home/marmik/enigma2-i386/enigma2/lib'
  CXX    base/freesatv2.o
base/freesatv2.cpp: In function ‘unsigned char resolveChar(const char*)’:
base/freesatv2.cpp:87: error: invalid conversion from ‘const char*’ to ‘const unsigned char*’
base/freesatv2.cpp:93: error: invalid conversion from ‘const unsigned char*’ to ‘const char*’
base/freesatv2.cpp:93: error:   initializing argument 1 of ‘int sscanf(const char*, const char*, ...)’
base/freesatv2.cpp:97: error: invalid conversion from ‘const unsigned char*’ to ‘const char*’
base/freesatv2.cpp:97: error:   initializing argument 1 of ‘int strcmp(const char*, const char*)’
base/freesatv2.cpp:101: error: invalid conversion from ‘const unsigned char*’ to ‘const char*’
base/freesatv2.cpp:101: error:   initializing argument 1 of ‘int strcmp(const char*, const char*)’
base/freesatv2.cpp:103: error: invalid conversion from ‘const unsigned char*’ to ‘const char*’
base/freesatv2.cpp:103: error:   initializing argument 1 of ‘int strcmp(const char*, const char*)’
make[3]: *** [base/freesatv2.o] Error 1



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #811 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 26 May 2013 - 19:30

At best post enigma2/lib/base/freesatv2.cpp file here, because I have other line numbers than you.

To fix some of your problems, edit enigma2/lib/base/freesatv2.cpp and change line
static unsigned char resolveChar(char *str)
into
static char resolveChar(char *str)

But this might not fix all your problems...
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #812 marmik

  • Member
  • 2 posts

0
Neutral

Posted 26 May 2013 - 19:52

O.K. I try it.Thanks.I compiled too pli based image to ipbox9900 via tdt duckbox git.On box woks fine.



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #813 Eisblume

  • Member
  • 4 posts

0
Neutral

Posted 29 May 2013 - 12:50

Hi,

 

enigma2pc works fine for me on Ubuntu 12.04 (VMWare). But how can i install Plugins? I tried to copy the plugin to /enigma2pc/plugins/extensions but the plugin is not shown in the Extensions when i restart enigma2.

 

What do i have to do to see and start the Plugin??



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #814 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 May 2013 - 13:11

Hi,

if it is a "normal" plugin with sources you most likely need to adapt paths in the plugin. If the plugin uses own libraries it's quite difficult to get it running.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #815 Eisblume

  • Member
  • 4 posts

0
Neutral

Posted 29 May 2013 - 13:52

Hmm, i tried it with MediaPortal, a Plugin we wrote in the Vu Support Forum.

 

But i have no idea what i have to fix there. Maybe you can give me an example?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #816 Eisblume

  • Member
  • 4 posts

0
Neutral

Posted 29 May 2013 - 14:43

Works for me now!! I copied the plugin in the wrong folder !



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #817 tester100

  • Member
  • 6 posts

0
Neutral

Posted 13 June 2013 - 17:08

Hi guys

 

quick question

 

i have a TBS6985 DVBS-S2 card quad tunner (4 tunners)

 

this card supports linux drivers pre-installed on the ubuntu-10.04 X64 i am running...

 

how do i change configuration in enigma2 from VTUNER to work direct with My TBS6985 tunner ???

 

as i want to be able to pick 4 TPs at the same time to watch on channel and record others same time, anyone can help me here??



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #818 deepspace221

  • Senior Member
  • 99 posts

0
Neutral

Posted 23 June 2013 - 12:10

Did someone modified the script to work in ubuntu 13.04? 

 

There is a script error in build_openpliPC.sh with compiling xine-lib.


Edited by deepspace221, 23 June 2013 - 12:10.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #819 homo_tsiftis

  • Member
  • 4 posts

0
Neutral

Posted 24 June 2013 - 11:36

Hello !

 

I am at a loss... I read the whole thread and I don't know which git repository to pull. The thread suggests the repository by nobody9 https://github.com/nobody9/openpliPC but this one hasn't seen a single commit for a year !

On the other hand,m there is Raider05 's repository https://github.com/Raider05/enigma2pc that seems to be updated regularly (last commit was June 21st).

 

Any help would be appreciated !

 

Regards

 

Phil



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #820 DrMichael

  • Member
  • 3 posts

0
Neutral

Posted 7 July 2013 - 12:51

Has anybody successfully compiled Openpli E2 on Ubuntu 13.04?

 

DrMichael

 




15 user(s) are reading this topic

0 members, 15 guests, 0 anonymous users