 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

29th November 2004, 03:53 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
acpi_power_off call SOLVED for laptop and desktop
Ok when I first installed FC3 I encounter this problem: "acpi_power_off call" when turning off my laptop or desktop it would not shotdown completely. I needed to press down the power button to achieve complete shutdown.
So in my desktop I entered the bios and disabled the acpi feature (is under power management) and added this line the my kernel line in FC3: acpi=ht and this means acpi feature is disable in bios and the desktop would complete power off.
BUT I had a second problem every time I used windows XP or 2000 the pc would not power off completely. This was because acpi was disabled in the bios. I also needed to press the button to completely shutdown XP or W2K.
SOLUTION
Keep the acpi feature ENABLED in your BIOS and instead of using acpi=off, I added: acpi=ht. Now desktop powers off completely in linux or windows.
This is how it looks in the grub:
Code:
title Fedora Core (2.6.9-1.681_FC3)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.681_FC3 ro root=/dev/VolGroup00/LogVol00 rhgb quiet acpi=ht
I hope it will help you.
UPDATE accordig to this bug report using acpi=ht may work for some motherboads and this time it did work! Finally my desktop powers off. I try about 20 times and all worked.
UPDATE This is so odd I did an installation on silimiar pc, ran all the updates and added acpi=ht to the grub and it did not work. So I tried acpi=off and It worked. The differences between both pc is the cpu clock but the ram remains the same which is ddr.
Im still working on solutions for the laptop.
Last edited by imdeemvp; 23rd December 2004 at 06:18 PM.
|

29th November 2004, 04:18 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
|
So you appear to be saying that explicitly enabling acpi solved your poweroff issues?
Weird...
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

29th November 2004, 04:22 AM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,218

|
|
|
Glad it worked for imdeemvp, but no luck with my system - hangs on acpi_power_off with acpi=on. I'm back to acpi=off and waiting for the whole thing to turn into molten slag.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

29th November 2004, 04:23 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
YES...
For may laptop is automatically ENABLED no option to disable it (EDITED in the laptop it stop working 11.30.04 so it may work or not). For my desktop I had disabled it at one point but XP or 2000 will not shutdown completely. So, I enabled it again and instead of using acpi=ht I addded 'ht'. And now both system poweroff completely. I no longer get the message from XP or 2000 that says: "It is now safe to turn off your computer'.
BTW.... I have a DFI motherboard with AMD 2800+
Last edited by imdeemvp; 30th November 2004 at 08:16 PM.
|

30th November 2004, 11:55 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
UPDATE if you use acpi=ht it may work for some motherboards so give it a try!
according to this bug report: https://bugzilla.redhat.com/bugzilla....cgi?id=132761
Last edited by imdeemvp; 30th November 2004 at 12:05 PM.
|

30th November 2004, 12:39 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,218

|
|
|
Acpi=ht did it! Thank you, SIR!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

30th November 2004, 09:13 PM
|
|
Registered User
|
|
Join Date: Nov 2004
Location: here
Posts: 595

|
|
Quote:
|
Acpi=ht did it! Thank you, SIR
|
Worked for me too. Thanks!
|

1st December 2004, 08:12 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
I am glad its working for you guys too.
|

1st December 2004, 08:46 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 9

|
|
|
I have not tried acpi=ht since I found comments that it is not a good idea for laptops:
I found this somewhere:
About comment #32:
Setting acpi=ht simply turns off ACPI here: Machine makes lots of
noise, and /proc/acpi doesn't exist. So that's certainly not a
solution here. (Actually, I believe that it may be damaging on some
systems if ACPI is turned off, due to overheating.)
|

1st December 2004, 09:12 AM
|
 |
Community Manager
|
|
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,367

|
|
|
Test is succesful on my system.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
|

1st December 2004, 11:07 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
Now the questions is what does acpi=ht do?
|

5th December 2004, 01:18 AM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Monterey Park, CA
Age: 34
Posts: 78

|
|
|
sure enough, acpi=ht worked for me. before i did that, i would get some complaing about irq11. now, i don't see that complaint and my desktop powers down. thanks!!!
__________________
"Your ideas are intriguing to me and I wish to subscribe to your newsletter."
|

5th December 2004, 02:01 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
Quote:
|
Originally Posted by zulaica
sure enough, acpi=ht worked for me. before i did that, i would get some complaing about irq11. now, i don't see that complaint and my desktop powers down. thanks!!!
|
I am still trying to find out what acpi=ht means?
|

5th December 2004, 02:11 AM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Monterey Park, CA
Age: 34
Posts: 78

|
|
i've done some searching, and all i've found so far is that
Quote:
|
ht=run at bootup and stop.
|
http://mandrakeusers.org/lofiversion...hp/t15477.html
perhaps "ht" stands for "halt"? *shrug*
__________________
"Your ideas are intriguing to me and I wish to subscribe to your newsletter."
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 02:39 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|