You are not logged in.
I've tried to install Ubuntu 11.04 and my laptop shutdowns and reboots with no problem. FYI the kernel version is 2.6.38-8. I know they have some patches applied, I wonder if this issue is noticed by Ubuntu developers and they have a fix on that. Arch+Gnome3 would be a wonderful setup on my laptop when this shutdown issue is fixed.
do you have laptop-mode-tools enabled in Ubuntu 11.04?
Offline
anezch wrote:I've tried to install Ubuntu 11.04 and my laptop shutdowns and reboots with no problem. FYI the kernel version is 2.6.38-8. I know they have some patches applied, I wonder if this issue is noticed by Ubuntu developers and they have a fix on that. Arch+Gnome3 would be a wonderful setup on my laptop when this shutdown issue is fixed.
do you have laptop-mode-tools enabled in Ubuntu 11.04?
Ok, I want to update my previous post about Ubuntu 11.04.
First, no, I don't install/use laptop-mode.
Second, while I was running Ubuntu 10.04 last night I realized that my laptop is running hot. So I installed cpufreq-utils and check the frequency, it was 2.4Ghz all the time with 'performance' governor activated. Then I modified the conf to set 'ondemand' governor and ... bummer ... it hangs on shutdown.
So just forget my comment about Ubuntu 11.04 as it also hang when ondemand governor is activated.
Then I'm back to use my ARCH setup, and I find that if I unplug my LAN before going on halt, it shutdowns smoothly. I've done about 3 shutdowns and reboots and it all gone well.
Just to remind about my hardware, it is ASUS A42JC with core i3 processor. Daemons and modules in rc.conf are:
DAEMONS=(acpid syslog-ng crond dbus hal networkmanager netfs @crond @cpufreq)
MODULES=(acpi_call acpi-cpufreq fuse cpufreq_ondemand cpufreq_powersave)
Offline
diegoviola wrote:anezch wrote:I've tried to install Ubuntu 11.04 and my laptop shutdowns and reboots with no problem. FYI the kernel version is 2.6.38-8. I know they have some patches applied, I wonder if this issue is noticed by Ubuntu developers and they have a fix on that. Arch+Gnome3 would be a wonderful setup on my laptop when this shutdown issue is fixed.
do you have laptop-mode-tools enabled in Ubuntu 11.04?
Ok, I want to update my previous post about Ubuntu 11.04.
First, no, I don't install/use laptop-mode.
Second, while I was running Ubuntu 10.04 last night I realized that my laptop is running hot. So I installed cpufreq-utils and check the frequency, it was 2.4Ghz all the time with 'performance' governor activated. Then I modified the conf to set 'ondemand' governor and ... bummer ... it hangs on shutdown.
So just forget my comment about Ubuntu 11.04 as it also hang when ondemand governor is activated.
Then I'm back to use my ARCH setup, and I find that if I unplug my LAN before going on halt, it shutdowns smoothly. I've done about 3 shutdowns and reboots and it all gone well.
Just to remind about my hardware, it is ASUS A42JC with core i3 processor. Daemons and modules in rc.conf are:
DAEMONS=(acpid syslog-ng crond dbus hal networkmanager netfs @crond @cpufreq)
MODULES=(acpi_call acpi-cpufreq fuse cpufreq_ondemand cpufreq_powersave)
Same thing with my ThinkPad T510. I was able to hang my laptop on shutdown by simply changing the CPU governor to ondemand. This without having laptop-mode-tools installed or running at all.
I hope this issue gets fixed soon with the upcoming kernels.
Last edited by diegoviola (2011-05-06 06:32:46)
Offline
On my EeePC, if I don't stop laptop-mode manually while on battery root is not unmounted cleanly at shutdown.
My workaround is a simple script in /etc/rc.local.shutdown:
#!/bin/bash
# Script to stop laptop-mode before shutdown
# added to rc.local.shutdown
lm="rc.d list | grep laptop"
ofl="$(grep "off-line" <(acpi -V))"
if [ -n "$ofl" ] && [ -n "$lm" ]; then
rc.d stop laptop-mode
fi
# edited to reflect the recent change from rc to rc.d
Offline
My Thinkpad T61 doesn't completly go off or reboot since about 1-2 weeks and I suspect kernel 2.6.38 (running latest 2.6.38.5-1 at the moment) upgrade to be related to the issue. It doesn't work even for root user: when I type 'shutdown -h now' or ' reboot' as root, then all services get stopped but then it gets stuck on 'POWER OFF' or 'REBOOTING' message. kernel.log file says 'apm: BIOS not found', but I think it was always the case before.
Is anyone else experiencing this?
Offline
Yes - quite a few of us. Merging...
Offline
My Thinkpad T61 doesn't completly go off or reboot since about 1-2 weeks and I suspect kernel 2.6.38 (running latest 2.6.38.5-1 at the moment) upgrade to be related to the issue. It doesn't work even for root user: when I type 'shutdown -h now' or ' reboot' as root, then all services get stopped but then it gets stuck on 'POWER OFF' or 'REBOOTING' message. kernel.log file says 'apm: BIOS not found', but I think it was always the case before.
Is anyone else experiencing this?
I am experiencing exactly the same problem. I am using THinkpad X201s
Offline
After a long linux hiatus enjoying Windows 7, I am now back on Arch, and for the first time on my new Thinkpad as well.
I have run into a bit of a glitch post-install though. I can't reboot. Everything shuts down just fine, the partitions are unmounted and I get the REBOOTING message at the commandline and this is where you expect it to shut down and boot up again. Instead it just hangs at REBOOTING and I have to hold down the power button to force a shutdown.
Any tips on what I can do? This happens both with regular user shutdown from xfce and executing a reboot as root.
Offline
Merging with the poweroff bug thread...
Offline
After a long linux hiatus enjoying Windows 7, I am now back on Arch, and for the first time on my new Thinkpad as well.
I have run into a bit of a glitch post-install though. I can't reboot. Everything shuts down just fine, the partitions are unmounted and I get the REBOOTING message at the commandline and this is where you expect it to shut down and boot up again. Instead it just hangs at REBOOTING and I have to hold down the power button to force a shutdown.
Any tips on what I can do? This happens both with regular user shutdown from xfce and executing a reboot as root.
Do you use laptop-mode-tools? If so, have you tried disabling it from your system?
Offline
tried it now and it seemed to do the trick.
Offline
Hi all,
Here's an update: I can reproduce the error somewhat more regularly (and also under somewhat different conditions):
With laptop-mode, like many others, I can never successfully power off.
If I disable laptop-mode, I can successfully power off IF I do not suspend my computer. If I suspend it even once, then it fails to power off. I checked this with cpufreqd on and off, and it was independent of having a cpu governor loaded. Furthermore, I tried with and without wicd started, and the result was still the same: if I suspend it works (without laptop-mode) and if I never suspend, then it successfully reboots.
This is just a side comment, which is really more of a rant: You should not publicly (and ideally not privately) complain about a behavior in open source software. It's amazing that these people spend such a great deal of time to make such amazing software, and you're annoyed because of this trivial issue. Part of using the software is agreeing that it may have bugs.
I am using 64 bit kernel26-2.6.38-pf8 (from AUR).
Offline
It's amazing that these people spend such a great deal of time to make such amazing software, and you're annoyed because of this trivial issue. Part of using the software is agreeing that it may have bugs.
QFT.
Offline
Is this problem still present with Linux 2.6.39, which was just released today?
Offline
I just compiled kernel26-ck from AUR, which is using 2.6.39-3 (which it downloaded from kernel.org, which I feel bad about!). I booted my computer (without laptop-mode-tools), suspended it, resumed it (thankfully this still worked), and attempted to reboot. My system still hangs with the message (Disabling IRQ #19) under this process.
Thanks,
Ryan
Last edited by measure (2011-05-25 21:34:07)
Offline
Same problem on ASUS TF3 with laptop-mode tools installed with latest kernel from testing.
Everything less than immortality is a complete waste of time!
Offline
I wonder if kernel developers are aware about this problem, I opened the bug report from diegoviola but there are no answer yet. Maybe this bug seems minor but I think there are some other problems in the kernel regarding to Intel Core processors.
Offline
I wonder if kernel developers are aware about this problem, I opened the bug report from diegoviola but there are no answer yet. Maybe this bug seems minor but I think there are some other problems in the kernel regarding to Intel Core processors.
I was wondering the same thing. Should we contact the Intel people directly?
Offline
Hi,
same problem here on Latitude e6510 and e6400
After reading this thread i wrote the following script for my laptops. Its a work around stopping laptop-mode and reset the cpu governor to performance. This script I put in my /etc/rc.local.shutdown
#!/bin/sh
/sbin/rc.d stop laptop-mode
NUMPROC=`cat /proc/cpuinfo | grep processor | wc -l`
for ((i=0;i<NUMPROC;i++))
do
cpufreq-set -c $i -g performance
done
Cu
Schumbi
Offline
FINALLY!
A guy from Intel replied to the issue: https://bugzilla.kernel.org/show_bug.cgi?id=33872#c19
I wrote them an email.
Last edited by diegoviola (2011-06-01 05:15:41)
Offline
FINALLY!
A guy from Intel replied to the issue: https://bugzilla.kernel.org/show_bug.cgi?id=33872#c19
I wrote them an email.
I tried his (Len Brown) suggestion but it did not fix this issue.
Last edited by anezch (2011-06-01 05:58:15)
Offline
diegoviola wrote:FINALLY!
A guy from Intel replied to the issue: https://bugzilla.kernel.org/show_bug.cgi?id=33872#c19
I wrote them an email.
I tried his (Len Brown) suggestion but it did not fix this issue.
Same here, I tried his suggestion also and it didn't fix the issue. The good thing is that we have an Intel engineer paying attention to our case (bug has been assigned, and they are requesting information, etc.), and hopefully they will fix the ACPI/shutdown issue with the kernel.
fingers crossed, let's hope for the best.
Last edited by diegoviola (2011-06-01 06:16:42)
Offline
Please everyone, keep an eye to the upstream bug here: https://bugzilla.kernel.org/show_bug.cgi?id=33872
Let's help the Intel engineer to provide technical information as he requests it so we can help to get this issue fixed for once.
Thanks.
Last edited by diegoviola (2011-06-01 07:29:02)
Offline
hey guys, can you give me a hand here please?
it would be nice if we can give different outputs from different machines to resolve the issue.
thanks
https://bugzilla.kernel.org/show_bug.cgi?id=33872
Last edited by diegoviola (2011-06-02 11:24:40)
Offline
We found the real issue here, the culprit is the e1000e module, put that module in blacklist and the problem should go away.
Thanks to the Intel people, they are awesome for helping. Thanks everyone for helping on this .
You can follow our progress here:
https://bugzilla.kernel.org/show_bug.cgi?id=33872
P.S.: Hopefully they will fix that e1000e driver now.
Last edited by diegoviola (2011-06-03 04:05:25)
Offline