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 #1721 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 21:21

Goto
cd /lib/modules/3.14.29/kernel/drivers/a5
after check ls command
modinfo a5stb.ko

 

here (now we have results):

 

Attached File  Sem título6.png   77.59KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 175 posts

+20
Neutral

Posted 17 July 2018 - 21:26

Vitmod ported e2procfs and nimdetec k series. But no puplic sources. Vitmod openatv, nutrino works nicely Wè need C++ devoloper help :)

Well, I have ported e2procfs(which includes nim detection although I disabled it and hardcoded the k2pro nims for now), I think vitmod distro worked because he used older drivers and not the drivers that are maintained by afl1, neutrino worked and can probably work even on afl1 drivers because neutrino is not so picky, unfortunately this is not the case with enigma2(that's why vitaly remove enigma2 from his build)



Re: Howto build unofficial pli for your unsupported receiver #1723 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 21:26

 

root@alien5:~#cat /proc/modules

se2io_se 98859 0 - Live 0xffffffbffc225000
mali 240156 0 - Live 0xffffffbffc1d6000 (O)
ampanel 8967 0 - Live 0xffffffbffc1cf000
e2_procfs 52052 0 - Live 0xffffffbffc1bc000 (O)
8189es 1115416 0 - Live 0xffffffbffc084000 (O)
cfg80211 380545 1 8189es, Live 0xffffffbffc000000

root@alien5:~# ls -la /dev/dvb*

drwxr-xr-x    3 root     root            60 Jan  1  1970 .
drwxr-xr-x   11 root     root         14700 Jul 17 21:07 ..
drwxr-xr-x    2 root     root           400 Jul 17 21:07 adapter0

root@alien5:~#

 

attachicon.gifSem título2.png

ok so you have dvb drivers loaded, can you run this to see which driver:

readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module

 

I don't understand this command:

 

Attached File  Sem título7.png   354.2KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 17 July 2018 - 21:37

@zeros @Beeker

May I ask for a favor?

Would you please compile an image with online feeds for IanSav? I help you too.

See https://forums.openp...e-6#entry906418

Ian is one of the best enigma2 developers and if we help him he will make PLi's enigma2 better and better, I hope to see him with "PLi core member" someday but now is the time for us to help him.

Regards,
Persian Prince

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


Re: Howto build unofficial pli for your unsupported receiver #1725 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 21:37

 

 

root@alien5:~#cat /proc/modules

se2io_se 98859 0 - Live 0xffffffbffc225000
mali 240156 0 - Live 0xffffffbffc1d6000 (O)
ampanel 8967 0 - Live 0xffffffbffc1cf000
e2_procfs 52052 0 - Live 0xffffffbffc1bc000 (O)
8189es 1115416 0 - Live 0xffffffbffc084000 (O)
cfg80211 380545 1 8189es, Live 0xffffffbffc000000

root@alien5:~# ls -la /dev/dvb*

drwxr-xr-x    3 root     root            60 Jan  1  1970 .
drwxr-xr-x   11 root     root         14700 Jul 17 21:07 ..
drwxr-xr-x    2 root     root           400 Jul 17 21:07 adapter0

root@alien5:~#

 

attachicon.gifSem título2.png

ok so you have dvb drivers loaded, can you run this to see which driver:

readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module

 

I don't understand this command:

 

attachicon.gifSem título7.png

 

 

this result? amlogic-dvb?

 

Attached File  Sem título8.png   64.44KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: Howto build unofficial pli for your unsupported receiver #1726 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 21:42

More pictures:

 

Attached File  Sem título9.png   268.61KB   8 downloads

 

Attached File  Sem título10png.png   274.53KB   8 downloads

 

Attached File  Sem título11.png   296.73KB   8 downloads

 


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 175 posts

+20
Neutral

Posted 17 July 2018 - 21:47

 

 

 

root@alien5:~#cat /proc/modules

se2io_se 98859 0 - Live 0xffffffbffc225000
mali 240156 0 - Live 0xffffffbffc1d6000 (O)
ampanel 8967 0 - Live 0xffffffbffc1cf000
e2_procfs 52052 0 - Live 0xffffffbffc1bc000 (O)
8189es 1115416 0 - Live 0xffffffbffc084000 (O)
cfg80211 380545 1 8189es, Live 0xffffffbffc000000

root@alien5:~# ls -la /dev/dvb*

drwxr-xr-x    3 root     root            60 Jan  1  1970 .
drwxr-xr-x   11 root     root         14700 Jul 17 21:07 ..
drwxr-xr-x    2 root     root           400 Jul 17 21:07 adapter0

root@alien5:~#

 

attachicon.gifSem título2.png

ok so you have dvb drivers loaded, can you run this to see which driver:

readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module

 

I don't understand this command:

 

attachicon.gifSem título7.png

 

 

this result? amlogic-dvb?

 

attachicon.gifSem título8.png

 

Don's substitute anything in the command just copy and paste it

readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module


Re: Howto build unofficial pli for your unsupported receiver #1728 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 22:05

Nothing appear:

 

root@alien5:~#readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module
root@alien5:~#

 

Attached File  Sem título12.png   11.1KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 175 posts

+20
Neutral

Posted 17 July 2018 - 22:25

Nothing appear:

 

root@alien5:~#readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module
root@alien5:~#

 

attachicon.gifSem título12.png

ok try this

ls -la /sys/devices/dvb.52/driver/


Re: Howto build unofficial pli for your unsupported receiver #1730 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 17 July 2018 - 22:30

 

Nothing appear:

 

root@alien5:~#readlink -f  $(readlink -f /sys/class/dvb/dvb0.frontend0/device)/driver/module
root@alien5:~#

 

attachicon.gifSem título12.png

ok try this

ls -la /sys/devices/dvb.52/driver/

 

Here:

 

Attached File  Sem título13.png   16.51KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


Re: Howto build unofficial pli for your unsupported receiver #1731 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 18 July 2018 - 00:11

OpenAtv too (K1 pro):

 

Attached File  openatv1.jpg   75.58KB   7 downloads

 

Attached File  openatv2.jpg   81.37KB   7 downloads

 

Attached File  openatv3.jpg   72.08KB   8 downloads

 

Attached File  openatv4.jpg   113.91KB   8 downloads

 

Attached File  openatv5.jpg   53.68KB   8 downloads

 

Attached File  openatv6.png   250.46KB   8 downloads


Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 145 posts

+18
Neutral

Posted 18 July 2018 - 04:21

Here are OpenPLi Homebuild Enigma2 Images for K1 Pro and Alien5 compiled on 14 Jul 2018:

K1 Pro:

http://www.mediafire...0714_sdcard.zip

Alien5:

http://www.mediafire...0714_sdcard.zip

 

K1 Pro image boots well (without any need to reinsert HDMI cable), default skin displays out of proportion but PLi HD skin (not FullHD) displays fine. No tuner is found.


Edited by engineerkhan15, 18 July 2018 - 04:24.


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

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 18 July 2018 - 04:54

Beyonwiz T3, I have no idea how to do it and does it even work because no one has done it. I don't mind, but there is little room on the server and long-term extension to it I can not allow. We can talk about it, but I gotta talk and think. Make Image ready with the feed, OK, but then you'd like to continue with it, Right? Few weeks for testing would be OK, I think. I think that then we need to make to our server with a new user and this is already a separate conversation. Did you mean so that you do and manage it? Another bad thing is that if everyone on the server is editing and making things and build and it happens for sure, then the server is slow, it is a fact. One build at a time is suitable for this, but if several constructions at the same time need more power. So I will not allow a lasting thing. If Mr. Beeker accepts it, no worries. Your thoughts?

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 #1734 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 18 July 2018 - 05:08

Multi channel downmix on NASA TV UHD works, about AC3+ audio - I have no idea how to fix this.

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

  • Senior Member
  • 175 posts

+20
Neutral

Posted 18 July 2018 - 07:40

OpenAtv too (K1 pro):

 

 

You can try this:

first disable autostart of enigma2 by editing /etc/inittab and commenting out the line that start enigma2

 

at the you'll see this line, just add a hash at the beginning of it

gui:3:respawn:/usr/bin/enigma2.sh

now reboot and enigma2 will not start automatically

 

now edit /usr/bin/enigma2.sh

 

and in at the start of the file you'll see

prefix=/usr
exec_prefix=/usr
datarootdir=${prefix}/share

add the enigma debug level after them like so

prefix=/usr
exec_prefix=/usr
datarootdir=${prefix}/share
export ENIGMA_DEBUG_LVL=10

save the file and now you can start enigma by executing 

/usr/bin/enigma2.sh

now you can see the full log in the console.

 

do a scan and see what error it spits out to the console



Re: Howto build unofficial pli for your unsupported receiver #1736 ftp21_

  • Senior Member
  • 73 posts

+9
Neutral

Posted 18 July 2018 - 11:05

Someone with rs232 can try this?

http://www.mediafire...sdcard.zip/file

 

I modify defconfig and dts

Defconfig: without AML_* and only with avl6862

DTS from Libreelec

 

It boot but is unreachable. Noone with rs232?



Re: Howto build unofficial pli for your unsupported receiver #1737 blinkosm

  • Senior Member
  • 144 posts

+1
Neutral

Posted 18 July 2018 - 11:20

i try to compile a image for dm800 but i find this in yellow (as you can see in the image) so at the end something will be missing any suggestion ??? :huh:

Attached Files


Edited by blinkosm, 18 July 2018 - 11:21.


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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 18 July 2018 - 12:53

meta-tripledot added:

  • enibox
  • evoslimse
  • evoslimt2c
  • mago
  • sf108
  • sf98
  • t2cable
  • tyrant
  • x1plus
  • xcombo

;)


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


Re: Howto build unofficial pli for your unsupported receiver #1739 frankviana

  • Senior Member
  • 474 posts

+4
Neutral

Posted 18 July 2018 - 13:03

 

OpenAtv too (K1 pro):

 

 

You can try this:

first disable autostart of enigma2 by editing /etc/inittab and commenting out the line that start enigma2

 

at the you'll see this line, just add a hash at the beginning of it

gui:3:respawn:/usr/bin/enigma2.sh

now reboot and enigma2 will not start automatically

 

now edit /usr/bin/enigma2.sh

 

and in at the start of the file you'll see

prefix=/usr
exec_prefix=/usr
datarootdir=${prefix}/share

add the enigma debug level after them like so

prefix=/usr
exec_prefix=/usr
datarootdir=${prefix}/share
export ENIGMA_DEBUG_LVL=10

save the file and now you can start enigma by executing 

/usr/bin/enigma2.sh

now you can see the full log in the console.

 

do a scan and see what error it spits out to the console

 

 

Scanning...

 

Attached File  1.jpg   81.13KB   8 downloads

 

Attached File  4.jpg   111.49KB   7 downloads

 

Attached File  6.jpg   89.62KB   7 downloads

 

Attached File  channel.jpg   64.56KB   7 downloads

 

Media player (error sound)

 

Attached File  7.jpg   74.81KB   7 downloads

 

Kodi sound (error too after 5 seconds):

 

Attached File  kodi sound.png   184.96KB   7 downloads

 

====================================================

 

See some enigma2 full logs (attachments)

Attached Files


Edited by frankviana, 18 July 2018 - 13:06.

Dreambox Two, GT-Media V8XS, GT-Media M7x, GT-Media v9 prime, Gt-Media Finder Meter 2, , TBS 6903-x v2, Octagon SF8008 single, Edision OS Mini 4k, Zgemma h9s SE, GT-Media V8UHD, Raspberry Pi 4, T95 Max + (CoreElec/Tvheadend), Freesky Triplo X, Zgemma h9 twin, Zgemma h9s, Amiko SHD 8900, Gt-Media GTC, Octagon SX88+, Octagon SX88, Vu Zero, Vu+ Zero 4K, Mecool K1/K2/K3, Azamerica s2010, Azamerica s810B, Nazabox Xgame, Koqit K1 mini, TBS 5520se, TBS 5925, TBS 6922se, Openbox X5, Openbox S9, AZBOX TITAN twin, AZBOX Premium+, AZBOX Elite , Rasp Pi, Rasp Pi 2/3, Orange Pi PC, Coolsat 5000, Dm528s, DM800se, Satlink 6933, Satlink 6960, Satlink 6932, GT-Media V8, Gt-Media V8 Meter,  PixelView PlayTV USB SBTVD ISDB-T (dib0700), Mygica S270 ISDB-T (Siano Rio). C-Band Motorized dish - 5,00m (20ºE - 116.8ºW), Ku-Band Motorized dish - 1,80m (3ºw - 116,8ºW)


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

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 18 July 2018 - 13:14

x1plus (Evo EnfinityX 1Plus) test image: http://www.mediafire...us_usb.zip/file

 

xcombo (Evo EnfinityX Combo Plus) test image: http://www.mediafire...bo_usb.zip/file


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



9 user(s) are reading this topic

0 members, 9 guests, 0 anonymous users