Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2047 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #901 robertut

  • Senior Member
  • 347 posts

+2
Neutral

Posted 10 January 2014 - 22:55

I mean, does anyone have is ready to share as an appliance.



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #902 milaebrothers

  • Member
  • 17 posts

+4
Neutral

Posted 11 January 2014 - 03:52

Can you create a patch for cahandler.cpp?
Or should I revert the patch?

 

B)

Attached Files



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

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 11 January 2014 - 09:52

Thanks! Patch is applied. Can't test myself.


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

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #904 milaebrothers

  • Member
  • 17 posts

+4
Neutral

Posted 11 January 2014 - 16:35

Thanks! Patch is applied. Can't test myself.

I forgot this piece :-/ now I tested it better but if otherone can try it.... four B)  (or more) eyes is better than two  :blink: !!!

Attached Files


Edited by milaebrothers, 11 January 2014 - 16:36.


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

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 11 January 2014 - 17:18

Sorry, can't test, because I don't use softcams.

Nevertheless, thanks! Patch is applied.


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

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #906 milaebrothers

  • Member
  • 17 posts

+4
Neutral

Posted 13 January 2014 - 18:01

In oscam.conf dvbapi menu flag reopenonzap:

 

[dvbapi]

..

reopenonzap=1

..

reopenonzap no more present in latest oscam trunk and no more needed openplipc work without ;-)



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #907 break

  • Member
  • 2 posts

0
Neutral

Posted 24 January 2014 - 08:10

it is possible to start MediaPortal-plugin on openplipc ?



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

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 24 January 2014 - 17:50

Generally media playback(mkv, mp3,...) seems to work.

You can download the ipk, then unpack it and put the files in the directories under /usr/local/e2 by hand. But there's no guarantee that that works.


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

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #909 break

  • Member
  • 2 posts

0
Neutral

Posted 24 January 2014 - 18:57

thank you for answering.

mediaportal_4.9.1 work ok.

I needed install rtmdump und 

touch /etc/enigma2/mp_pluginlist

cd /usr/lib

ln -s /usr/local/e2/lib/enigma2 .



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #910 linux friend

  • Member
  • 1 posts

0
Neutral

Posted 1 April 2014 - 15:45

hello

how to exteraxt files enigma2 on pc without stb?

how to open and  edit file.pyo and py ?

please help me

thanks



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #911 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 13 May 2014 - 08:47

Hi, all

Paste patch for compile dvbsoftwareca.ko linux kernel 3.13 and more.

Not test working when LiveTV. Update git, use patch and run scripts *.sh


Attached File  dvbsoftwareca_kernel_3.13_and_more.patch   3.12KB   33 downloads


E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E

Git enigma2pc


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #912 ovladaf

  • Member
  • 3 posts

0
Neutral

Posted 19 May 2014 - 11:45

hi all!!!

i've found that in the build_libs script, the git link for pythonwifi doesn't work, but i've solved it adding these lines:

#git clone git://git.berlios.de/$PKG
git clone https://github.com/p.../pythonwifi.git

in a fresh installation of ubuntu server 14.04 with openbox, i´m getting this error (see the attached pic) during the make install process.

any idea???

i didn't installed s2-liplianin firmware because i think that it isn't necessary, is it correct??? or must i install it???

thanks and regards

Attached Files



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #913 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 19 May 2014 - 17:08

In the file enigma2/lib/dvb/frontend.cpp add to begin string

#define DTV_DVBT2_PLP_ID 43

save, make
but why this the variable not defined in /usr/include/linux/dvb/frontend.h
or you installed s2-liplianin-v37 drivers in /usr/local/include/linux/dvb/frontend.h
In Me Ubuntu 12.04.4 desktop it the variable defined

Edited by Raider05, 19 May 2014 - 17:11.

E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E

Git enigma2pc


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #914 ovladaf

  • Member
  • 3 posts

0
Neutral

Posted 20 May 2014 - 22:25

In the file enigma2/lib/dvb/frontend.cpp add to begin string

#define DTV_DVBT2_PLP_ID 43

save, make
but why this the variable not defined in /usr/include/linux/dvb/frontend.h
or you installed s2-liplianin-v37 drivers in /usr/local/include/linux/dvb/frontend.h
In Me Ubuntu 12.04.4 desktop it the variable defined

 

thanks Raider, it works, but now i get an error with python...

 

i will check...



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #915 ovladaf

  • Member
  • 3 posts

0
Neutral

Posted 20 May 2014 - 23:31

ok, this is my new error during the make install process.

 

again the link for pythonwifi is working...

 

any idea for this error?? (see the pic attached)

 

thanks again

 

Attached Files



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #916 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 21 May 2014 - 18:23

Revert this commit and try now make install

https://github.com/R...a6c447cc6892562

Please, let me know what happend next.

E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E

Git enigma2pc


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #917 lordzerg

  • Member
  • 5 posts

0
Neutral

Posted 28 May 2014 - 06:42

i have the same problem like @ovladaf , first time error in the frontend , when i made change as you said i got error in python .

and when i tried the reverting  i think i got same error with frontend. here is the log :

 

  CXX      dvb/fastscan.o
  CXX      dvb/frontend.o
dvb/frontend.cpp: In member function Б─≤void eDVBFrontend::setFrontend(bool)Б─≥:
dvb/frontend.cpp:1873:25: error: Б─≤DTV_DVBT2_PLP_IDБ─≥ was not declared in this scope
     p[cmdseq.num].cmd = DTV_DVBT2_PLP_ID, p[cmdseq.num].u.data = parm.plpid, cmdseq.num++;
                         ^
make[3]: *** [dvb/frontend.o] Error 1
make[3]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/soft/openpliPC/enigma2pc/enigma2/lib'
make: *** [install-recursive] Error 1



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #918 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 29 May 2014 - 13:23

@lordzerg

 

Update git, fix compile for x64 OS.

Testing - Ubuntu 14.04 x64 Desktop.

 

Give me know how to work softcam (oscam, wicardd)


E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E

Git enigma2pc


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #919 lordzerg

  • Member
  • 5 posts

0
Neutral

Posted 30 May 2014 - 00:48

yea im with ubuntu 14.04 desktop x64 .

 

i finish compiling but the end is not very good i think.

 

make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
You the kernel - 3.13, the result compare with the kernel 3.7 - 3.7
cp: cannot create regular file Б─≤/lib/modules/3.13.0-24-generic/kernel/drivers/media/dvb-frontends/Б─≥: Not a directory
modprobe: FATAL: Module dvbsoftwareca not found.
--------------------------------------
final step: installing E2 conf files
--------------------------------------

**********************<END>**********************

check it



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #920 lordzerg

  • Member
  • 5 posts

0
Neutral

Posted 30 May 2014 - 00:59

i found the patch for kernel 3.13.0 but i dont know how to apply it i tried but not work. 

i also found a patch for the vaapi i think i will need it becouse im with AMD video card.

tell me about patches please




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users