Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i installed debian etch on an old msi motherboard (dont know the exact model right now) with a p3
it does not power down when i run /sbin/poweroff, just prints "System halted."
no extra kernel options did NOT work
acpi=force did NOT work
acpi=off apm=power_off did NOT work
acpi=off apm=on did NOT work
and adding stuff like pci=usepirqmask or noapic to the above didnt change anything either.
it DID work on Suse 10.1 out of the box!
and funnily, if i type "halt" into grub's shell, it powers down, too
What about "acpi=ht" or "apm=on apm=power-off" ?
Or you may want to try and add module "apm" to your /etc/modprobe.preload file; but before doing that, do the test: start the PC, su to root, execute "modprobe apm", then halt the PC, it should power off.
What about "acpi=ht" or "apm=on apm=power-off" ?
Or you may want to try and add module "apm" to your /etc/modprobe.preload file; but before doing that, do the test: start the PC, su to root, execute "modprobe apm", then halt the PC, it should power off.
Yves.
thanks for your reply.
i already tried modprobing apm before poweroff, it didnt work.
i'll try your options when i have time.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.