2011-02-02, 07:53
Sometimes XBMC could be stucked and you want to turn it off, but the system is not responsive and nothing happens when you press Apple remote buttons.
One option that you might consider is to restart it by turning it off.
However, at this time, if you want to restart, you need to tether boot it.
There is a easy way to restart AppleTV2 (without tethering).
This is how I did:
1. Log in to AppleTV2 using SSH
ssh root@IP_Address
where IP_Address is your AppleTV2 IP address.
2. Check the entire process list
ps -A
3. Kill the AppleTV process (/Applications/AppleTV.app/AppleTV)
kill PID
where PID is the number corresponding to the AppleTV process from step 2.
I think this might not be the best way, but in the meantime this might help.
Please reply if you have better ways.
Thanks.
One option that you might consider is to restart it by turning it off.
However, at this time, if you want to restart, you need to tether boot it.
There is a easy way to restart AppleTV2 (without tethering).
This is how I did:
1. Log in to AppleTV2 using SSH
ssh root@IP_Address
where IP_Address is your AppleTV2 IP address.
2. Check the entire process list
ps -A
3. Kill the AppleTV process (/Applications/AppleTV.app/AppleTV)
kill PID
where PID is the number corresponding to the AppleTV process from step 2.
I think this might not be the best way, but in the meantime this might help.
Please reply if you have better ways.
Thanks.