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 #1061 arsi

  • Member
  • 22 posts

0
Neutral

Posted 1 March 2017 - 17:58

check if exist file xine-lib-1.2.5/src/input/input_enigma.c

 

if yes:

remove all *xine* from /usr/lib and /usr/local/lib

and sudo make install on xine-lib-1.2.5

 

if no:

remove all *xine* from /usr/lib and /usr/local/lib

apply xine patches from Enigma2pc-mod-1455/patches, in xine-lib-1.2.5 patch -p1<xxx.patch

autogen.sh

./configure --disable-xinerama --prefix=/usr --enable-a52dec=internal --enable-dts=internal

make

sudo make install

 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1062 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 1 March 2017 - 21:13

@arsi - what ubuntu is good for enigma2pc? 32 or 64 bits?

And what must install before install enigma2pc?

 

Thanks for your patience!



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1063 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 08:41

@arsi - what ubuntu is good for enigma2pc? 32 or 64 bits?

And what must install before install enigma2pc?

 

Thanks for your patience!

I think that Ubuntu 16.04 64bit, after the last changes works well with Enigma2pc-mod-1455

All necessary should  be installed with 1_build_libs.sh

I personally use the latest trunk version of libxine https://anonscm.debi...e-lib-1.2-vdpau with bacport patch http://server.arsi.s...e2pc-xine.patch


Edited by arsi, 2 March 2017 - 08:41.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1064 ColinB

  • Senior Member
  • 743 posts

+28
Good

Posted 2 March 2017 - 10:01

 

@arsi - what ubuntu is good for enigma2pc? 32 or 64 bits?

And what must install before install enigma2pc?

 

Thanks for your patience!

I think that Ubuntu 16.04 64bit, after the last changes works well with Enigma2pc-mod-1455

All necessary should  be installed with 1_build_libs.sh

I personally use the latest trunk version of libxine https://anonscm.debi...e-lib-1.2-vdpau with bacport patch http://server.arsi.s...e2pc-xine.patch

 

 

Thanks arsi for your effort here

 

But for some of us can you explain how to apply a patch?


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1065 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 10:39

 

 

@arsi - what ubuntu is good for enigma2pc? 32 or 64 bits?

And what must install before install enigma2pc?

 

Thanks for your patience!

I think that Ubuntu 16.04 64bit, after the last changes works well with Enigma2pc-mod-1455

All necessary should  be installed with 1_build_libs.sh

I personally use the latest trunk version of libxine https://anonscm.debi...e-lib-1.2-vdpau with bacport patch http://server.arsi.s...e2pc-xine.patch

 

 

Thanks arsi for your effort here

 

But for some of us can you explain how to apply a patch?

 

Google knows everything :P in lib root dir patch -p1<patch_file.patch

sudo apt install mercurial
sudo apt install autopoint
hg clone https://anonscm.debian.org/hg/xine-lib/xine-lib-1.2-vdpau/ --insecure
cd ./xine-lib-1.2-vdpau 
wget http://server.arsi.sk/libXine-1.2.8-to-e2pc-xine.patch
patch -p1<libXine-1.2.8-to-e2pc-xine.patch
./autogen.sh
./configure --disable-xinerama --prefix=/usr --enable-a52dec=internal --enable-dts=internal
make
sudo make install



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1066 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 13:24

Thanks arsi.

Today I reinstalled ubuntu 16.04 64 bits

I made this;

- I install drivers for my tbs card

- I copy and extract enigma2pc

- I run ./1_build_libs.sh

- sudo apt install mercurial
- sudo apt install autopoint
- hg clone https
://anonscm.debian.org/hg/xine-lib/xine-lib-1.2-vdpau/ --insecure
- cd ./xine-lib-1.2-vdpau
- wget http
://server.arsi.sk/libXine-1.2.8-to-e2pc-xine.patch
- patch -p1<libXine-1.2.8-to-e2pc-xine.patch
.- /autogen.sh
- ./configure --disable-xinerama --prefix=/usr --enable-a52dec=internal --enable-dts=internal
- make  - I have error :  

 

CC       xineplug_flac_la-flac_demuxer.lo
flac_demuxer.c:39:33: fatal error: FLAC/stream_decoder.h: No such file or directory
compilation terminated.

What is wrong?


 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1067 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 13:35

Thanks arsi.

Today I reinstalled ubuntu 16.04 64 bits

I made this;

- I install drivers for my tbs card

- I copy and extract enigma2pc

- I run ./1_build_libs.sh

- sudo apt install mercurial
- sudo apt install autopoint
- hg clone https
://anonscm.debian.org/hg/xine-lib/xine-lib-1.2-vdpau/ --insecure
- cd ./xine-lib-1.2-vdpau
- wget http
://server.arsi.sk/libXine-1.2.8-to-e2pc-xine.patch
- patch -p1<libXine-1.2.8-to-e2pc-xine.patch
.- /autogen.sh
- ./configure --disable-xinerama --prefix=/usr --enable-a52dec=internal --enable-dts=internal
- make  - I have error :  

 

CC       xineplug_flac_la-flac_demuxer.lo
flac_demuxer.c:39:33: fatal error: FLAC/stream_decoder.h: No such file or directory
compilation terminated.

What is wrong?


 

sudo apt install libflac-dev could help



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1068 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 15:08

It's work, but I arrived at the same point; 1041 post - https://forums.openp...-53#entry674100



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1069 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 15:35

It's work, but I arrived at the same point; 1041 post - https://forums.openp...-53#entry674100

What is your video card?

Change in /usr/local/e2/share/enigma/xine.cong

from video.driver:auto to video.driver:opengl and restart enigma2



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1070 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 15:59

Nvidia GTX960 is my videocard.

I change, but the same. Now I put git enigma2 from raider and with video.driver: auto I have this error;

 

waiting for gRC thread shutdown
gRC thread has finished
- (9) Font Render Class
- (9) gLCDDC
- (9) gXlibDC
thread joined 0
Unloading post plugins
-------
Segmentation fault (core dumped)
 

 

With opengl I have this error:

 

use vo_driver: opengl
use ao_driver: alsa
video_out_opengl: Testing for hardware accelerated direct rendering visual
video_out_opengl: Didn't find any
I'm unable to initialize 'opengl' video driver. Giving up.
setResolution 720 576
Segmentation fault (core dumped)
 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1071 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 16:11

Nvidia GTX960 is my videocard.

I change, but the same. Now I put git enigma2 from raider and with video.driver: auto I have this error;

 

Install Nvidia drivers.. https://linuxconfig....04-xenial-xerus



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1072 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 16:26

OPERATING SYSTEM         Linux-x86_64

NVIDIA DRIVER VERSION   367.57

 

It is already installed.



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1073 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 16:36

See picture.

Attached Files



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1074 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 16:40

OPERATING SYSTEM         Linux-x86_64

NVIDIA DRIVER VERSION   367.57

 

It is already installed.

If its well installed, OpenGL must work..

Try even through the Start menu konsole and:

sudo /usr/local/e2/bin/nigma2



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1075 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 19:46

Hmmm. Always start sudo /usr/local/e2/bin/enigma2, but now I started without sudo.

And I have green screen and spinner rotate few time, but on finaly killed.

 

 

Attached Files



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1076 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 19:49

test@ubuntu:~$ /usr/local/e2/bin/enigma2
PYTHONPATH: /usr/local/e2/lib/enigma2/python
+ (1) Background File Eraser
+ (5) Tuxtxt
+ (8) graphics acceleration manager
/dev/fb0: Permission denied
+ (9) Font Render Class
[FONT] initializing lib...
[FONT] loading fonts...
[FONT] Intializing font cache, using max. 4MB...
+ (9) gLCDDC
lcd buffer 0x14961a0 8448 bytes, stride 132
+ (9) gXlibDC
Display resolution 1680 1050
XINE-LIB version: 1.2.8hg
configfile  /usr/local/e2/share/enigma2/xine.conf
Available post plugins:  enigma_audio vdr vdr_video vdr_audio expand fill invert eq denoise3d boxblur eq2 unsharp pp noise tvtime mosaico switch upmix upmix_mono stretch volnorm goom oscope fftscope fftgraph tdaudioanalyzer enigma enigma_video
use vo_driver: opengl
use ao_driver: alsa
video_out_opengl: Testing for hardware accelerated direct rendering visual
X11OSD: MMX OSD scaling active
video_out_opengl: setup of '2D_Tex_Fragprog'
video_out_opengl: extension GL_EXT_bgra: OK
video_out_opengl: extension GL_EXT_texture_object: OK
video_out_opengl: extension GL_ARB_fragment_program: OK
video_out_opengl: extension GL_ARB_pixel_buffer_object: OK
video_out_open_opengl_fragprog: b 0 c 128 s 128 [RGB]
video_out: can't raise nice priority by 2: Operation not permitted
audio_alsa_out : supported modes are 8bit 16bit 24bit 32bit mono stereo (4-channel not enabled in xine config) (4.1-channel not enabled in xine config) (5-channel not enabled in xine config) (5.1-channel not enabled in xine config) (a/52 and DTS pass-through not enabled in xine config)
video_decoder: can't raise nice priority by 1: Operation not permitted
xine: found input plugin  : file input plugin
ebml: invalid EBML ID size (0x0) at position 1
ebml: Invalid EBML length size (0x0) at position 2
ebml: invalid master element
ebml: invalid EBML ID size (0x0) at position 1
ebml: Invalid EBML length size (0x0) at position 2
ebml: invalid master element
demux_dts: unsupported DTS stream type, or not a DTS stream
xine: found demuxer plugin: Elementary MPEG stream demux plugin
video_out_opengl: setup of '2D_Tex_Fragprog'
video_out_open_opengl_fragprog: b 0 c 128 s 128 [RGB]
static post plugins (from command line): enigma_video;enigma_audio;upmix_mono
    loaded plugins (type 1.0): enigma_video
    loaded plugins (type 2.0): enigma_audio upmix_mono
Enable re-wiring post plugins
        wiring enigma_video[out] -> [in]video_out
        wiring    stream
[out] -> [in]enigma_video        wiring upmix_mono[out] -> [in]audio_out
        wiring enigma_audio[out] -> [in]upmix_mono
        wiring     stream[out] -> [in]enigma_audiosetResolution 720 576
I have XINE event ---  1
XINE_EVENT_UI_PLAYBACK_FINISHED
video_out_opengl: setup of '2D_Tex_Fragprog'
video_out_open_opengl_fragprog: b 0 c 128 s 128 [ITU-R 470 BG / SDTV]
+ (10) gRC
RC thread created successfully
+ (15) eWindowStyleManager
+ (20) AVSwitch Driver
couldnt open /dev/dbox/fp0 to monitor vcr scart slow blanking changed!
+ (20) misc options
+ (20) RC Input layer
+ (20) UHF Modulator
couldnt open /dev/rfmod0!!!!
+ (20) DVB-CI UI
+ (21) Lirc RC Driver
XNextEvent 21
Lirc: Connect to /dev/lircd error !!!
XNextEvent 22
XNextEvent 22
XNextEvent 19
XNextEvent 12
+ (21) Xlib RC Driver
XNextEvent 22
XNextEvent 12
+ (22) Hdmi CEC driver
XNextEvent 12
XNextEvent 17
+ (30) eActionMap
+ (34) caConnector
XNextEvent 22
Cannot resolve family name of generic netlink socket
+ (35) CA handler
[SERVERSOCKET] ERROR on bind() (Address already in use)
+ (35) CI Slots
scanning for common interfaces..
cannot open /usr/local/e2/etc/stb/tsmux/input0
cannot open /usr/local/e2/etc/stb/tsmux/input1
done, found 0 common interface slots
+ (36) Stream server
+ (40) eServiceCenter
settings instance.
+ (41) eServiceFactoryDVB
+ (41) eServiceFactoryFS
+ (41) eServiceFactoryMP3
+ (41) eServiceFactoryM2TS
+ (41) eServiceFactoryDVD
reached rl 70
---- opening lame channel db
reading services (version 4)
loaded 88 channels/transponders and 1524 services
scanning for frontends..
opening frontend 0
close frontend 0
boxtype detection via /usr/local/e2/etc/stb/info not possible... use fallback via demux count!

found 1 adapter, 1 frontends(1 sim) and 1 demux, boxtype 0
Use valid Linux Time :) (RTC?)
[EPGC] Initialized EPGCache (wait for setCacheFile call now)
Loading spinners...
[ePNG] couldn't open /usr/local/e2/share/enigma2/skin_default/spinner/wait8.png
found 7 spinner!

adapter0/demux0: reset stateexecuting main
setIoPrio best-effort level 3 ok
WARNING: couldn't open profile file!
/usr/local/e2/etc/stb/frontend/0/lnb_sense is 0

Scanning hardware info
Detected: e2pc (e2pc)
SKIN ERROR: {Magic/skin.xml}: primary skin not found. Please contact the skin's author!
defaulting to standard skin... skin.xml
Reading satellites.xml
MATRIX
LNB
sec config cleared
setSlotInfo for dvb frontend 0 to slotid 0, descr TBS 8922 DVB-S/S2, need rotorworkaround No, enabled Yes, DVB-S2 Yes
Traceback (most recent call last):
  File "/usr/local/e2/lib/enigma2/python/mytest.py", line 18, 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 16, in <module>
    from Components.UsageConfig import preferredTimerPath
  File "/usr/local/e2/lib/enigma2/python/Components/UsageConfig.py", line 6, in <module>
    from Components.NimManager import nimmanager
  File "/usr/local/e2/lib/enigma2/python/Components/NimManager.py", line 1608, in <module>
    nimmanager = NimManager()
  File "/usr/local/e2/lib/enigma2/python/Components/NimManager.py", line 836, in __init__
    InitNimManager(self)    #init config stuff
  File "/usr/local/e2/lib/enigma2/python/Components/NimManager.py", line 1542, in InitNimManager
    nimmgr.sec = SecConfigure(nimmgr)
  File "/usr/local/e2/lib/enigma2/python/Components/NimManager.py", line 488, in __init__
    self.update()
  File "/usr/local/e2/lib/enigma2/python/Components/NimManager.py", line 157, in update
    types.remove("DVB-S")
ValueError: list.remove(x): x not in list
---- saving lame channel db
FLUSH
FATAL: couldn't save lame channel db!
main thread is non-idle! display spinner!
FLUSH
FLUSH
FONT 'Regular' MISSING!
FONT 'Regular' MISSING!
main thread is non-idle! display spinner!
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
FLUSH
Killed
test@ubuntu:~$
 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1077 arsi

  • Member
  • 22 posts

0
Neutral

Posted 2 March 2017 - 20:38

 

Let's move it to email arsi()chello.sk, then we write here what the problem was..

Send me file /usr/local/e2/lib/enigma2/python/Components/NimManager.py



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1078 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 2 March 2017 - 20:58

I send you on email. I think there is a problem with some libs or xine.conf file. My opinion.

Thanks.



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1079 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 4 March 2017 - 09:44

Now I not have any error when start enigma2, but does not find any channels - ERROR - failed to scan (error starting scanning).

I think the drivers is not ok.

Attached Files


Edited by bibic, 4 March 2017 - 09:49.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1080 bibic

  • Senior Member
  • 35 posts

0
Neutral

Posted 5 March 2017 - 12:18

I dont have open drivers for my tbs card. Just for usb cards. With original drivers not start, but kaffeine and tvheandend work very good. But If I try open drivers from https://linuxtv.org/...er_installation

 neither kaffeine and tvheandend not work. Also enigma2pc.

My solution; or wait good drivers from linuxtv or must to buy a new dvb card.

What dvb card to buy? NO expensive dvb card.

Thanks.




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users