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 #981 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 30 August 2016 - 01:24

Hi,
I tried Enigma2 on Ubuntu 12.04 and 14.04 and i'm having a strange problem.
Channels sound is working fine then suddenly it's muted for an unkown reason.
I suspect this happens most likely with channels that has low signal strength and sometimes it just gets muted randomly.
 
audio.driver i inserted auto,pulseaudio,alsa with no luck.
Help will be much appreciated.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #982 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 30 August 2016 - 01:28

Forgot to mention something though,

Anyone got a working permanenttimeshift plugin?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #983 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 28 September 2016 - 17:42

Hi,
I have a problem with channels icons,
They appear to be faded out.
Anybody can help me?

Attached Files



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #984 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 28 September 2016 - 20:26

I get this error as well every now and then ... how to solve it?

DEMUX_STOP - video - ok
/dev/dvb/adapter0/video0: No such file or directory
demux device: /dev/dvb/adapter0/demux0
VIDEO_SET_STREAMTYPE 2 - failed (Bad file descriptor)

 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #985 atari

  • Senior Member
  • 28 posts

0
Neutral

Posted 4 October 2016 - 14:07

ubuntu 1404 error:

 

CXX      base/rawfile.o
base/rawfile.cpp: In member function ‘virtual ssize_t eRawFile::read(off_t, void*, size_t)’:
base/rawfile.cpp:87:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (m_current_offset + count > m_totallength)
                                  ^
  AR       base/libenigma_base.a
  CXX      components/scan.o
In file included from ../lib/dvb/frontend.h:6:0,
                 from ../lib/dvb/dvb.h:11,
                 from components/scan.cpp:1:
../lib/dvb/frontendparms.h:6:58: fatal error: dvbsi++/satellite_delivery_system_descriptor.h: No such file or directory
 #include <dvbsi++/satellite_delivery_system_descriptor.h>
                                                          ^
compilation terminated.
make[3]: *** [components/scan.o] Error 1
make[3]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make: *** [install-recursive] Error 1

An error occured while building OpenPliPC - section make install
 



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

  • Senior Member
  • 75 posts

+4
Neutral

Posted 19 October 2016 - 09:46

Hi, all.

 

With this commit for me no crash e2pc random when switching channels.

Code:

enigma2/lib/base/filepush.cpp
@@ -340,6 +340,10 @@ void eFilePushThreadRecorder::thread()
 		if (bytes < 0)
 		{
 			bytes = 0;
+			/* Check m_stop after interrupted syscall. */
+			if (m_stop) {
+				break;
+			}
 			if (errno == EINTR || errno == EBUSY || errno == EAGAIN)
 				continue;
 			if (errno == EOVERFLOW)

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 #987 roxette

  • Senior Member
  • 161 posts

+1
Neutral

Posted 3 November 2016 - 16:52

Hi,

Unfortunately, i still get the same error i mentioned above then it crash.

have 1 video stream(s) (0228), and 1 audio stream(s) (022b), and the pcr pid is 0228, and the text pid is 022d
eTSMPEGDecoder setVideoPID 552
PMT HANDLER INPUT !!!
eTSMPEGDecoder setAudioPID 555
eTSMPEGDecoder play
decoder state: play, vpid=552, apid=555
/dev/dvb/adapter0/audio0: No such file or directory
DMX_SET_PES_FILTER(0x22b) - audio - ok
DEMUX_START - audio - ok
AUDIO_SET_BYPASS(0) - failed (Bad file descriptor)
AUDIO_PLAY - failed (Bad file descriptor)
/dev/dvb/adapter0/video0: No such file or directory
demux device: /dev/dvb/adapter0/demux0
VIDEO_SET_STREAMTYPE 27 - failed (Bad file descriptor)
DMX_SET_PES_FILTER(0x228) - video - ok
DEMUX_START - video - ok
VIDEO_PLAY - failed (Bad file descriptor)
DMX_SET_PES_FILTER(0x22d) - ttx - ok
DEMUX_START - ttx - ok
 line 3: 28098 Segmentation fault      (core dumped) /usr/local/e2/bin/enigma2

 

 

 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #988 bgengine

  • Member
  • 7 posts

0
Neutral

Posted 14 November 2016 - 20:50

Hi,

I'm new to this .. I want to setup a linux PC such that I can develope E2 plugins.

 

 

From the git link I've finally got this working .... do you have any links/tutorials to writeing my first pluggins  ?

 

wols be much appreciated - thanks



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #989 ahmadrasyidsalim

  • Member
  • 6 posts

0
Neutral

Posted 2 December 2016 - 00:55

Hi all !!!
https://photos.googl...rpaagC9DzepXIlF

 

Please, help me to fix this error

 

Thank's



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #990 WanWizard

  • PLi® Core member
  • 68,625 posts

+1,739
Excellent

Posted 2 December 2016 - 11:33

That link is password protected. Just upload your info here (use the More Reply Options button to upload).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #991 ahmadrasyidsalim

  • Member
  • 6 posts

0
Neutral

Posted 2 December 2016 - 20:39

Damn!!!
I'm so sorry... I'll upload again... Thank's

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #992 ahmadrasyidsalim

  • Member
  • 6 posts

0
Neutral

Posted 3 December 2016 - 19:12

https://1.bp.blogspo...cB/s1600/05.png

 

I'll try compile using source from taapat and I stuck on this...

Help me...

Thank's



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

  • Senior Member
  • 75 posts

+4
Neutral

Posted 6 December 2016 - 10:13

@ahmadrasyidsalim

 

Fix compile the commit

No testing, no free time.


Edited by Raider05, 6 December 2016 - 10:15.

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 #994 ahmadrasyidsalim

  • Member
  • 6 posts

0
Neutral

Posted 8 December 2016 - 00:50

@ahmadrasyidsalim

 

Fix compile the commit

No testing, no free time.

Thank's :)

I'll try



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #995 1455

  • Senior Member
  • 404 posts

+10
Neutral

Posted 6 January 2017 - 12:19

Hello. Here today's version. Inside patch to build on Ubuntu 16.04. There is a problem: png images in an environment Ubuntu 16.04 64-bit look distorted (horizontally comb). Perhaps any deb-packet?


GIT OpenPLi-PC_Python2

GIT OpenPLi-PC_Python3

 

 

 

 

 

 

 

 

 

 

 

 
 

 

 


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

  • Member
  • 22 posts

0
Neutral

Posted 11 January 2017 - 23:59

Today's version works on my Ubuntu 16.04 (Intel NUC 5I5RYK)   :rolleyes:   Excelent work!

 

Just dvbsoftwareca did not work.. Segmentation fault..

 

So i made my version.. It works with the built in OsCam and CCcam.x64  (Ubuntu x86_64 kernel:4.4.0-57-generic )

 

http://server.arsi.sk/dvbsoftwareca.tar.gz

 

In  xine-lib i turned on the Intel HD Graphics support "enable-vaapi" and with this patch works fine:

 

http://server.arsi.sk/xine-lib-vaapi-decode-error.diff

 

xine.conf:

video.output.vaapi_opengl_render:1
video.output.vaapi_deinterlace:1

 

Arsi
 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #997 raviteja.tr

  • Member
  • 14 posts

0
Neutral

Posted 12 January 2017 - 20:58

i built openpliPC on my VirtualBox,  is there a way we can use this emulator to play IP stream?

I dont have any enigma2 STB



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #998 WanWizard

  • PLi® Core member
  • 68,625 posts

+1,739
Excellent

Posted 12 January 2017 - 21:09

Yes, either use a settings editor that supports streams, or manually add a stream to a bouquet file.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #999 raviteja.tr

  • Member
  • 14 posts

0
Neutral

Posted 12 January 2017 - 21:23

can you please let me know where bouquet file is located?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1000 WanWizard

  • PLi® Core member
  • 68,625 posts

+1,739
Excellent

Posted 12 January 2017 - 21:25

/etc/enigma2

 

But default there aren't any, you need to create one (or more).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users