You are not logged in.
Pages: 1
recently my mainboard died and after I replaced it I updated my system, so Im not really sure if its a bios thing or not, but Ive tried changing most of the power setting in the bios menu.
anyway, before my machine would power down after shutdown, now it just sits there and waits for me to push the power button.
?
Offline
This usally works for me.
shutdown -h now
Offline
Sounds like an ACPI issue. Are you running a stock kernel or one you built yourself?
Offline
yeah it's a stock 2.6 kernel from the archlinux 0.7 release. I can't remember if there was an ACPI entry in my kernel boot line. If there hasn't been a mod since I updated then it must be a bios issue.
Offline
Just a guess : maybe running the acpid daemon might help.
Offline
append acpi=off
Offline
Have you tried "shutdown -hP now" ?
Whenever you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it.
Offline
none of this is working. I don't have acpi running. should I? what I think I need is to have my machine interpret the signal 'poweroff' which is being sent from the shutdown script. sounds more like a bios adjustment to me.
Offline
Have you treid booting into kernel 2.4 to see if power off works with a difrent kernel?
I've googled a bit and found some post about power off not working after a kernel updat (2.0 to 2.2 and 2.2 to 2.4).
Whenever you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it.
Offline
it worked with the stock 2.6.10 kernel before I did a system update
Offline
none of this is working. I don't have acpi running. should I? what I think I need is to have my machine interpret the signal 'poweroff' which is being sent from the shutdown script. sounds more like a bios adjustment to me.
The machine will not power down without you pushing the power button unless APCI is turned on. 'poweroff' is an APCI signal, so ... you get the point. Unless you have a reason for turning off APCI, why do it?
·¬»· i am shadowhand, powered by webfaction
Offline
what is acpi and what is acpid? do I need to install both? I installed acpid but it appears I need some events. I'm certain I've never had to do this before.
Offline
is reboot an acpi signal? that still works.
# Power off or reboot
if [ "$RUNLEVEL" = "0" ]; then
printsep
printhl "${C_H2}POWER OFF"
/sbin/poweroff -d -f -h -i
else
printsep
printhl "${C_H2}REBOOTING"
/sbin/reboot -d -f -i
fi
Offline
still not solved...
Offline
Maybe you have to add acpi=force to the append line in the lilo.conf. My laptop needed this for a long time of kernel releases.
What motherboard/chipset is it?
Offline
It is an MSI K7T Turbo mainboard with a VIA KT133A chipset and Award BIOS. Previous to it I had a Chaintech with the same chip I believe, but it was a diff BIOS, AMI or Phoenix.
I'm using Grub, have installed acpi and acpid, although I have no events. As I have said, I never had any and not running it in the past and therefore don't believe this is the prob - but I will try anything!
Offline
have you turned on acpi in the bios?
--(*(cs25x--));
Offline
acpi is and has always been on
Offline
to clear things up a little bit, acpid is not required. it lets you do cool things during acpi events ... such as clicking the power button. for instance, i have my computer do a clean shutdown when i click the power button.
have you tried downgrading your kernel to make sure shutdown still works with the old version?
Offline
A friend of mine tried several hardware variations of the MSI K7T Turbo board, and some of them are not working correctly.
one for example could only run windows 98, but crashed on windows 2k & xp.
another ran only stable under wxp.
All had the same chipset and bios ....
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
as I said I never had acpi running nor any events with the other mainboard. I'm certain it's somewhere in the bios.
It's not really a problem, just puzzles me why it doesn't work with this mobo.
Let's just close this thread. Thanks everyone.
Offline
well, you guys are not going to beleive this.
when I put in the new mainboard I only attached the power connector, but never the power or hdd LEDs. Im sure I just wanted to see if it booted and was probably so excited I forgot.
well I got around to it today and what do you know, it powered complete off.
told you you wouildn't beleive it.
Offline
Pages: 1