Jump to content


Photo

TEST image for dm900


  • Please log in to reply
132 replies to this topic

Re: TEST image for dm900 #81 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 1 December 2017 - 19:01

Run build one more time again, I have met such issue. The second time OK (maybe).
P.S. I have not tried with pyro

Edited by zeros, 1 December 2017 - 19:02.

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: TEST image for dm900 #82 PliThunder

  • Member
  • 4 posts

0
Neutral

Posted 1 December 2017 - 22:25

Which branch you use ? Rocko ?



Re: TEST image for dm900 #83 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 06:52

Yes, you can read it from the first post. I've tested all branches through with my box (dm7020hd V1) and it's all right. For example for develop image here https://forums.openp...r-dm7020-hd-v1/
No plans from my side for dm820, but when this TEST is over, I want to try dm920

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: TEST image for dm900 #84 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 2 December 2017 - 10:41

I did build from scratch for dm820 in pyro branch, but i can't reproduce problem.

A lots of warnings from glibc-locale 2.25 but build ok, although i did built for dm820 only.

Did you also build dm8000 on Pyro? I have some trouble building it. It's complaining about not being able to build kernel-module-alps-bsbe1-3.2-dm8000-3.2-20140604a-r7.0.0.dm8000 because nothing provides kernel-module-stv0299-3.2-dm8000. Now I could just disable kernel-module-alps-bsbe1-3.2-dm8000-3.2-20140604a-r7.0.0.dm8000 but I seem to remember the pluggable tuners are alps-bsbe1 types. Would the pluggable tuners still work then? OTOH one would expect drivers for pluggable tuners to be in the vendor specific drivers blob. Maybe an lsmod would give some clarity?


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: TEST image for dm900 #85 Beeker

  • PLi® Contributor
  • 1,589 posts

+202
Excellent

Posted 2 December 2017 - 11:25

Sound like this.

 

https://github.com/D...82b40c1ed097a4f

 

http://git.openembed...79267874900d09f


Edited by Beeker, 2 December 2017 - 11:28.

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


Re: TEST image for dm900 #86 Beeker

  • PLi® Contributor
  • 1,589 posts

+202
Excellent

Posted 2 December 2017 - 11:39

With meta-dream dm8000 builds fine, so probably openpli-oe-core needs this?

diff --git a/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb b/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
index 47f41747..5af05fdd 100644
--- a/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
+++ b/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
@@ -5,6 +5,6 @@ PR = "${INC_PR}.0"
 SRC_URI[modules.md5sum] = "ed55fd9ef298cd582e1f08322c8d9649"
 SRC_URI[modules.sha256sum] = "3a11801794c7ac7cf04be41c65591bb2e81f4c6b08c1f33c86d17154f08f16be"
 
-RDEPENDS_${PN} += "kernel-module-stv0299"
+RDEPENDS_${PN} += "kernel-module-stv0299-3.2-dm8000"
 
 COMPATIBLE_MACHINE = "dm8000"
diff --git a/meta-dream/recipes-bsp/linux/linux-dreambox.inc b/meta-dream/recipes-bsp/linux/linux-dreambox.inc
index 97539634..13765717 100644
--- a/meta-dream/recipes-bsp/linux/linux-dreambox.inc
+++ b/meta-dream/recipes-bsp/linux/linux-dreambox.inc
@@ -24,7 +24,7 @@ KERNEL_BUILTIN_MODULES_dm8000 = "\
 	kernel-module-sr-mod \
 	kernel-module-isofs \
 	kernel-module-udf \
-	kernel-module-stv0299 \
+	kernel-module-stv0299-3.2-dm8000 \
 	"
 
 # By default, kernel.bbclass modifies package names to allow multiple kernels


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


Re: TEST image for dm900 #87 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 11:45

 

With meta-dream dm8000 builds fine, so probably openpli-oe-core needs this?

diff --git a/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb b/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
index 47f41747..5af05fdd 100644
--- a/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
+++ b/meta-dream/recipes-bsp/drivers/dreambox-dvb-modules-dm8000_3.2-20140604a.bb
@@ -5,6 +5,6 @@ PR = "${INC_PR}.0"
 SRC_URI[modules.md5sum] = "ed55fd9ef298cd582e1f08322c8d9649"
 SRC_URI[modules.sha256sum] = "3a11801794c7ac7cf04be41c65591bb2e81f4c6b08c1f33c86d17154f08f16be"
 
-RDEPENDS_${PN} += "kernel-module-stv0299"
+RDEPENDS_${PN} += "kernel-module-stv0299-3.2-dm8000"
 
 COMPATIBLE_MACHINE = "dm8000"
diff --git a/meta-dream/recipes-bsp/linux/linux-dreambox.inc b/meta-dream/recipes-bsp/linux/linux-dreambox.inc
index 97539634..13765717 100644
--- a/meta-dream/recipes-bsp/linux/linux-dreambox.inc
+++ b/meta-dream/recipes-bsp/linux/linux-dreambox.inc
@@ -24,7 +24,7 @@ KERNEL_BUILTIN_MODULES_dm8000 = "\
 	kernel-module-sr-mod \
 	kernel-module-isofs \
 	kernel-module-udf \
-	kernel-module-stv0299 \
+	kernel-module-stv0299-3.2-dm8000 \
 	"
 
 # By default, kernel.bbclass modifies package names to allow multiple kernels

The topic is DM900, not DM8000


DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #88 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 12:48

Any dm related question is welcome here!  :)

--

Adga, what do you say about the last patch? Whether the online update worked, or you have concerns with that?

If online update from feed it worked, are there all OK, or any issues? Is there something better now, or are all the same? No word on this I have not heard yet  :rolleyes:


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: TEST image for dm900 #89 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 13:13

Any dm related question is welcome here!  :)

--

Adga, what do you say about the last patch? Whether the online update worked, or you have concerns with that?

If online update from feed it worked, are there all OK, or any issues? Is there something better now, or are all the same? No word on this I have not heard yet  :rolleyes:

Update was successful. Triple Tuner when I'm doing "rebooting enigma2" sometimes "abandons". But runs completely after rebooting. That's all. I am waiting for updates


DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #90 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 13:18

Any dm related question is welcome here!  :)

--

Adga, what do you say about the last patch? Whether the online update worked, or you have concerns with that?

If online update from feed it worked, are there all OK, or any issues? Is there something better now, or are all the same? No word on this I have not heard yet  :rolleyes:


Edited by Adga, 2 December 2017 - 13:20.

DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #91 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 13:18

Thanks for that crash log! But after crash you can boot it up, or you in stuck? We can send temporary solution, so you can continue every-day-watching your TV. (without new flash)


Edited by zeros, 2 December 2017 - 13:22.

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: TEST image for dm900 #92 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 13:24

Thanks for that crash log! But after crash you can boot it up, or you in stuck? We can send temporary solution, so you can continue every-day-watching your TV. (without new flash)

After the restart running :)


DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #93 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 16:50

Upgrading (online) the receiver is not working. Works only with Opewebif (packages)


DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #94 Beeker

  • PLi® Contributor
  • 1,589 posts

+202
Excellent

Posted 2 December 2017 - 17:04

FTP nimmanager.py to to usr/lib/enigma2/Components/

 

Restart enigma2

Attached Files


Edited by Beeker, 2 December 2017 - 17:04.

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


Re: TEST image for dm900 #95 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 19:06

I just tried with dual tuner and here everything works! We have dm900 for tonight tests. No any issue...

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: TEST image for dm900 #96 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 19:22

At the moment 5 x 4K UHD channels free FTA from 4.8E Viasat
11385 H 30000 3/4 DVB-S2

Attached Files


Edited by zeros, 2 December 2017 - 19:25.

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: TEST image for dm900 #97 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 20:03

It works with a triple receiver, only after rebooting the enigma2, the DM900 does not "see" it.
Rebooted "sees" and everything works.

P.S.I also see these 5 4K channels

DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD


Re: TEST image for dm900 #98 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 21:10

I can’t find issues so far with tuners with the dual tuner, what I have in todays test.
One other problem detected- sometimes MENU visible only on Dm900 LCD! I need to go to Skin and select restart new (the same) Skin, it then makes enigma2 restart and all OK. Why it on small LCD only, no idea. It is not easy to manage in that small LCD

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: TEST image for dm900 #99 zeros

  • PLi® Contributor
  • 1,635 posts

+61
Good

Posted 2 December 2017 - 21:59

4K screenshot does not work. This means, if I go to 4K channel, and I want to make there screenshot via web interface, then it does not work.

Edited by zeros, 2 December 2017 - 22:00.

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: TEST image for dm900 #100 Adga

  • Senior Member
  • 140 posts

+9
Neutral

Posted 2 December 2017 - 22:19

Yes, 4K channel via web interface not 

 

4K screenshot does not work. This means, if I go to 4K channel, and I want to make there screenshot via web interface, then it does not work.

 

Not work.  :(


Edited by Adga, 2 December 2017 - 22:19.

DM900 UHD + Formuler Z8 (IPTV) + 520 HD + DM7080HD + DM8000HD



6 user(s) are reading this topic

0 members, 6 guests, 0 anonymous users