View Single Post
Old 10-27-2009, 04:54 AM   #1
AlexLi
Alex Li
AlexLi began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Oct 2009
Device: iLiad
How can reboot from a crash iLiad (Close)

Hi,
I have irex iLiad ER0141,
Today, I try create shell script can run /etc/init.d/networking restart and cat ifconfig to a txt file from dropbear. It like as:
Code:
export DISPLAY=:0
export scriptdir=`/usr/bin/dirname $0`
cd $scriptdir
/etc/init.d/networking restart
echo `ifonfig` > ifconfig.txt
When I runing from conttenlist.
The iLiad screen like hold, and I can not to do anything.(includ hold iLiad power button try to reboot)
Now, I don't know how can to reboot my iLiad.
If you know other solution can reboot the iLiad. Please tall me.

Last edited by AlexLi; 10-27-2009 at 08:00 AM.
AlexLi is offline   Reply With Quote