Page 1 of 2
Switch off from telnet?
Posted: Sat May 22, 2010 11:37 am
by antlane
Is there a way of switching off the TV from telnet?
Thanks in advance!
Re: Switch off from telnet?
Posted: Sat May 22, 2010 5:29 pm
by erdem_ua
Already on wiki
* /mtd_boot/MicomCtrl 18 # for a shutdown
* /mtd_boot/MicomCtrl 22 # for a sync watchdog for exeDSP
* /mtd_boot/MicomCtrl 23 # for a kill watchdog of exeDSP
* /mtd_boot/MicomCtrl 143 # for a reboot
THanks
Re: Switch off from telnet?
Posted: Sun May 23, 2010 8:25 am
by antlane
Thanks, erdem_ua. I did look through the Wiki but missed it

Re: Switch off from telnet?
Posted: Mon Jun 07, 2010 7:28 pm
by aquadran
/mtd_boot/MicomCtrl 18
Re: Switch off from telnet?
Posted: Mon Jun 07, 2010 10:18 pm
by erdem_ua
Weird we don't have such problem on that command. Maybe your micomctrl file on flash could be corrupted...
Re: Switch off from telnet?
Posted: Mon Jun 07, 2010 10:21 pm
by aquadran
koney wrote:the number after comand does not matter - always same error: MicomCtrl: MicomCtrl: 1: Syntax error: word unexpected (expecting ")")
it will never works if you do this:
"# MicomCtrl 143
-sh: MicomCtrl: not found
# sh MicomCtrl 143
MicomCtrl: MicomCtrl: 1: Syntax error: word unexpected (expecting ")")
"
Re: Switch off from telnet?
Posted: Tue Jun 08, 2010 8:00 pm
by marcelru
Hi everybody,
# kill -9 exeDSP
will do the job just as well ...
grtz,
marcelr