Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
APM or ACPI or what ever!!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
elmie
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2002
Posts: 124
Location: Brisbane - Australia

PostPosted: Tue Sep 24, 2002 2:58 am    Post subject: APM or ACPI or what ever!! Reply with quote

I'm having a reall problem in setting them up..
I have no idea how to do it in the bios nor in the kernel..

I have an ASUS P3V4X (Apollo 133 Pro) chipset... Mobo..
if some have a similar config.. plz let me know how to set the AMP or ACPI,

The problem is the when I shutdown the PC, the PC stays on, but linux has already shutdown.. I had to turn off the pc manually,, which is kind of annoying.. where windows just shutdown everything include the PC altogether..

plz also I would like to know how to get standby, suspend, or even if there is hiberation too!!
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Sep 24, 2002 3:02 am    Post subject: Reply with quote

Did we lose our thread? This doesn't sound like it was supposed to be a new one.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
elmie
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2002
Posts: 124
Location: Brisbane - Australia

PostPosted: Tue Sep 24, 2002 3:29 am    Post subject: Reply with quote

U tell me, your the moderator... can U help??
Back to top
View user's profile Send private message
ghost_o
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 119

PostPosted: Tue Sep 24, 2002 3:51 am    Post subject: Re: APM or ACPI or what ever!! Reply with quote

elmie wrote:
I'm having a reall problem in setting them up..
I have no idea how to do it in the bios nor in the kernel..

I have an ASUS P3V4X (Apollo 133 Pro) chipset... Mobo..
if some have a similar config.. plz let me know how to set the AMP or ACPI,

The problem is the when I shutdown the PC, the PC stays on, but linux has already shutdown.. I had to turn off the pc manually,, which is kind of annoying.. where windows just shutdown everything include the PC altogether..

plz also I would like to know how to get standby, suspend, or even if there is hiberation too!!


Check out http://www.sf.net/projects/acpi and
http://acpid.sf.net

-G
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Sep 24, 2002 1:06 pm    Post subject: Reply with quote

I think APM is well implemented and, if it is supported by your motherboard, you should use it. First, compile a kernel with apm support and then emerge apmd

Don't forget to RTFM 8)
Back to top
View user's profile Send private message
col
l33t
l33t


Joined: 08 May 2002
Posts: 820
Location: Melbourne - Australia

PostPosted: Tue Sep 24, 2002 4:07 pm    Post subject: Reply with quote

It depends on your motherboard....try basic APM first. ACPI doesnt power down on my board so I had to use APM with no ACPI. Powers down fine now.
Back to top
View user's profile Send private message
duff
Guru
Guru


Joined: 19 Jun 2002
Posts: 466
Location: Clemson, SC

PostPosted: Tue Sep 24, 2002 9:59 pm    Post subject: Reply with quote

col wrote:
It depends on your motherboard....try basic APM first. ACPI doesnt power down on my board so I had to use APM with no ACPI. Powers down fine now.


Lol...I'm just the opposite .. ACPI powers down my laptop, but APM doesn't. But ACPI isn't giving me battery status, so I use APM and just live with pressing the power button.
Back to top
View user's profile Send private message
miunk
Apprentice
Apprentice


Joined: 24 Sep 2002
Posts: 199

PostPosted: Wed Sep 25, 2002 3:07 am    Post subject: last apm kernel option Reply with quote

Have you tried enabling the last option under APM in your kernel config? i forget the name, but it is the last one on list list that comes up when you choose to enable APM. That worked and my machine powers down on its own now. ACPI caused all kinds of errors.
Back to top
View user's profile Send private message
Carlos
Guru
Guru


Joined: 07 Aug 2002
Posts: 458
Location: Providence, RI

PostPosted: Wed Sep 25, 2002 3:28 am    Post subject: Reply with quote

Those of you who are saying that ACPI isn't working; are you sure you've enabled not only ACPI, but the ACPI bus manager, and System under that? That's all I needed to do, and I definitely haven't needed acpid. After all, by the time the system is supposed to be powered down acpid has been stopped...
Back to top
View user's profile Send private message
col
l33t
l33t


Joined: 08 May 2002
Posts: 820
Location: Melbourne - Australia

PostPosted: Wed Sep 25, 2002 8:04 am    Post subject: Reply with quote

how do you get the power button on your PC to send a 'shutdown -h now' like in windows ?
Back to top
View user's profile Send private message
amigadave
n00b
n00b


Joined: 29 Apr 2002
Posts: 55
Location: UK

PostPosted: Tue Oct 01, 2002 6:49 pm    Post subject: Reply with quote

col wrote:
how do you get the power button on your PC to send a 'shutdown -h now' like in windows ?

If you have ACPI working, then try this:
Code:
emerge acpid
rc-update add acpid default
/etc/init.d/acpid start
press powerbutton (cross fingers)
machine shuts down

Works great on my laptop
Back to top
View user's profile Send private message
raziel
n00b
n00b


Joined: 28 Sep 2002
Posts: 38
Location: CO

PostPosted: Tue Oct 01, 2002 7:28 pm    Post subject: Reply with quote

If you have ACPI working, then try this:
Code:
emerge acpid
rc-update add acpid default
/etc/init.d/acpid start
press powerbutton (cross fingers)
machine shuts down

Works great on my laptop[/quote]

I have acpi working on my laptop. I can shutdown just fine with a shutdown -h. But I've emerged acpid, and I can't shut down with a tap of the power button. I've read conflicting opinions that my laptop (Sony Vaio r505EL), has a broken ACPI implementation. At least I can get battery status ans such :)
Back to top
View user's profile Send private message
amigadave
n00b
n00b


Joined: 29 Apr 2002
Posts: 55
Location: UK

PostPosted: Tue Oct 01, 2002 9:37 pm    Post subject: Reply with quote

raziel,
The acpid program checks for ACPI button events and then when it recieves one executes a command (the default is to shutdown the machine). If you have a look at your syslog then you might find some information there about what is going on. It'll be something in /var/log/ depending on which logger you use, or possibly virtual console 12.
Back to top
View user's profile Send private message
col
l33t
l33t


Joined: 08 May 2002
Posts: 820
Location: Melbourne - Australia

PostPosted: Thu Oct 03, 2002 4:15 am    Post subject: Reply with quote

amigadave wrote:
col wrote:
how do you get the power button on your PC to send a 'shutdown -h now' like in windows ?

If you have ACPI working, then try this:
Code:
emerge acpid
rc-update add acpid default
/etc/init.d/acpid start
press powerbutton (cross fingers)
machine shuts down

Works great on my laptop


I have acpid installed and it starts up fine but when I push my power button I get no response . Also now it will not shutdown with a shutdown -h now, instead it reboots....its a gigabyte 7vrxp motherboard.....oh well back to APM :(
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Thu Oct 03, 2002 12:35 pm    Post subject: Reply with quote

AFIK, ACPI doesn't have a complete implementation yet. If APM works, use APM.

col wrote:
amigadave wrote:
col wrote:
how do you get the power button on your PC to send a 'shutdown -h now' like in windows ?

If you have ACPI working, then try this:
Code:
emerge acpid
rc-update add acpid default
/etc/init.d/acpid start
press powerbutton (cross fingers)
machine shuts down

Works great on my laptop


I have acpid installed and it starts up fine but when I push my power button I get no response . Also now it will not shutdown with a shutdown -h now, instead it reboots....its a gigabyte 7vrxp motherboard.....oh well back to APM :(
Back to top
View user's profile Send private message
helmers
Guru
Guru


Joined: 16 Sep 2002
Posts: 553
Location: Stange, Norway

PostPosted: Sat Oct 05, 2002 11:18 am    Post subject: Reply with quote

I was having trouble with ACPI on my laptop, everything worked fine, except the fan didn't work! Wich I didn't notice until something started smelling :roll:

ACPI was compiled with everything on, so it should have worked. After that I switched back to APM, which works without a hitch.

The system in question is a Dell L400.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Oct 05, 2002 12:39 pm    Post subject: Reply with quote

As I said before, AFIK, ACPI doesn't have a complete implementation yet. If APM works, use APM. I am serious!! 8)


helmers wrote:
I was having trouble with ACPI on my laptop, everything worked fine, except the fan didn't work! Wich I didn't notice until something started smelling :roll:

ACPI was compiled with everything on, so it should have worked. After that I switched back to APM, which works without a hitch.

The system in question is a Dell L400.
Back to top
View user's profile Send private message
bicci
n00b
n00b


Joined: 17 Oct 2002
Posts: 14
Location: Brescia, Italia

PostPosted: Thu Oct 17, 2002 1:32 pm    Post subject: APM doesn't turn off my computer! Reply with quote

Hi! When I tell KDE tu shutdown my PC, it closes normally until it says:

Power down.
halt[n] exited with preempt_count 1

with n = a number of 4 or 5 digits (it looks to be different every time). The hard disc seems to stop, but the computer doesn't turn off. What can I do to get it working?
My PC is a Athlon XP 1800+ with 256MB RAM and QDI motherboard (i think :-).
Bicci
Back to top
View user's profile Send private message
col
l33t
l33t


Joined: 08 May 2002
Posts: 820
Location: Melbourne - Australia

PostPosted: Sat Oct 19, 2002 6:47 am    Post subject: Reply with quote

I installed a new kernel & bios & now ACPI works....I can now hit my power button & my PC shuts down....goodbye APM hello ACPI
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Nov 20, 2002 6:41 pm    Post subject: Reply with quote

Getting your PC to Powerdown after shutdown -h Command
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum