Jump to content


foz1234

Member Since 17 Oct 2008
Offline Last Active 23 Jun 2014 17:11
-----

Posts I've Made

In Topic: switchoff.mvi

27 January 2013 - 19:35

posted info for other people
changed to the below script and now its working
#! /bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin

if test -e /usr/share/switchoff.mvi
then
showiframe /usr/share/switchoff.mvi
#clear frame buffer to ensure switchoff.mvi is viewable
dd if=/dev/zero of=/dev/fb0 bs=4096 count=2108
fi

halt -d -f -i -p -h

: exit 0

In Topic: switchoff.mvi

27 January 2013 - 18:25

ive tried changing the scripts but no luck
still get yellow triangle & text saying your receiver is shutting down ?
foz

In Topic: switchoff.mvi

27 January 2013 - 17:37

many thanks for your fast reply
do i replace old script with the script you posted?

my script as is at the moment :-
#! /bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin

if test -e /usr/share/switchoff.mvi
then
showiframe /usr/share/switchoff.mvi
fi

halt -d -f -i -p -h

: exit 0

many thanks