Jump to content


Photo

Openpli-5 (still next master)


  • Please log in to reply
1177 replies to this topic

Re: Openpli-5 (still next master) #1021 bartoma55

  • Member
  • 10 posts

+1
Neutral

Posted 26 March 2017 - 06:52

I've copied package feeds directory tree (.../build/tmp/deploy/ipk/) in box hd, and I've modified /etc/opkg/*feed.conf with "src/gz openpli-<branch> file://<path>" to have packages on line without install & run an external web server.

 

It's not the finest solution, but is working for my test home installation...



Re: Openpli-5 (still next master) #1022 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 09:52

Tomorrow I will try your instructions, Thank you!
If my feed is set up, then I would need the box itself automatically turn to that.
So I need to reconfigure in /etc/opkg/
the all-feed.conf with

src/gz openpli-all http:///feeds/openpli-5/dm7020hd/all

Nice, it seems quite clear now.

 

And the mips32el-feed.config  and  dm7020hd-feed.config also need the correct path to the symlinks.

 

Another possiblity is to leave the config files unmodified, and set the path from 'var/www/html' to the 'symlinks' according to the config files.

 

But in my case 'hostname' doesnt't work. I have to replace hostname with ip-adress.So i have to modify the 3 opkg config files anyway.


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1023 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 10:03

In your case:

 

dm7020hd-feed.config:

src/gz openpli-dm8000 http://<ip-adress or hostname>/feeds/openpli-5/dm7020hd/dm7020hd

mips32el-feed.congi

src/gz openpli-mips32el http://<ip-adress or hostname>/feeds/openpli-5/dm7020hd/mips32el

all-feed.cofig:

src/gz openpli-all http://<ip-adress or hostname>/feeds/openpli-5/dm8000/all

DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1024 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 10:08

All OK, I got it working! I tested it with my 2 days old PLi5 and it fouds with todays update 28 packages to update.

 

My temporary server config:

 

 

 

all-feed.conf
src/gz openpli-all http://194.126.113.2...-5/dm7020hd/all

dm7020hd-feed.conf
src/gz openpli-dm7020hd http://194.126.113.2...7020hd/dm7020hd

mips32el-feed.conf
src/gz openpli-mips32el http://194.126.113.2...7020hd/mips32el

 

So I need to compile somehow the 3rd-party also and link it to my VPS. How to do that?


DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1025 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 10:14

All OK, I got it working! I tested it with my 2 days old PLi5 and it fouds with todays update 28 packages to update.

 

My temporary server config:

 

 

 

So I need to compile somehow the 3rd-party also and link it to my VPS. How to do that?

 

No. Leave the 3rd-party feed for what it is.

 

That are packages at the openpli-server. closed source and/or bad maintained etc..Not for build-environment anyway.


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1026 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 10:37

Just drivers are missing (in my case, I need dvb-usb-em28xx)

And some necessary extensions like:

openopera

youtube

Generally, I checked that majority is there OK for me.


Edited by zeros, 26 March 2017 - 10:38.

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1027 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 10:43

dvb-usb-emm28xx and youtube are in feed.

 

Did you build the feed?

cd openpli-oe-core/build
source env.source
bitbake -k openpli-enigma2-feed

Edited by Beeker, 26 March 2017 - 10:43.

DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1028 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 10:49

No, no, no, no, done. Thanks!

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1029 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 11:00

 

 

user1@Debian:~/openpli-oe-core/build$ bitbake -k openpli-enigma2-feed
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:
    Please set a MACHINE in your local.conf or environment

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
user1@Debian:~/openpli-oe-core/build$

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1030 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 11:05

in root of openpli-oe-core file site.conf.

 

Add your machine like this.

SCONF_VERSION = "1"
MACHINE="dm7020hd"
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j 8"
....
....
....

DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1031 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 11:21

Thanks again, it now making.. :) Without you, I'd be in the same position, such as half a year ago.

openpli-oe-core$ cd build
user1@Debian:~/openpli-oe-core/build$ ls
bitbake.lock  cache  conf  env.source  sstate-cache  tmp  ubinize.cfg
user1@Debian:~/openpli-oe-core/build$ source env.source
user1@Debian:~/openpli-oe-core/build$ bitbake -k openpli-enigma2-feed
Loading cache: 100% |#########################################################################################################################################################| Time: 0:00:01
Loaded 3118 entries from dependency cache.
Parsing recipes: 100% |#######################################################################################################################################################| Time: 0:00:34
Parsing of 2486 .bb files complete (2408 cached, 78 parsed). 3196 targets, 507 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Debian-8.7"
TARGET_SYS        = "mipsel-oe-linux"
MACHINE           = "dm7020hd"
DISTRO            = "openpli"
DISTRO_VERSION    = "5"
TUNE_FEATURES     = "o32 fpu-hard mips32"
TARGET_FPU        = ""
meta-oe
meta-filesystems
meta-multimedia
meta-networking
meta-python       = "HEAD:1efa5d623bc64659b57389e50be2568b1355d5f7"
meta              = "HEAD:eb2fc2cd9081a4533ed30fe81c9f491b06cc5ae1"
meta-openpli
meta-dream        = "master-next:715deb8f41449be87eb46b5e14afb40015fcc3f5"
meta-vuplus       = "HEAD:2a24d86da215e9300cfb5650265fada19a85fb2c"
meta-xsarius      = "HEAD:6693a518902fdc1fd321409dd4698f18f644ea3f"
meta-xp           = "HEAD:112643ea805e22270d5f0686e13f01ba93cfa067"
meta-xtrend       = "HEAD:b309db0f7a7d4ad4f150ed110a9911c1da790265"
meta-formuler     = "HEAD:8a604a73fbae8ca21d77b2a9a7e91b08e5893b30"
meta-gfutures     = "HEAD:a57d32607a7f8602b0d9f80820e8349b7c23e3ef"
meta-xpeedc       = "HEAD:5dd87db177f8f67725ef6cb220123ca9aee927a6"
meta-wetek        = "HEAD:49f4e1e6fa429d4e4be11287c8740f54334a0e96"
meta-zgemma       = "HEAD:38cd01bc05b49e97a7089a37588e560705b76f9a"
meta-edision      = "HEAD:e563f6ef765111040b3df428b07fd18f83b22174"
meta-miraclebox   = "HEAD:6bffe9e9398edb9a7e19190c4838b1739758853b"
meta-spycat       = "HEAD:c626abd468fef23f54bdb84aa1a0ad61ca48ce29"
meta-gi           = "HEAD:a212ca27596cf83bcafddf7013d29cc7e76d508c"
meta-local        = "master-next:715deb8f41449be87eb46b5e14afb40015fcc3f5"
meta-qt5          = "HEAD:8ba28144d5571504112fd4f32c7bfcbac531e2cb"
Initialising tasks: 100% |####################################################################################################################################################| Time: 0:00:24
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
Currently  6 running tasks (4322 of 8016)  53% |###########################################################################                                                                 |
0: iptables-1.6.0-r0 do_configure - 174s (pid 10690)
1: libsigc++-2.0-2.2.11-r0 do_configure - 135s (pid 15705)
2: libupnp-1.6.5-r1 do_compile - 86s (pid 22498)
3: x264-r2491+gitAUTOINC+c8a773ebfc-r0 do_compile - 71s (pid 24730)
4: sgml-common-native-0.6.3-r1 do_configure - 58s (pid 26672)
5: cppunit-1.13.1-r0 do_compile - 31s (pid 29088)

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1032 Beeker

  • PLi® Contributor
  • 1,471 posts

+196
Excellent

Posted 26 March 2017 - 11:27

Looks good now indeed.

 

But openopera is not in feed unfortunately. So you need to find  another way to install it (if possible btw).


DM920, Gigablue UHD TRIO 4K and DM8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.

Re: Openpli-5 (still next master) #1033 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 19:00

I got it ready (with some errors inside). I see these plugins, when I look with computer, but my box, however, do not see them or they do not fit with PLi 5? Do I have to do something more, because in my opinion, they does not appear in the selection when I view with box (no any new extension, after that, when I ended up the bitbake -k openpli-enigma2-feed). However, these new extensions I can see with computer, they coexist with them, what I can see with box.
http://194.126.113.2...5/dm7020hd/all/

Attached Files


DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1034 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 26 March 2017 - 19:05

opkg update
and they should appear, assuming your server is configured correctly
True sarcasm doesn't need green font...

Re: Openpli-5 (still next master) #1035 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 26 March 2017 - 19:12

Thank you, once again, the tests will continue in the next week, I'm currently back on PLi 4. That was a stupid mistake.

DM920UHD DVB-S2X TRIPLE tuner + Triple M.S tuner DVB-S2X, DVB-T2/T, QboxHD, QboxHD Mini, Icecrypt T2300HD,
Qviart Lunix3 4K, Raspberry Pi 4 Model B 4GB & 8GB

Vertex 4K60 4:4:4 600MHz


Re: Openpli-5 (still next master) #1036 yuriet9x00

  • Senior Member
  • 30 posts

0
Neutral

Posted 28 March 2017 - 03:26

Hello. Please help me. I have problem with my CAM (Irdeto telecarta). After reciever start authentication CAM not finished.


Edited by yuriet9x00, 28 March 2017 - 03:26.


Re: Openpli-5 (still next master) #1037 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 28 March 2017 - 06:11

I guess CI+ CAM. It will not work as CI+ is not supported. And if you use et9x00 like your user name says, there is no solution available to get it working.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Openpli-5 (still next master) #1038 yuriet9x00

  • Senior Member
  • 30 posts

0
Neutral

Posted 28 March 2017 - 10:55

It,s my old nickname. I have vu solo2. CAM telecarta is not CI+.It's CI.



Re: Openpli-5 (still next master) #1039 adri

  • Senior Member
  • 372 posts

+5
Neutral

Posted 28 March 2017 - 12:27

If you get any message containing 'CAM authentication', it is NOT a CI module, but a CI+.

CI modules NEVER need to authenticate or authorize.

Try changing your Irdeto CAM to a classic CI module?



Re: Openpli-5 (still next master) #1040 yuriet9x00

  • Senior Member
  • 30 posts

0
Neutral

Posted 28 March 2017 - 15:21

I don't think so, because CAM work whith openpli 4 correctly.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users