| View previous topic :: View next topic |
| Author |
Message |
HamRadio Guest
|
Posted: Mon Nov 17, 2008 1:01 am Post subject: No reboot on my notebook |
|
|
Hi,
I have an HP-Compaq NC4200 notebook (Pentium 4 M, ICH6 chipset, i915
graphic chip, etc.) running Debian Lenny.
This system can only shutdown, and not reboot.
If I do "shutdown -r now" it terminates regularly all processes but it
ends up with:
Restarting system.
machine restart
and at this point it hangs on until I manually power it off with the
power switch.
The sysrq "alt-stamp-b" has no effect.
This happens with my 2.6.27.4 custom "vanilla" kernel as well as with the
official 2.6.26-1-686 Debian kernel.
Somewhere on the net I've read that some modules could prevent the system
from switching off, so I've tried going down at runlevel 1, then killing
all (killable) processes, and "modprobe -r" all modules, reaching this
situation:
# lsmod
Module Size Used by
ipv6 242788 8
processor 27824 1
thermal_sys 10976 1 processor
hwmon 2196 1 thermal_sys
intel_agp 25476 1
agpgart 28656 1 intel_agp
# ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [S]
2 ? S< 0:00 [kthreadd]
3 ? S< 0:00 [ksoftirqd/0]
4 ? S< 0:00 [rcu_sched_grace]
5 ? S< 0:00 [events/0]
6 ? S< 0:00 [khelper]
35 ? S< 0:00 [kintegrityd/0]
37 ? S< 0:00 [kblockd/0]
39 ? S< 0:00 [kacpid]
40 ? S< 0:00 [kacpi_notify]
143 ? S< 0:00 [ata/0]
144 ? S< 0:00 [ata_aux]
146 ? S< 0:00 [kseriod]
177 ? S 0:00 [pdflush]
178 ? S 0:00 [pdflush]
179 ? S< 0:00 [kswapd0]
223 ? S< 0:00 [aio/0]
316 ? S< 0:00 [scsi_eh_0]
319 ? S< 0:00 [scsi_eh_1]
352 ? S< 0:00 [kjournald]
6269 tty1 Ss 0:00 init [S]
6270 tty1 R 0:01 bash
7479 tty1 R+ 0:00 ps ax
But the command "shutdown -r now" failed again, remaining stuck always at
same point...
The bios and the hardware should be fine, as the system can regularly
reboot under Windoze XP.
Anyone could please give me some hints?
Thank you in advance.
--
hamradio@toglimi.quipo.it
ANTI-SPAM: please cut "toglimi." for my real e-mail address.
AMD Athlon(tm) 1333 running Linux 2.6.26.5-1 on Debian GNU/Linux lenny/sid
Registered Linux user #291116 http://counter.li.org |
|
| |
|
Back to top |
notbob Guest
|
Posted: Mon Nov 17, 2008 1:32 am Post subject: Re: No reboot on my notebook |
|
|
On 2008-11-16, HamRadio <hamradio@remove.this.quipo.it> wrote:
| Quote: | Anyone could please give me some hints?
|
I have no notebook, but maybe this will help:
http://tuxmobil.org/apm_linux.html
Whenever I had probs with shutdown command, loading apm module always did the
trick. (slackware on desktop)
nb |
|
| |
|
Back to top |
The Natural Philosopher Guest
|
Posted: Mon Nov 17, 2008 1:46 am Post subject: Re: No reboot on my notebook |
|
|
notbob wrote:
| Quote: | On 2008-11-16, HamRadio <hamradio@remove.this.quipo.it> wrote:
Anyone could please give me some hints?
I have no notebook, but maybe this will help:
http://tuxmobil.org/apm_linux.html
Whenever I had probs with shutdown command, loading apm module always did the
trick. (slackware on desktop)
nb
yeah..something to do with power management.. |
|
|
| |
|
Back to top |
HamRadio Guest
|
Posted: Mon Nov 17, 2008 3:01 pm Post subject: Re: No reboot on my notebook |
|
|
Il Sun, 16 Nov 2008 19:32:54 +0000, notbob ha scritto:
| Quote: | http://tuxmobil.org/apm_linux.html
Whenever I had probs with shutdown command, loading apm module always
did the trick. (slackware on desktop)
|
I currently have all acpi modules but no apm modules.
Do you mean that I'd swich to apm instead of acpi?
--
hamradio@toglimi.quipo.it
ANTI-SPAM: please cut "toglimi." for my real e-mail address.
AMD Athlon(tm) 1333 running Linux 2.6.26.5-1 on Debian GNU/Linux lenny/sid
Registered Linux user #291116 http://counter.li.org |
|
| |
|
Back to top |
notbob Guest
|
Posted: Mon Nov 17, 2008 11:23 pm Post subject: Re: No reboot on my notebook |
|
|
On 2008-11-17, HamRadio <hamradio@remove.this.quipo.it> wrote:
| Quote: | I currently have all acpi modules but no apm modules.
Do you mean that I'd swich to apm instead of acpi?
|
No. Not needing acpi on a desktop, I have apm. I just thought that article
would shed some light on your prob. If not, keep digging is all I can say.
nb |
|
| |
|
Back to top |
HamRadio Guest
|
Posted: Thu Nov 20, 2008 12:21 am Post subject: Re: No reboot on my notebook |
|
|
Hi,
for those having a similar problem, I solved it by simply appending
"reboot=b" to the kernel command line into /etc/lilo.conf.
Bye.
--
hamradio@toglimi.quipo.it
ANTI-SPAM: please cut "toglimi." for my real e-mail address.
AMD Athlon(tm) 1333 running Linux 2.6.26.5-1 on Debian GNU/Linux lenny/sid
Registered Linux user #291116 http://counter.li.org |
|
| |
|
Back to top |
|