* how to back from suspend without shutdown
@ 2006-04-19 13:49 Sergio Monteiro Basto
2006-04-20 1:20 ` Nigel Cunningham
0 siblings, 1 reply; 7+ messages in thread
From: Sergio Monteiro Basto @ 2006-04-19 13:49 UTC (permalink / raw)
To: acpi devel
Hi everybody,
I have a new laptop one HP Compaq NX6110 , that works quite well with
suspend and hibernation.
But after suspend , how I bring back computer ?, the only key that I
know is power button, but after press power button and laptop wake-up,
Begins the shutdown process because is triggered the power button
shutdown .
any ideas ?
Other question klaptop let me choose performance profile:
userspace or performance, which one is better ? and why ?
Klaptop allows also to define CPU throttling which is in 00% but I can
choose 0,12 25, 37, 50, 62, 75 and 87. What is the propose of this
settings ?
thanks in advance ,
--
Sergio M. B.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to back from suspend without shutdown
2006-04-19 13:49 how to back from suspend without shutdown Sergio Monteiro Basto
@ 2006-04-20 1:20 ` Nigel Cunningham
2006-04-20 17:07 ` Sergio Monteiro Basto
0 siblings, 1 reply; 7+ messages in thread
From: Nigel Cunningham @ 2006-04-20 1:20 UTC (permalink / raw)
To: Sergio Monteiro Basto; +Cc: acpi devel
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
Hi.
On Wednesday 19 April 2006 23:49, Sergio Monteiro Basto wrote:
> Hi everybody,
> I have a new laptop one HP Compaq NX6110 , that works quite well with
> suspend and hibernation.
>
> But after suspend , how I bring back computer ?, the only key that I
> know is power button, but after press power button and laptop wake-up,
> Begins the shutdown process because is triggered the power button
> shutdown .
> any ideas ?
>
> Other question klaptop let me choose performance profile:
> userspace or performance, which one is better ? and why ?
>
> Klaptop allows also to define CPU throttling which is in 00% but I can
> choose 0,12 25, 37, 50, 62, 75 and 87. What is the propose of this
> settings ?
>
> thanks in advance ,
Try building acpi button support as a module and unloading it during the
cycle.
Regards,
Nigel
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to back from suspend without shutdown
2006-04-20 1:20 ` Nigel Cunningham
@ 2006-04-20 17:07 ` Sergio Monteiro Basto
0 siblings, 0 replies; 7+ messages in thread
From: Sergio Monteiro Basto @ 2006-04-20 17:07 UTC (permalink / raw)
To: Nigel Cunningham; +Cc: acpi devel
Hi,
unload acpid (service acipd stop) before suspend is more easy and
works.
thanks,
On Thu, 2006-04-20 at 11:20 +1000, Nigel Cunningham wrote:
> Hi.
>
> On Wednesday 19 April 2006 23:49, Sergio Monteiro Basto wrote:
> > Hi everybody,
> > I have a new laptop one HP Compaq NX6110 , that works quite well with
> > suspend and hibernation.
> >
> > But after suspend , how I bring back computer ?, the only key that I
> > know is power button, but after press power button and laptop wake-up,
> > Begins the shutdown process because is triggered the power button
> > shutdown .
> > any ideas ?
> >
> > Other question klaptop let me choose performance profile:
> > userspace or performance, which one is better ? and why ?
> >
> > Klaptop allows also to define CPU throttling which is in 00% but I can
> > choose 0,12 25, 37, 50, 62, 75 and 87. What is the propose of this
> > settings ?
> >
> > thanks in advance ,
>
> Try building acpi button support as a module and unloading it during the
> cycle.
>
> Regards,
>
> Nigel
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: how to back from suspend without shutdown
@ 2006-04-19 13:59 Yu, Luming
2006-04-21 23:06 ` Sergio Monteiro Basto
0 siblings, 1 reply; 7+ messages in thread
From: Yu, Luming @ 2006-04-19 13:59 UTC (permalink / raw)
To: Sergio Monteiro Basto, acpi devel
>Hi everybody,
>I have a new laptop one HP Compaq NX6110 , that works quite well with
>suspend and hibernation.
>
>But after suspend , how I bring back computer ?, the only key that I
>know is power button, but after press power button and laptop wake-up,
>Begins the shutdown process because is triggered the power button
>shutdown .
>any ideas ?
Maybe you need to write a patch:
acpi_button_notify:
if(acpi_during_suspend_resume)
don't generate power button event to confuse user space
daemon,
for acpi_during_suspend_ruesme definition please search title
"Power-button event after resume from S3" in acpi ML archive.
Thanks,
Luming
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: how to back from suspend without shutdown
2006-04-19 13:59 Yu, Luming
@ 2006-04-21 23:06 ` Sergio Monteiro Basto
0 siblings, 0 replies; 7+ messages in thread
From: Sergio Monteiro Basto @ 2006-04-21 23:06 UTC (permalink / raw)
To: Yu, Luming; +Cc: acpi devel
[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]
On Wed, 2006-04-19 at 21:59 +0800, Yu, Luming wrote:
> >Hi everybody,
> >I have a new laptop one HP Compaq NX6110 , that works quite well with
> >suspend and hibernation.
> >
> >But after suspend , how I bring back computer ?, the only key that I
> >know is power button, but after press power button and laptop wake-up,
> >Begins the shutdown process because is triggered the power button
> >shutdown .
> >any ideas ?
>
> Maybe you need to write a patch:
>
> acpi_button_notify:
> if(acpi_during_suspend_resume)
> don't generate power button event to confuse user space
> daemon,
I agree 100% , just more simply and more specific
acpi_button_notify:
if (acpi_during_suspend_resume && power_button_event)
don't generate event to confuse user space daemon
>
> for acpi_during_suspend_ruesme definition please search title
> "Power-button event after resume from S3" in acpi ML archive.
>
so the patch is this
http://marc.theaimsgroup.com/?l=linux-acpi&m=114472292910442&w=2
I don't agree with not sending other events than power_button_event.
On my point of view, the perfect way, is have user space daemon
receiving all events after suspend less the power_button_event, because
this one was used to make machine wake up, simply like that.
Thanks,
> Thanks,
> Luming
--
Sérgio M. B.
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2166 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: how to back from suspend without shutdown
@ 2006-04-21 1:43 Yu, Luming
2006-04-21 14:27 ` Volker Braun
0 siblings, 1 reply; 7+ messages in thread
From: Yu, Luming @ 2006-04-21 1:43 UTC (permalink / raw)
To: Sergio Monteiro Basto, Nigel Cunningham; +Cc: acpi devel
>unload acpid (service acipd stop) before suspend is more easy and
>works.
Hmm, it is an easy and ugly workaround. I bet this kind of question
would be
raised again and again on this mailing list, if no code fix exists.
--Luming
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: how to back from suspend without shutdown
2006-04-21 1:43 Yu, Luming
@ 2006-04-21 14:27 ` Volker Braun
0 siblings, 0 replies; 7+ messages in thread
From: Volker Braun @ 2006-04-21 14:27 UTC (permalink / raw)
To: linux-acpi
I ran into that problem, too. Since the acpid stop/resume workaround
is so obvious I didn't make a lot of noise about it. But it would be good
if it worked automatically.
Volker
On Fri, 21 Apr 2006 09:43:42 +0800, Yu, Luming wrote:
> Hmm, it is an easy and ugly workaround. I bet this kind of question
> would be raised again and again on this mailing list, if no code fix
> exists.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-04-21 22:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 13:49 how to back from suspend without shutdown Sergio Monteiro Basto
2006-04-20 1:20 ` Nigel Cunningham
2006-04-20 17:07 ` Sergio Monteiro Basto
-- strict thread matches above, loose matches on Subject: below --
2006-04-19 13:59 Yu, Luming
2006-04-21 23:06 ` Sergio Monteiro Basto
2006-04-21 1:43 Yu, Luming
2006-04-21 14:27 ` Volker Braun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox