![]() |
Reboot command only shuts down device after installing power kernel (46)
Guys, recently after installing power kernel (46), device is not rebooting if i execute "sudo reboot".
The rebooting process starts, but stops after the device shuts down. i.e., after the device shuts down, the device isnt booting up. Why would this happen after installing power kernel? Now I have to manually switch on the device every time after the device shuts down!! |
Re: Reboot command only shuts down device after installing power kernel (46)
Exact same problem here. There are some rare occasions that it will reboot, but they are rare and not really tied to anything special...
|
Re: Reboot command only shuts down device after installing power kernel (46)
so did u figure out how to fix it? have you been using the prev version of power kernel? was reboot working then?
|
Re: Reboot command only shuts down device after installing power kernel (46)
Works fine for me, I type:
root reboot |
Re: Reboot command only shuts down device after installing power kernel (46)
No, no solution. It reboots after uninstalling power kernel, and stops after reinstalling it. Mine is v46 too. Just to add that this is not your problem only |:)
|
Re: Reboot command only shuts down device after installing power kernel (46)
I've got this problem as well -- it's been happening since I installed v46. Before installing CSSU as well, for what it's worth.
Every once in a while reboot will actually work, but as someone else mentioned, it's rare that it works and I can't put my finger on any one particular thing that would be responsible. |
Re: Reboot command only shuts down device after installing power kernel (46)
LOOKS LIKE, If I remembered correctly now that I read somewhere here in the foruns, that if we left the n900 still in the tablet position ON A TABLE, it will reboot, and in fact sometimes I keep trying and it reboots after 2 or 3 tries and then If I let it there still in the position that I got it rebooting, it will reboot forever. BUT, If I move it, it will stop rebooting.
REALLY strange. Try it. Put it in the tablet position with the thing on the lens opened (not the lens cover, that other thing that makes it not just fall, at around 35º). Then try a reboot. What happens? PS: I just tried, laid it in the tablet position on a table with that thing that surround the lens in the 35º. 2º reboot try: Rebooted. From now on it will reboot until I move it. |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
so what happens if you do straight "sudo reboot" does it work! |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
hopefully the next version of power kernel will fix it? |
Re: Reboot command only shuts down device after installing power kernel (46)
Well, at least a workaround. I tried to disable the accelerometer, that I believe is the thing that is messing things (I cant think of other mechanical thing other then the vibrator on n900 that could be "interested" in any particular position) in power kernel.
No luck |:/ - at least Firefox and PenPen stopped rotating after I did that |:P |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
do u also use alarmd to get this reboot? Thanks very much anyways |
Re: Reboot command only shuts down device after installing power kernel (46)
|
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
basically run echo "/sbin/reboot" | root tada- done!! thanks everybody. feeling good to get the morning reboot backin routine!! |
Re: Reboot command only shuts down device after installing power kernel (46)
I have the power42 kernel with exactly the same issue.
|
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
Sorry I guess the fix is not there yet. echo "/sbin/reboot" | root works most of the time, but not always. would be great if someone can actually fix it, so that even sudo reboot will work!! |
Re: Reboot command only shuts down device after installing power kernel (46)
Does init 6 works for you?
|
Re: Reboot command only shuts down device after installing power kernel (46)
Yep, it's annoying
|
Re: Reboot command only shuts down device after installing power kernel (46)
What is the version of your busybox (type busybox and then enter)?
|
Re: Reboot command only shuts down device after installing power kernel (46)
is it really still neccessary for you guys to reboot it once a day?
Mines runs usually for days...week without problems. And I never missed a call or had big lagging! About the reset: It also does not always work for me, but I dont't bother too much. |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
so can you please tell me what to do with the given files and the instruction given is not in english so need your help . |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
when i do root reboot it reboots, but with 'sudo reboot' it shuts down. |
Re: Reboot command only shuts down device after installing power kernel (46)
I'll try that
|
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
same problem!!! I dunno, prolly I will try not restarting everyday and see. At one point of time, it was performing better with a daily restart- (PR1.1!!) I dunno I might be wrong, will see not restarting it and check the performance. Nevertheless, I guess this should be fixed- reboot should work in power kernels!!! pleaseeeeee!!! |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
it might be something to do with USB connected or keeping it in stand etc- some obscure/ random reason!! |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
Code:
sudo /sbin/reboot |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
|
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
Actually I dont understand why sudo reboot fails almost certainly, but sudo /sbin/reboot works most of the time- at least definitely better than sudo reboot!!! Anybody has a command that reboots with certainty of no less than 100% :'( I am not able to comprehend why this is so difficult and messy with power kernel (which has crossed many revisions I guess!!) Please maemo experts, please help!! |
Re: Reboot command only shuts down device after installing power kernel (46)
mine does this too, i thought it was something to do with the boot loader though...
|
Re: Reboot command only shuts down device after installing power kernel (46)
Same obsevation. Though I think the reboot does start - I see Nokia logo - but then fails just before we'd normally see the flashing dots.
|
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
Code:
dbus-send --system --type=method_call --print-reply --dest=com.nokia.mce "/com/nokia/mce/request" com.nokia.mce.request.req_reboot |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
Code:
Error org.freedesktop.DBus.Error.UnknownMethod: Method "req_reboot" with signature "" on interface "com.nokia.mce.request" doesn't exist |
Re: Reboot command only shuts down device after installing power kernel (46)
Hmm....
Anyway. Try this: Code:
echo "sync;sync;init 6" | root |
Re: Reboot command only shuts down device after installing power kernel (46)
Tried and seems to work.
I have to repeat it a few times though. |
Re: Reboot command only shuts down device after installing power kernel (46)
Quote:
|
Re: Reboot command only shuts down device after installing power kernel (46)
i used to use kernel-power-v40-wl without any reboot problems
but just like all of you guys problems with reboot started from kernel-power-v42 till v47 |
Re: Reboot command only shuts down device after installing power kernel (46)
When one types "reboot" using root privileges one can see that there is a -h (halt) option somewhere in the script running instead of a -r (reboot).
Where is that stored? Maybe we can revert it back to reboot... Is "reboot" a shell function or is it really that binary file /sbin/reboot? |
Re: Reboot command only shuts down device after installing power kernel (46)
I'm giving this a bump as I still have this problem, has anyone found a solution they would care to post (other than the workarounds that have been posted)?
|
Re: Reboot command only shuts down device after installing power kernel (46)
There is another app called "simplereboot"
|
Re: Reboot command only shuts down device after installing power kernel (46)
Same problem here... it happens with x-terminal "reboot" as well as with simplereboot. I gotta try the workarounds, anyway.
Another strange symptom is that sometimes (rarely indeed) device reboots instead of shutting down :eek: First time it occurred I missed alarm clock in the morning (device stopped on PIN screen and that way it seems no alarm can be started). :rolleyes: Now I check twice if device really halted before going to sleep :p |
Re: Reboot command only shuts down device after installing power kernel (46)
the problem is solved in pwer kernel pre50
everything works like charm now :) |
All times are GMT. The time now is 02:36. |
vBulletin® Version 3.8.8