Black Hole Vu + Duo v 1.4.5 = DM500HD??

Status
Not open for further replies.

Jotne

Vu+ Newbie
If you look at
cat /proc/stb/info/model
it shows "dm500hd"

Could the team here update this in next version to "vuplus duo"?

Thanks for a great image
 

angelofsky1980

BlackHole Driver Specialist
If you look at
cat /proc/stb/info/model
it shows "dm500hd"

Could the team here update this in next version to "vuplus duo"?

Thanks for a great image

The "model" into /proc filesystem is merely an info for the CPU and other software components.
With this effort, the box gain some stability and performances.
 

Jotne

Vu+ Newbie
Some hade made a nice script to see what version of tuner you have. This give not correct info on VU+

Since this is correct on all Enigma2 Dreambox, it would be nice to have it correct on Vu+


Code:
#!/bin/sh

if grep -qs 7020 /proc/bus/dreambox ; then
BOXTYPE=DM7020
elif grep -qs DM600PVR /proc/bus/dreambox ; then
BOXTYPE=DM600PVR
elif grep -qs DM500PLUS /proc/bus/dreambox ; then
BOXTYPE=DM500plus
elif grep -qs 'ATI XILLEON HDTV SUPERTOLL' /proc/cpuinfo ; then
BOXTYPE=DM7025
elif grep -qs 'dm8000' /proc/stb/info/model ; then
BOXTYPE=DM8000HD
elif grep -qs 'dm800' /proc/stb/info/model ; then
BOXTYPE=DM800HD
else
echo "Box not found or not defined in script!!!"
exit 0
fi

echo $BOXTYPE " found"
wget -q 'http://127.0.0.1/cgi-bin/xmessage?caption=Boxtype&timeout=10&body='$BOXTYPE'' > /dev/nullexit
 

Matrix10

Administrator
If you look at
cat /proc/stb/info/model
it shows "dm500hd"

Could the team here update this in next version to "vuplus duo"?

Thanks for a great image

This have another reasons why it is so
we do not intend to change CVS but also not to discuss here.
Some software would not work
because they are made by different platform
but this does not mean that it does not and can not be used on VU.
 
Status
Not open for further replies.
Top