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 #1621 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 12 July 2018 - 19:49

COMPATIBLE_IOCTL(FE_SET_FRONTEND_TUNE_MODE)
+COMPATIBLE_IOCTL(FE_SET_PROPERTY)
+COMPATIBLE_IOCTL(FE_GET_PROPERTY)

https://github.com/C...d15e22fa2e58eda



https://github.com/C...d15e22fa2e58eda[/url]

https://github.com/C...d15e22fa2e58eda

media] compat_ioctl: add compat handler for FE_SET_PROPERTY and FE_G…

Edited by takitr, 12 July 2018 - 19:52.


Re: Howto build unofficial pli for your unsupported receiver #1622 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 12 July 2018 - 19:51

Look at this
https://patchwork.li...org/patch/8209/

Re: Howto build unofficial pli for your unsupported receiver #1623 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 12 July 2018 - 19:54

dm7020hdv2-TEST-image-12.07.2018
https://www.online.e...3f-bbe65b4d6e57
Please test and report, if it works after flash with your v2 box. No worries, we solve your problem anyway!

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: Howto build unofficial pli for your unsupported receiver #1624 bumperbee

  • Senior Member
  • 284 posts

+10
Neutral

Posted 12 July 2018 - 21:45

Hi Persian Prince & Zeros, thanks very much!

I just installed it but it can’t boot up, hangs at the display of the box Ip address at the box’s Lcd screen.



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

  • Senior Member
  • 59 posts

+1
Neutral

Posted 13 July 2018 - 00:44

I've ported the e2procfs for the k2pro on the 3.14.29 kernel now I have some of the proc/stb nodes(some of them are just set to null)

I've loaded the avl6862 drivers and I have /dev/dvb/adapter0/frontend0

for /proc/bus/nim_sockets most of the tools I've tried fails to detect that the avl6862 support muliple standards(dvb-s,dvb-s2 and dvb-t) and instead they identify it as dvb-t frontend, I've tried linkdroid-cnim and create_nimsockets

and they both result in the following:

 

NIM Socket 0:
    Type: DVB-T2
    Name: Availink avl6862
    Has_Outputs: no
    Frontend_Device: 0

Unfortunately I can't test dvb-T2, I can only test dvb-s and dvb-s2 so I wrote the following to the /proc/bus/nim_scokets

 

 

NIM Socket 0:
    Type: DVB-S
    Name: Availink avl6862
    Has_Outputs: no
    Frontend_Device: 0

now enigma2 sees  the tuner as dvb-s and I can use the setup and set the satellite, but the scan doesn't find any channels, when running a scan I get this error in the console

 

 

FE_SET_PROPERTY failed: Bad address

the error is repeated with every frequency it scans.

So what is the cause of this error ? a particular /proc/stb  node missing ? How can I collect more info about this error(enable debuggig ?)

note that the avl6862 driver uses dvb api version 3 (I think) and when running enigma I get this  in the console:

 

DVB_API_VERSION 5 DVB_API_VERSION_MINOR 10

So maybe enigma2 is compiled for dvb api version 5 and this causes it to not being able to communicate correctly with the avl6862 ?

Would appreciate if any of enigma2 experts can help me debug this

 

Thanks

can you share your how you ported e2procfs ,plaese?

thanks



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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 13 July 2018 - 01:13

Old dvb api patch for enigma2: https://github.com/P...ld_dvbapi.patch

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


Re: Howto build unofficial pli for your unsupported receiver #1627 atef

  • Senior Member
  • 92 posts

+1
Neutral

Posted 13 July 2018 - 01:46

If possible, the file is required to exceed the error

atef@atef-ganm ~/openpli-oe-core $ MACHINE=dm820 make image
Building image for dm820
Parsing recipes: 100% |########################################################################################################################################################################################################| Time: 0:02:18
Parsing of 3053 .bb files complete (0 cached, 3053 parsed). 3863 targets, 719 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
  /home/atef/openpli-oe-core/meta-xsarius.pli5/recipes-graphics/gtk/gtk+_2.24.30.bbappend
  /home/atef/openpli-oe-core/meta-qviart/recipes-graphics/gtk/gtk+_2.24.30.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1
atef@atef-ganm ~/openpli-oe-core $ 


VU PLUS ULTIMO:Dreambox 820 hd:Spark 7111


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

  • Senior Member
  • 145 posts

+18
Neutral

Posted 13 July 2018 - 04:32

 

If possible, the file is required to exceed the error

atef@atef-ganm ~/openpli-oe-core $ MACHINE=dm820 make image
Building image for dm820
Parsing recipes: 100% |########################################################################################################################################################################################################| Time: 0:02:18
Parsing of 3053 .bb files complete (0 cached, 3053 parsed). 3863 targets, 719 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
  /home/atef/openpli-oe-core/meta-xsarius.pli5/recipes-graphics/gtk/gtk+_2.24.30.bbappend
  /home/atef/openpli-oe-core/meta-qviart/recipes-graphics/gtk/gtk+_2.24.30.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1
atef@atef-ganm ~/openpli-oe-core $ 

Rename "gtk+_2.24.30.bbappend" to "gtk+_2.24.31.bbappend" at both places.



Re: Howto build unofficial pli for your unsupported receiver #1629 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 13 July 2018 - 05:14

Due to upgrade from GStreamer version from 1.14.0 to 1.14.1 better flash than do online update.
(you get openwebif errors on upgrade and making screenshot not work then).
With the new flash all OK:
develop-dm900-13.07.2018
https://www.online.e...91-fced5c28ff41
develop-dm920-13.07.2018
https://www.online.e...ed-254a97b3a935


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: Howto build unofficial pli for your unsupported receiver #1630 bumperbee

  • Senior Member
  • 284 posts

+10
Neutral

Posted 13 July 2018 - 06:29

Hi to all Masters, sometime very strange happened, I just try again flashing with the 1st image “dm7020hdv2-TEST-image-07.07.2018” and it seem good, no rebooting anymore. I did not use telnet to submit any command at all.

What is wrong with my stb?



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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 13 July 2018 - 06:47

There is another way which I do use for faster bitbake checks, remove what you don't need from "Makefile":

https://github.com/O...akefile#L54~L71

When I use pli-extras I don't need others so I remove them ;)

Edited by Persian Prince, 13 July 2018 - 06:47.

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


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

  • Senior Member
  • 323 posts

+8
Neutral

Posted 13 July 2018 - 07:19

Hi zeros,

I have done a flash with the Dreambox 920 but the dvb-c cable scan does not work anymore, but now there is a  good working blind scan

Attached Files



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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 13 July 2018 - 08:06

Blindscan works because of this I guess: https://github.com/O...3154b1720ed3e91

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


Re: Howto build unofficial pli for your unsupported receiver #1634 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 13 July 2018 - 09:15

COMPATIBLE_IOCTL(FE_SET_FRONTEND_TUNE_MODE)
+COMPATIBLE_IOCTL(FE_SET_PROPERTY)
+COMPATIBLE_IOCTL(FE_GET_PROPERTY)

https://github.com/C...d15e22fa2e58eda



https://github.com/C...d15e22fa2e58eda[/url]

https://github.com/C...d15e22fa2e58eda

media] compat_ioctl: add compat handler for FE_SET_PROPERTY and FE_G…

 

 

I'm working on the coreelec kernel so these patches should already be there and I still get the problem



Re: Howto build unofficial pli for your unsupported receiver #1635 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 13 July 2018 - 09:18

 

I've ported the e2procfs for the k2pro on the 3.14.29 kernel now I have some of the proc/stb nodes(some of them are just set to null)

I've loaded the avl6862 drivers and I have /dev/dvb/adapter0/frontend0

for /proc/bus/nim_sockets most of the tools I've tried fails to detect that the avl6862 support muliple standards(dvb-s,dvb-s2 and dvb-t) and instead they identify it as dvb-t frontend, I've tried linkdroid-cnim and create_nimsockets

and they both result in the following:

 

NIM Socket 0:
    Type: DVB-T2
    Name: Availink avl6862
    Has_Outputs: no
    Frontend_Device: 0

Unfortunately I can't test dvb-T2, I can only test dvb-s and dvb-s2 so I wrote the following to the /proc/bus/nim_scokets

 

 

NIM Socket 0:
    Type: DVB-S
    Name: Availink avl6862
    Has_Outputs: no
    Frontend_Device: 0

now enigma2 sees  the tuner as dvb-s and I can use the setup and set the satellite, but the scan doesn't find any channels, when running a scan I get this error in the console

 

 

FE_SET_PROPERTY failed: Bad address

the error is repeated with every frequency it scans.

So what is the cause of this error ? a particular /proc/stb  node missing ? How can I collect more info about this error(enable debuggig ?)

note that the avl6862 driver uses dvb api version 3 (I think) and when running enigma I get this  in the console:

 

DVB_API_VERSION 5 DVB_API_VERSION_MINOR 10

So maybe enigma2 is compiled for dvb api version 5 and this causes it to not being able to communicate correctly with the avl6862 ?

Would appreciate if any of enigma2 experts can help me debug this

 

Thanks

can you share your how you ported e2procfs ,plaese?

thanks

 

Right now the rtc part is causing the kernel to crash I'm trying to solve this and I will post it on github soon.

 

PS: I've never programmed in C so this might take some time.

 

Thanks



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

  • PLi® Contributor
  • 1,590 posts

+202
Excellent

Posted 13 July 2018 - 10:44

Bumperbee:

 

Extract zip file and copy the three .conf files inside opkg  folder to:

etc/opkg/

Replace the existing files.

 

Then you will be able to install plugins and perform online updates.


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 #1637 Beeker

  • PLi® Contributor
  • 1,590 posts

+202
Excellent

Posted 13 July 2018 - 10:51

Yeah..

Attached Files

  • Attached File  opkg.zip   953bytes   28 downloads

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 #1638 atef

  • Senior Member
  • 92 posts

+1
Neutral

Posted 13 July 2018 - 11:01

 

 

If possible, the file is required to exceed the error

atef@atef-ganm ~/openpli-oe-core $ MACHINE=dm820 make image
Building image for dm820
Parsing recipes: 100% |########################################################################################################################################################################################################| Time: 0:02:18
Parsing of 3053 .bb files complete (0 cached, 3053 parsed). 3863 targets, 719 skipped, 0 masked, 0 errors.
ERROR: No recipes available for:
  /home/atef/openpli-oe-core/meta-xsarius.pli5/recipes-graphics/gtk/gtk+_2.24.30.bbappend
  /home/atef/openpli-oe-core/meta-qviart/recipes-graphics/gtk/gtk+_2.24.30.bbappend

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:125: recipe for target 'image' failed
make: *** [image] Error 1
atef@atef-ganm ~/openpli-oe-core $ 

Rename "gtk+_2.24.30.bbappend" to "gtk+_2.24.31.bbappend" at both places.

 

 

 

Thank you


VU PLUS ULTIMO:Dreambox 820 hd:Spark 7111


Re: Howto build unofficial pli for your unsupported receiver #1639 takitr

  • Senior Member
  • 77 posts

+24
Neutral

Posted 13 July 2018 - 12:23

amlogic kernel 3.14.29 dvb api (kernel/include\uapi\linux\dvb/version.h

#ifndef _DVBVERSION_H_
#define _DVBVERSION_H_
 
#define DVB_API_VERSION 5
#define DVB_API_VERSION_MINOR 10
 
#endif /*_DVBVERSION_H_*/
 
I think that is main problems nimdetec


Re: Howto build unofficial pli for your unsupported receiver #1640 moham96

  • Senior Member
  • 175 posts

+20
Neutral

Posted 13 July 2018 - 13:04

Old dvb api patch for enigma2: https://github.com/P...ld_dvbapi.patch

Unfortunately It doesn't solve the issue




19 user(s) are reading this topic

0 members, 19 guests, 0 anonymous users