View previous topic :: View next topic |
Author |
Message |
firekopf n00b
Joined: 30 Nov 2004 Posts: 31
|
Posted: Wed Aug 10, 2005 7:45 pm Post subject: computer wont cut power |
|
|
Hi everyone,
I got my gentoo box up and running on a purple imac 333 mhtz computer and everything runs fine, except that when I run shutdown or poweroff or reboot it kills all the programs and does its normal shutting down procedure but it doesn't actually turn off, it just sits there and I have to pull the plug because it doesn't respond to the power button on the actuall computer. Any ideas on how to make it cut the power itself? |
|
Back to top |
|
|
ph03n1x l33t
Joined: 06 Feb 2003 Posts: 756
|
Posted: Wed Aug 10, 2005 7:58 pm Post subject: |
|
|
It's probably since you haven't compiled apm into your kernel?
From your system specs I would guess ACPI is not supported but not 100% sure. You need either apm or acpi to automatically power down. |
|
Back to top |
|
|
firekopf n00b
Joined: 30 Nov 2004 Posts: 31
|
Posted: Thu Aug 11, 2005 4:22 pm Post subject: |
|
|
where is apm configured in the kernal? |
|
Back to top |
|
|
ph03n1x l33t
Joined: 06 Feb 2003 Posts: 756
|
Posted: Thu Aug 11, 2005 4:39 pm Post subject: |
|
|
Power management? |
|
Back to top |
|
|
menschmeier l33t
Joined: 15 Dec 2004 Posts: 727
|
Posted: Thu Aug 11, 2005 4:48 pm Post subject: |
|
|
Hi,
I would recommend you using ACPI not APM. But I don't if APM or ACPI is supported, lets give it a shot.
You can find it in "Power Managment" section, which is almost at the top (5. section). If you use "make xconfig" or "make menuconfig" it is easy to find.
HTH
menschmeier _________________ Please notice the back of this message. |
|
Back to top |
|
|
firekopf n00b
Joined: 30 Nov 2004 Posts: 31
|
Posted: Sat Aug 27, 2005 7:12 pm Post subject: |
|
|
I can't seem to find power management in my kernel. Is it in the 2.6.9 kernel? |
|
Back to top |
|
|
syscrash Guru
Joined: 14 Apr 2003 Posts: 541
|
Posted: Sat Aug 27, 2005 8:09 pm Post subject: |
|
|
firekopf wrote: | I can't seem to find power management in my kernel. Is it in the 2.6.9 kernel? |
Yes.
After typing
Go to
Code: | Power management options (ACPI, APM) ---> |
The options are in there. _________________ Play ET? Come by #gentoo.et on freenode!
http://syscrash.ca |
|
Back to top |
|
|
firekopf n00b
Joined: 30 Nov 2004 Posts: 31
|
Posted: Sat Aug 27, 2005 10:15 pm Post subject: |
|
|
I can't see power management in here.
Linux Kernel v2.6.9-gentoo-r9 Configuration
┌─────────────────────────────────────────────────────────────────────
│ Code maturity level options --->
│ General setup --->
│ Loadable module support --->
│ Processor --->
│ Platform options --->
│ Bus options --->
│ Advanced setup --->
│ Device Drivers --->
│ File systems --->
│ Library routines --->
└────────────┴(+)───────────────────────────────────────────────────── |
|
Back to top |
|
|
|