Jump to content


geisivi

Member Since 22 Oct 2013
Offline Last Active 04 Jul 2024 16:51
-----

Topics I've Started

backupsuite issue

28 September 2021 - 19:51

Vu+ uno 4k

Image develop

In file backupsuite.sh, line 446 there is an error.

 

line 446:

if [ $SEARCH = "zero4k" -o $SEARCH "uno4k" -o $SEARCH "uno4kse" -o $SEARCH "ultimo4k" -o $SEARCH "solo4k" -o $SEARCH "duo4k" -o $SEARCH "duo4kse" ] ; then

 

The solution is:

if [ $SEARCH = "zero4k" -o $SEARCH = "uno4k" -o $SEARCH = "uno4kse" -o $SEARCH = "ultimo4k" -o $SEARCH = "solo4k" -o $SEARCH = "duo4k" -o $SEARCH = "duo4kse" ] ; then

 

(putting = before all vu+ model names)

 

 


Positioner setup crash

28 September 2021 - 14:55

On lasts versions, positioner setup plugin don't work, and produce green screen crash.

(Vu+ uno4k )

 

Attached File  enigma2_crash.log   25.25KB   9 downloads