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 #841 Raider05

  • Senior Member
  • 75 posts

+4
Neutral

Posted 2 October 2013 - 09:08

I use wicardd (have't official card) and in the section [reader] add the option
"ecm_delay = 1000"

No problems when look coded channels and record contents :)
May be someone add to "metronom" support instead "nbc" and not need do then delay?

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 #842 eros23

  • Member
  • 2 posts

0
Neutral

Posted 8 October 2013 - 20:10

I have successfully installed the version of enigma2 on my "Ubuntu 12.04.3 LTE."
Everything is working correctly but I can not do with oscam.
 
the error that leads me to this is below.
I say already now that I was unable to install dvbsoftwareca!
 
My Kernel is: 3.8.0-29-generic
 
I have attached my hardware
 
 
 
ERROR REPORT:

 

0012:  4e 0f d5 0d 00 00
mask:  ff ff ff 3f 00 00
mode:  00 00 00 3e 00 00
adapter0/demux0 idx 0: change to even key
adapter0/demux0 idx 0: even key not ready (500 ms)
adapter0/demux0 idx 0: not active. wait skipped

Attached Files



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

  • Senior Member
  • 75 posts

+4
Neutral

Posted 10 October 2013 - 10:43

I say already now that I was unable to install dvbsoftwareca!

Can't do compile  you the module dvbsoftwareca?

Without the module oscam or any emu will not work.

install libnl2 and libnl2-dev, other libnl remove from your system,

compile the module and in thw console:

 

modprobe dvbsoftwareca

 

Create symlinks for your demux0 and dvr0:

 

ln -s /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/demux1

ln -s /dev/dvb/adapter0/dvr0 /dev/adapter0/dvb/dvr1


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 #844 eros23

  • Member
  • 2 posts

0
Neutral

Posted 10 October 2013 - 15:07

I say already now that I was unable to install dvbsoftwareca!

Can't do compile  you the module dvbsoftwareca?

Without the module oscam or any emu will not work.

install libnl2 and libnl2-dev, other libnl remove from your system,

compile the module and in thw console:

 

modprobe dvbsoftwareca

 

Create symlinks for your demux0 and dvr0:

 

ln -s /dev/dvb/adapter0/demux0 /dev/dvb/adapter0/demux1

ln -s /dev/dvb/adapter0/dvr0 /dev/adapter0/dvb/dvr1

hello :)

I tried to install your version that I have found in git.
While compiling the libraries xine-lib I get an error. I'll paste my log

Attached Files



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

  • Senior Member
  • 75 posts

+4
Neutral

Posted 10 October 2013 - 20:50

What use the package "libavcodec-dev"???

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 #846 eriche

  • Member
  • 8 posts

0
Neutral

Posted 29 October 2013 - 16:23

Hello

 

I hope you can help me.

When compiling OpenPLIPC with the methode from nobody9 I get under LUbuntu and Ubuntu 13.10 the following error

In file included from osd.c:30:0:
/usr/include/zlib.h:1511:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
 ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
                        ^
osd.c: In function 'osd_free_object':
osd.c:1697:50: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
     memset( this->event.object.overlay, 0, sizeof(this->event.object.overlay) );
                                                  ^
osd.c: In function '_x_osd_renderer_init':
osd.c:1898:46: warning: passing argument 4 of 'this->stream->xine->config->register_enum' from incompatible pointer type [enabled by default]
                                              10, update_text_palette, this);
                                              ^
osd.c:1898:46: note: expected 'char **' but argument is of type 'const char * const*'
make[2]: *** [libxine_la-osd.lo] Error 1
make[2]: Leaving directory `/home/erich/Public/OpenPLI/openpliPC/xine-lib/src/xine-engine'
make[1]: *** [../src/xine-engine/libxine.la] Error 2
make[1]: Leaving directory `/home/erich/Public/OpenPLI/openpliPC/xine-lib/misc'
make: *** [install-recursive] Error 1

An error occured while building xine-lib
erich@ubuntu:~/Public/OpenPLI/openpliPC$
 

I am not a pro in Linux but tryed my best and want to succeed to be finally able to compile a plugin ;)

 

GreeT`s Erich


 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #847 radxnl

  • Senior Member
  • 1,527 posts

+57
Good

Posted 29 October 2013 - 16:32

try http://openpli.org/f...ndpost&p=375225



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #848 eriche

  • Member
  • 8 posts

0
Neutral

Posted 30 October 2013 - 12:46

Hello radxnl

 

Can you explain me short what the patch scripts are doing?

Would like to understand it ;)

why arnt the patches included in the scripts - I guess all people will have the same issus I had.

 

But after extracting  xinepatch and eptrlistpatch I have now the following error

 

 

tstools.cpp:625:106: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘off_t {aka long int}’ [-Wformat=]
tstools.cpp:625:106: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5 has type ‘off_t {aka long int}’ [-Wformat=]
  CXX      volume.o
  CXX      streamserver.o
  CXX      ca_connector.o
In file included from ca_connector.cpp:1:0:
../../lib/dvb/ca_connector.h:6:29: fatal error: netlink/netlink.h: No such file or directory
 #include <netlink/netlink.h>
                             ^
compilation terminated.
make[3]: *** [ca_connector.o] Error 1
make[3]: Leaving directory `/home/erich/Public/OpenPLI/openpliPC/enigma2/lib/dvb'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/erich/Public/OpenPLI/openpliPC/enigma2/lib/dvb'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/erich/Public/OpenPLI/openpliPC/enigma2/lib'
make: *** [install-recursive] Error 1

An error occured while building OpenPliPC
erich@ubuntu:~/Public/OpenPLI/openpliPC$
 

Please guide me what to do next

 

thanks Erich


 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #849 eriche

  • Member
  • 8 posts

0
Neutral

Posted 30 October 2013 - 14:18

maybe this output helps you to figure out whats wrong with my system

erich@ubuntu:~/Public/OpenPLI/openpliPC$ dpkg --get-selections  | grep libnl
libnl-3-200:amd64                install
libnl-genl-3-200:amd64                install
libnl-route-3-200:amd64                install
 

GreeTs Erich


 



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #850 radxnl

  • Senior Member
  • 1,527 posts

+57
Good

Posted 30 October 2013 - 19:10

install libnl2 and libnl2-dev and try again

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #851 eriche

  • Member
  • 8 posts

0
Neutral

Posted 30 October 2013 - 20:44

I don`t know how to install it :(

The Ubuntu 13.10 package Manager doesn`t give me the Chance to choose the libnl2 - it only gives me libnl3

 

Do I need extra sources - or how can I install it?

 

GreeT`s eRich



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #852 radxnl

  • Senior Member
  • 1,527 posts

+57
Good

Posted 31 October 2013 - 01:13

sudo apt-get install libnl2 libnl2-dev



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #853 eriche

  • Member
  • 8 posts

0
Neutral

Posted 31 October 2013 - 08:15

like I told you - the package is not available

I read in the internet, that it may be a problem of the include path that the compiler doesnt find the lib,...

erich@ubuntu:~/Public/OpenPLI/openpliPC$ sudo apt-get install libnl2 libnl2-dev
[sudo] password for erich:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libnl2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libnl2
E: Package 'libnl2-dev' has no installation candidate
erich@ubuntu:~/Public/OpenPLI/openpliPC$
 

Some people are speaking about "pkg-config" - but I could not use it for the libnl3.

 

How should I set the path variables that the compiler finds the libnl3 - or how do I install the libnl2.

Do you know a source I get it from?

 

GreeTs Erich


 


Edited by eriche, 31 October 2013 - 08:17.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #854 radxnl

  • Senior Member
  • 1,527 posts

+57
Good

Posted 31 October 2013 - 08:56

Ok install libnl3-dev than

You need one of the libnl....-dev for the missing header

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #855 eriche

  • Member
  • 8 posts

0
Neutral

Posted 31 October 2013 - 09:16

Its not easy to reach the goal :(

I already installed yesterday the "dev" lib - but still had the same problems.

erich@ubuntu:~/Public/OpenPLI/openpliPC$ dpkg --get-selections  | grep libnl
libnl-3-200:amd64                install
libnl-3-dev                    install
libnl-genl-3-200:amd64                install
libnl-route-3-200:amd64                install
erich@ubuntu:~/Public/OpenPLI/openpliPC$
 

Is there a way to link the missing header file to a place where the compiler is looking for it?

 

Greets Erich



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #856 eriche

  • Member
  • 8 posts

0
Neutral

Posted 31 October 2013 - 09:34

maybe this helps you telling me what to do

http://stackoverflow...includes-broken

 

Maybe I have to edit the build scripts to tell the compiler the path to the lib?

 

I also read

 

The problem is that in one include file from the libnl3 headers, it 
tries to include another header and simply cannot find it (because the 
libnl3 path prefix is missing).
 

Many people seem to have problems - but I didnt read a solution


Edited by eriche, 31 October 2013 - 09:38.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #857 hemant_5400z

  • Member
  • 1 posts

0
Neutral

Posted 4 November 2013 - 20:51

Hi Friends,

 

Trying this project but getting problems:

 

In file included from ca_connector.cpp:1:
../../lib/dvb/ca_connector.h:6:29: error: netlink/netlink.h: No such file or directory
../../lib/dvb/ca_connector.h:7:31: error: netlink/genl/genl.h: No such file or directory
../../lib/dvb/ca_connector.h:8:31: error: netlink/genl/ctrl.h: No such file or directory
In file included from ca_connector.cpp:1:
 
 
is there still any develment
 
also do i need the desktop version or can i stick with LTS
 
i currently run 10.4 LTS.
 
Hemant


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #858 eriche

  • Member
  • 8 posts

0
Neutral

Posted 5 November 2013 - 13:53

the problem is, that the documentation is not OK
Everybody who starts from scratch will have this problems under Ubuntu.
When you read the last page (43) you will see that I had the same problem.

 

The user RADXNL posted 2 patches to fix this problem - but he never explained why this stuff doesn`t work out of the box.

So I don`t know if he wants to keep his knowledge for himself or doesn`t know too what this scripts are doing?

 

I still stuck unter Ubuntu 13 at the "Package libnl2-dev is not available" problem.

Hopefully you come further ;)

Greets Erich

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

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 November 2013 - 19:45

Hi together,

first problem is, that nobody9 (the guy who did the first development and opened the git) has disappeared. Only a few people have access to the used git. I'm one of them. That's the next problem. Sorry, I have currently no time to test and commit new things (perhaps in the future...). And I'm still working with Ubuntu 12.04.
So if somebody posts here a patch or sends it to me, I'll commit it in the git.

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

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #860 msg10

  • Member
  • 17 posts

0
Neutral

Posted 8 November 2013 - 14:57

Maybe the answer to my question is still posed on one of the sites, but, how can I just install ipk-files. Just copying installed plugins from box into right directory would do, not tried, but think so. Otherwise, now you can just update the title of the thread to 13.04. Working at me.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users