Jump to content


Photo

Howto build unofficial pli for your unsupported receiver


  • This topic is locked This topic is locked
2740 replies to this topic

Re: Howto build unofficial pli for your unsupported receiver #401 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 April 2018 - 13:22

Well I did remove "meta-meson" as it was complete waste of time for me at least, instead now we have "meta-amlogic".

 

First we need to provide images for wetek and odroid then we can add other amlogic devices :)

 

I'm testing wetekplay2 and you can test it too ;)


Edited by Persian Prince, 3 April 2018 - 13:24.

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #402 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 April 2018 - 13:28

Also don't worry about other amlogic devices as I'm keeping the old repo here: https://github.com/p...pros/meta-meson

 

I'll add other devices when we have a successful build (On Ubuntu 16.04.4 LTS) and bootable image for wetek or odroid :)


Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #403 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 3 April 2018 - 13:44

@ Persian Prince

Thanks a lot for your help. Can't wait trying compiling an image for Wetek Play2.



Re: Howto build unofficial pli for your unsupported receiver #404 engineerkhan15

  • Senior Member
  • 145 posts

+18
Neutral

Posted 3 April 2018 - 14:36

Encountered following error while compiling for Wetek Play2 on Ubuntu 16.04 LTS:

ERROR: linux-wetek2-3.14.29-r0 do_fetch: Fetcher failure for URL: 'https://github.com/wetek-enigma/linux-amlogic/archive/amlogic-3.14.y.tar.gz'. Unable to fetch URL from any source.
ERROR: linux-wetek2-3.14.29-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/tahir/openpli-oe-core/build/tmp/work/wetekplay2-oe-linux/linux-wetek2/3.14.29-r0/temp/log.do_fetch.24410
ERROR: Task (/home/tahir/openpli-oe-core/pli-extras/meta-amlogic/recipes-bsp/linux/linux-wetek2_3.14.29.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4422 tasks of which 4150 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/tahir/openpli-oe-core/pli-extras/meta-amlogic/recipes-bsp/linux/linux-wetek2_3.14.29.bb:do_fetch
Summary: There were 5 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1


Re: Howto build unofficial pli for your unsupported receiver #405 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 April 2018 - 15:06

It's a fetch error, it means you can't download the file.

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #406 joni3333

  • Member
  • 2 posts

0
Neutral

Posted 3 April 2018 - 16:04

* New unofficial test build for Fulan sh4 (spark/spark7162)
Download: https://mega.nz/#F!v...DLHfab11t5_y5Sg
- Now built using -O2 instead of -Os, it feels a bit faster now
- Disabled zram by default as it slows down things
- Includes gstreamer 1.14 as well (thx Taapat)
- Uchardet upgraded to git version
- Merged PLi's latest enigma2 rev: 9310a05
- Built using latest openpli-oe-core rev: ab347d9
- Many cleanups and fixes
- Removed serviceapp

* Note: zram is disabled by default since we're using extra memory from video ram.
This breaks PIP, but that was limited to SD-channels anyways.
If you still want to use zram, login using telnet and issue the following commands:

touch /etc/.zram
reboot
* Note2: serviceapp has been removed in favor of Taapats service-player for libeplayer3 and gstreamer.
The playback system is set to libeplayer3 by default, which provides the same playback functionality as serviceapp + exteplayer3 as default player.
If you'd like to swtich to gstreamer 1.14, you can do this by going to: Menu -> Settings -> System -> Usage Setup (this requires a restart of enigma2)
Exteplayer3 (and now also gstplayer) is still included for use with IPTV Player :)

How to look the channels of power vu at this assembling?

Re: Howto build unofficial pli for your unsupported receiver #407 Abu Baniaz

  • PLi® Contributor
  • 2,445 posts

+62
Good

Posted 3 April 2018 - 18:04

It's a fetch error, it means you can't download the file.

I have uploaded the amlogic-3.14.y.tar.gz file on link below. I'll delete the file in a week.
 
[ code]

https://mega.nz/#F!0...z7JnMUKQApeNMpw

[/code]

Edited by Abu Baniaz, 3 April 2018 - 18:05.


Re: Howto build unofficial pli for your unsupported receiver #408 Abu Baniaz

  • PLi® Contributor
  • 2,445 posts

+62
Good

Posted 3 April 2018 - 18:15

I'll add other devices when we have a successful build (On Ubuntu 16.04.4 LTS) and bootable image for wetek or odroid :)

I have built the image for hardkernel-odroid c2. I don't know how to flash/transfer this image as the software I have only does .img file.

openpli-enigma2-homebuild-hardkernel-odroidc2.rootfs.tar.bz2

https://mega.nz/#!cqAlEbRI!beAywGHYAoAakRoCiqscasJpuqaqazI5nNgPj8LT1O0 


Re: Howto build unofficial pli for your unsupported receiver #409 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 3 April 2018 - 19:08

* New unofficial test build for Fulan sh4 (spark/spark7162)
Download: https://mega.nz/#F!v...DLHfab11t5_y5Sg
- Now built using -O2 instead of -Os, it feels a bit faster now
- Disabled zram by default as it slows down things
- Includes gstreamer 1.14 as well (thx Taapat)
- Uchardet upgraded to git version
- Merged PLi's latest enigma2 rev: 9310a05
- Built using latest openpli-oe-core rev: ab347d9
- Many cleanups and fixes
- Removed serviceapp
* Note: zram is disabled by default since we're using extra memory from video ram.
This breaks PIP, but that was limited to SD-channels anyways.
If you still want to use zram, login using telnet and issue the following commands:

touch /etc/.zram
reboot
* Note2: serviceapp has been removed in favor of Taapats service-player for libeplayer3 and gstreamer.
The playback system is set to libeplayer3 by default, which provides the same playback functionality as serviceapp + exteplayer3 as default player.
If you'd like to swtich to gstreamer 1.14, you can do this by going to: Menu -> Settings -> System -> Usage Setup (this requires a restart of enigma2)
Exteplayer3 (and now also gstplayer) is still included for use with IPTV Player :)

How to look the channels of power vu at this assembling?

Unfortunately I don't have the source code for the PTI driver which supports PowerVu.
I have the one from OE-A which supports CI+ instead. But my GM Spark Triplex doesn't feature a CI+ slot so I couldn't test it.. also I think it also requires some non-public CI+ helper bits which I don't have.. but I'm not sure tbh.

Re: Howto build unofficial pli for your unsupported receiver #410 joni3333

  • Member
  • 2 posts

0
Neutral

Posted 3 April 2018 - 19:42

* New unofficial test build for Fulan sh4 (spark/spark7162)
Download: https://mega.nz/#F!v...DLHfab11t5_y5Sg
- Now built using -O2 instead of -Os, it feels a bit faster now
- Disabled zram by default as it slows down things
- Includes gstreamer 1.14 as well (thx Taapat)
- Uchardet upgraded to git version
- Merged PLi's latest enigma2 rev: 9310a05
- Built using latest openpli-oe-core rev: ab347d9
- Many cleanups and fixes
- Removed serviceapp
* Note: zram is disabled by default since we're using extra memory from video ram.
This breaks PIP, but that was limited to SD-channels anyways.
If you still want to use zram, login using telnet and issue the following commands:

touch /etc/.zram
reboot
* Note2: serviceapp has been removed in favor of Taapats service-player for libeplayer3 and gstreamer.
The playback system is set to libeplayer3 by default, which provides the same playback functionality as serviceapp + exteplayer3 as default player.
If you'd like to swtich to gstreamer 1.14, you can do this by going to: Menu -> Settings -> System -> Usage Setup (this requires a restart of enigma2)
Exteplayer3 (and now also gstplayer) is still included for use with IPTV Player :)
How to look the channels of power vu at this assembling?
Unfortunately I don't have the source code for the PTI driver which supports PowerVu.
I have the one from OE-A which supports CI+ instead. But my GM Spark Triplex doesn't feature a CI+ slot so I couldn't test it.. also I think it also requires some non-public CI+ helper bits which I don't have.. but I'm not sure tbh.
https://mega.nz/#F!P...7qtMJZ1RYXaJ9qw

On this assembling works! Driver took here;
https://linuxsat-sup...rivers-powervu/

Re: Howto build unofficial pli for your unsupported receiver #411 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 3 April 2018 - 20:48

I'll add other devices when we have a successful build (On Ubuntu 16.04.4 LTS) and bootable image for wetek or odroid :)

I have built the image for hardkernel-odroid c2. I don't know how to flash/transfer this image as the software I have only does .img file.
openpli-enigma2-homebuild-hardkernel-odroidc2.rootfs.tar.bz2
https://mega.nz/#!cqAlEbRI!beAywGHYAoAakRoCiqscasJpuqaqazI5nNgPj8LT1O0 
 

You did compile it using meta-meson but it's meta-amlogic now with sdcard image :)

Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #412 starz

  • Senior Member
  • 59 posts

+1
Neutral

Posted 3 April 2018 - 20:59

 

 

I'll add other devices when we have a successful build (On Ubuntu 16.04.4 LTS) and bootable image for wetek or odroid :)

I have built the image for hardkernel-odroid c2. I don't know how to flash/transfer this image as the software I have only does .img file.
openpli-enigma2-homebuild-hardkernel-odroidc2.rootfs.tar.bz2
https://mega.nz/#!cqAlEbRI!beAywGHYAoAakRoCiqscasJpuqaqazI5nNgPj8LT1O0 
 

You did compile it using meta-meson but it's meta-amlogic now with sdcard image :)

 

Dear Persian Prince,

On this page https://github.com/P...e/odroidc2.conf

can you please change 'gst-amlavsink1 ' to 'gst-amlavsink '. other way it gives a build error with odroidc2 build.

thanks:)



Re: Howto build unofficial pli for your unsupported receiver #413 HFX

  • Senior Member
  • 323 posts

+8
Neutral

Posted 3 April 2018 - 21:13

Hi Zeros ,     When i flash what you say >   rootfs.tar.bz2  flash via web interface is then all o.k ?   i mean > tuner 2 end 2160p 60hz  and all network nas  using ?



Re: Howto build unofficial pli for your unsupported receiver #414 HFX

  • Senior Member
  • 323 posts

+8
Neutral

Posted 3 April 2018 - 21:18

i use it   now whit barry Allen but no 2160p Hz and the tunerB is not to use (no sinal on sat (dyseqc  1.2) ( i use dyseqc 1.1 on tuner A) , and the nas and al my sat receivers are not to use on my network



Re: Howto build unofficial pli for your unsupported receiver #415 HFX

  • Senior Member
  • 323 posts

+8
Neutral

Posted 3 April 2018 - 21:29

Hi Zeros, Thanks for your info (Howto Flashing)   



Re: Howto build unofficial pli for your unsupported receiver #416 Abu Baniaz

  • PLi® Contributor
  • 2,445 posts

+62
Good

Posted 3 April 2018 - 22:54

MACHINE=hardkernel-odroidc2 make image >> meta-meson

MACHINE=odroidc2 make image >> meta-amlogic

 

I applied the change by starz. I then got this failure

NOTE: Resolving any missing task queue dependencies

ERROR: Nothing RPROVIDES 'opengl-amlogic' (but /home/openvix/openpli-oe-core/openembedded-core/meta/recipes-core/packagegroups/packagegroup-core-boot.bb RDEPENDS on or otherwise requires it)

ERROR: opengl-amlogic was skipped: incompatible with machine odroidc2 (not in COMPATIBLE_MACHINE)

NOTE: Runtime target 'opengl-amlogic' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['opengl-amlogic']

NOTE: Runtime target 'packagegroup-core-boot' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['packagegroup-core-boot', 'opengl-amlogic']

ERROR: Required build target 'openpli-enigma2-image' has no buildable providers.

Missing or unbuildable dependency chain was: ['openpli-enigma2-image', 'packagegroup-core-boot', 'opengl-amlogic']



Summary: There were 8 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Makefile:125: recipe for target 'image' failed

make: *** [image] Error 1

Attached Files



Re: Howto build unofficial pli for your unsupported receiver #417 starz

  • Senior Member
  • 59 posts

+1
Neutral

Posted 4 April 2018 - 05:15

MACHINE=hardkernel-odroidc2 make image >> meta-meson
MACHINE=odroidc2 make image >> meta-amlogic

I applied the change by starz. I then got this failure

NOTE: Resolving any missing task queue dependencies

ERROR: Nothing RPROVIDES 'opengl-amlogic' (but /home/openvix/openpli-oe-core/openembedded-core/meta/recipes-core/packagegroups/packagegroup-core-boot.bb RDEPENDS on or otherwise requires it)

ERROR: opengl-amlogic was skipped: incompatible with machine odroidc2 (not in COMPATIBLE_MACHINE)

NOTE: Runtime target 'opengl-amlogic' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['opengl-amlogic']

NOTE: Runtime target 'packagegroup-core-boot' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['packagegroup-core-boot', 'opengl-amlogic']

ERROR: Required build target 'openpli-enigma2-image' has no buildable providers.

Missing or unbuildable dependency chain was: ['openpli-enigma2-image', 'packagegroup-core-boot', 'opengl-amlogic']



Summary: There were 8 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Makefile:125: recipe for target 'image' failed

make: *** [image] Error 1

On this page or your local file https://github.com/P...amlogic_r4p1.bb
Change line:
COMPATIBLE_MACHINE = "(wetekplay|wetekplay2)"
to COMPATIBLE_MACHINE = "(odroidc2|wetekplay2)"
or COMPATIBLE_MACHINE = "(wetekplay|wetekplay2|odroidc2)" and try again please.

Edited by starz, 4 April 2018 - 05:16.


Re: Howto build unofficial pli for your unsupported receiver #418 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 4 April 2018 - 06:22

Please wait as I'm still working on meta-amlogic and it's not ready yet, as I said I'm testing wetekplay2 currenlty but "libaacs" gives me git error and I can't build anymore :(


Open Vision sources: https://github.com/OpenVisionE2


Re: Howto build unofficial pli for your unsupported receiver #419 Beeker

  • PLi® Contributor
  • 1,477 posts

+198
Excellent

Posted 4 April 2018 - 10:20

i use it   now whit barry Allen but no 2160p Hz

 

You need latest drivers (20180323) to fix that. All images dm900/dm920 at forum has old drivers, but with proper opkg files you can update to latest.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: Howto build unofficial pli for your unsupported receiver #420 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 4 April 2018 - 13:35

@joni3333

Yes, I'm using Tapaat's driver as well and I have merged joeuser's public bits:

https://github.com/P.../commits/master

 

So I've added the cases for CA_SET_DESCR_MODE and CA_SET_DESCR_DATA.

And I've added the pti hal dummy functions for pti_hal_descrambler_set_aes and pti_hal_descrambler_set_mode.

 

But these are only dummy funcions and don't support descrambling of channels.

 

For this I need the non-public sources for pti_np which supports DES encryption for PowerVu.

And I don't have these.

 

Instead I have the pti_np from OE-Alliance which doesn't support DES (PowerVu) but CI+ instead.

So that one does feature pti_hal_descrambler_set_aes for CI+, but it has pti_hal_descrambler_set_mode stubbed out.

 

So get me the pti_np sources for PowerVu and I'll build a new image for you :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users