* Re: how to get Fn key working on compaq 2100/2110
@ 2003-06-22 15:51 David Cougle
[not found] ` <Law9-F77zPZrIkyPzGN00036197-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: David Cougle @ 2003-06-22 15:51 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
nevermind, it works, but fn plus suspend key does nothing.
does this mean my compaq 2100/2110 does not have suspend to ram?
>From: Markus Gaugusch <markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org>
>CC: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] how to get Fn key working on compaq 2100/2110
>Date: Sun, 22 Jun 2003 12:35:45 +0200 (CEST)
>
>On Jun 22, David Cougle <dcougle-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:
> > I read on another mailing list that acpi patch allowed fn key to work in
> > linux for another compaq, I was wondering if it's possible to get it to
> > work, since fn+ a few function keys has suspend, changing of brightness,
> > etc.
>So, what's your question? Have you tried the ACPI patch?
>
>Markus
>--
>__________________ /"\
>Markus Gaugusch \ / ASCII Ribbon Campaign
>markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org X Against HTML Mail
> / \
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: INetU
>Attention Web Developers & Consultants: Become An INetU Hosting Partner.
>Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
>INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <Law9-F77zPZrIkyPzGN00036197-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <Law9-F77zPZrIkyPzGN00036197-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> @ 2003-06-23 9:20 ` Ducrot Bruno [not found] ` <20030623092026.GS19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Ducrot Bruno @ 2003-06-23 9:20 UTC (permalink / raw) To: David Cougle; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sun, Jun 22, 2003 at 10:51:54AM -0500, David Cougle wrote: > nevermind, it works, but fn plus suspend key does nothing. > does this mean my compaq 2100/2110 does not have suspend to ram? S3 (aka suspend to ram) is not supported in Linux 2.4, but even though it was the case, you have to install a little daemon called acpid. In all case, you can test if at least this key work by cat /proc/acpi/events then press fn-suspend and see if an event is recorded. Then, via acpid, you can actually do what you want, by writting a little shell script in order to handle this key. Cheers, -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20030623092026.GS19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>]
* RE: how to get Fn key working on compaq 2100/2110 [not found] ` <20030623092026.GS19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> @ 2003-06-24 18:08 ` David Cougle [not found] ` <001701c33a7b$a89ff6f0$3201a8c0-HrsG2tOhabjQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: David Cougle @ 2003-06-24 18:08 UTC (permalink / raw) To: 'Ducrot Bruno'; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Is this to say that with 2.5/2.6 my Compaq 2100/2110 will bypass kernel and suspend to ram? How do I see if it supports that? I am running acpid. -----Original Message----- From: Ducrot Bruno [mailto:ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org] Sent: Monday, June 23, 2003 3:20 AM To: David Cougle Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: Re: [ACPI] how to get Fn key working on compaq 2100/2110 On Sun, Jun 22, 2003 at 10:51:54AM -0500, David Cougle wrote: > nevermind, it works, but fn plus suspend key does nothing. > does this mean my compaq 2100/2110 does not have suspend to ram? S3 (aka suspend to ram) is not supported in Linux 2.4, but even though it was the case, you have to install a little daemon called acpid. In all case, you can test if at least this key work by cat /proc/acpi/events then press fn-suspend and see if an event is recorded. Then, via acpid, you can actually do what you want, by writting a little shell script in order to handle this key. Cheers, -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <001701c33a7b$a89ff6f0$3201a8c0-HrsG2tOhabjQT0dZR+AlfA@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <001701c33a7b$a89ff6f0$3201a8c0-HrsG2tOhabjQT0dZR+AlfA@public.gmane.org> @ 2003-06-26 10:33 ` Ducrot Bruno [not found] ` <20030626103302.GQ19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Ducrot Bruno @ 2003-06-26 10:33 UTC (permalink / raw) To: David Cougle; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Tue, Jun 24, 2003 at 01:08:48PM -0500, David Cougle wrote: > Is this to say that with 2.5/2.6 my Compaq 2100/2110 will bypass kernel > and suspend to ram? How do I see if it supports that? I am running > acpid. > acpid will only do (amongst other thinks like perhaps unloading modules, etc.) echo -n 3 > /proc/acpi/sleep when it detect the correct event via /proc/acpi/event via an external script if you press the sleep button. You still have to write the shell script called by acpid, if none are already done, or if the distributor have not provided one. Some people may want to replace the echo stuff via for example a '/sbin/shutdown -h now' For your second question, you first have to shutdown acpid. Then do a cat /proc/acpi/event By pressing the power button, or the sleep button, etc., you should see those events. acpid will do exactly the same, just that when it look those events, it will take appropriate actions by calling external scripts. Cheers, -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20030626103302.GQ19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <20030626103302.GQ19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> @ 2003-06-27 21:47 ` Mr. Mailing List [not found] ` <20030627214744.42676.qmail-3vEPlLXhJOyA/QwVtaZbd3CJp6faPEW9@public.gmane.org> 2003-06-28 5:44 ` Mr. Mailing List 1 sibling, 1 reply; 11+ messages in thread From: Mr. Mailing List @ 2003-06-27 21:47 UTC (permalink / raw) To: Ducrot Bruno; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f What I am asking is, how do i see if the hardware supports it? I know some people have laptops that bypass the kernel and put it in hibernate with certain keystrokes. --- Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> wrote: > On Tue, Jun 24, 2003 at 01:08:48PM -0500, David > Cougle wrote: > > Is this to say that with 2.5/2.6 my Compaq > 2100/2110 will bypass kernel > > and suspend to ram? How do I see if it supports > that? I am running > > acpid. > > > > acpid will only do (amongst other thinks like > perhaps unloading > modules, etc.) > echo -n 3 > /proc/acpi/sleep > when it detect the correct event via > /proc/acpi/event > > via an external script if you press the sleep > button. > > You still have to write the shell script called by > acpid, if > none are already done, or if the distributor have > not provided > one. > > Some people may want to replace the echo stuff via > for > example a '/sbin/shutdown -h now' > > > For your second question, you first have to shutdown > acpid. > Then do a > cat /proc/acpi/event > > By pressing the power button, or the sleep button, > etc., you should > see those events. acpid will do exactly the same, > just that when > it look those events, it will take appropriate > actions by calling external > scripts. > > Cheers, > > -- > Ducrot Bruno > > -- Which is worse: ignorance or apathy? > -- Don't know. Don't care. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Acpi-devel mailing list > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/acpi-devel __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <20030627214744.42676.qmail-3vEPlLXhJOyA/QwVtaZbd3CJp6faPEW9@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <20030627214744.42676.qmail-3vEPlLXhJOyA/QwVtaZbd3CJp6faPEW9@public.gmane.org> @ 2003-06-30 15:20 ` Ducrot Bruno 0 siblings, 0 replies; 11+ messages in thread From: Ducrot Bruno @ 2003-06-30 15:20 UTC (permalink / raw) To: Mr. Mailing List; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Fri, Jun 27, 2003 at 02:47:44PM -0700, Mr. Mailing List wrote: > What I am asking is, how do i see if the hardware > supports it? I know some people have laptops that > bypass the kernel and put it in hibernate with certain > keystrokes. > I have already answered. If you see events via cat /proc/acpi/event then your laptop can not handle what you asked for. But if you enable APM instead of ACPI, then there is good luck that actually your laptop will generate a SMI, then the BIOS will get the info that the sleep key was pressed, and enter hibernation, but you may have to config your BIOS accordingly. -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <20030626103302.GQ19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org> 2003-06-27 21:47 ` Mr. Mailing List @ 2003-06-28 5:44 ` Mr. Mailing List 1 sibling, 0 replies; 11+ messages in thread From: Mr. Mailing List @ 2003-06-28 5:44 UTC (permalink / raw) To: Ducrot Bruno; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f button/power PWRF 00000080 00000002 button/lid LID 00000080 00000004 does that mean an event is button/lid or button[ /]lid? also, i get no response for fn f12, which is supposed to suspend. fn other acpi keys work(i can change the lighting of screen) also, anyone have a script that for lidbtn.sh would call that sleep.sh script written (sleep.sh start on go to sleep, skeep.sh stop on resume)? __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: how to get Fn key working on compaq 2100/2110
@ 2003-06-22 18:40 David Cougle
[not found] ` <Law9-F13aCdhxJKocJq0002f84d-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: David Cougle @ 2003-06-22 18:40 UTC (permalink / raw)
To: markus-z+rTbpWsRgbk7+2FdBfRIA; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
cat /proc/acpi/sleep
S0 S3 S4 (swsusp) S5
I just have heard of people who are able to skip past kernel and force
suspend to ram.
was wondering if i could do this.
>From: Markus Gaugusch <markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org>
>To: David Cougle <dcougle-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
>Subject: Re: [ACPI] how to get Fn key working on compaq 2100/2110
>Date: Sun, 22 Jun 2003 20:22:43 +0200 (CEST)
>
> > nevermind, fn and some keys work, but fn and the suspend key does
> > nothing. does this mean my laptop does not have suspend to ram? i have
> > compaq 2100/2110
>Try to do 'cat /proc/acpi/sleep' and see if it supports S1 or S3.
>Then do
>echo 1 > /proc/acpi/sleep
>(or echo 3)
>If your laptop supports sleep, then it should work. The sleep button alone
>only creates an event, it is not directly associated with sleeping. This
>way you can run a script that asks the user if he really wants to suspend,
>etc.
>Generally, suspend with ACPI doesn't work on many laptops yet. This should
>become better with kernel 2.6.
>
>Markus
>
>--
>__________________ /"\
>Markus Gaugusch \ / ASCII Ribbon Campaign
>markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org X Against HTML Mail
> / \
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <Law9-F13aCdhxJKocJq0002f84d-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <Law9-F13aCdhxJKocJq0002f84d-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> @ 2003-06-23 9:28 ` Ducrot Bruno 0 siblings, 0 replies; 11+ messages in thread From: Ducrot Bruno @ 2003-06-23 9:28 UTC (permalink / raw) To: David Cougle Cc: markus-z+rTbpWsRgbk7+2FdBfRIA, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Sun, Jun 22, 2003 at 01:40:51PM -0500, David Cougle wrote: > cat /proc/acpi/sleep > S0 S3 S4 (swsusp) S5 > > I just have heard of people who are able to skip past kernel and force > suspend to ram. > was wondering if i could do this. > I had a patch one year ago. But it was really too buggy. I even don't know if it worked properly due to lack of hardware... Anyway, even if that patch worked, all the power management of the devices in linux 2.4 in general have to be rewrotten. I don't think the cost of the time of this rework for 2.4 will be really usefull, since linux 2.5 have already a framework for this purpose. And this work will be too oriented to developpement, not improving things or write a new driver, etc. Cheers, -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ^ permalink raw reply [flat|nested] 11+ messages in thread
* how to get Fn key working on compaq 2100/2110
@ 2003-06-22 8:59 David Cougle
[not found] ` <Law9-F42o8PqEtVUNfv00014bef-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: David Cougle @ 2003-06-22 8:59 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
I read on another mailing list that acpi patch allowed fn key to work in
linux for another compaq, I was wondering if it's possible to get it to
work, since fn+ a few function keys has suspend, changing of brightness,
etc.
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <Law9-F42o8PqEtVUNfv00014bef-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>]
* Re: how to get Fn key working on compaq 2100/2110 [not found] ` <Law9-F42o8PqEtVUNfv00014bef-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> @ 2003-06-22 10:35 ` Markus Gaugusch 0 siblings, 0 replies; 11+ messages in thread From: Markus Gaugusch @ 2003-06-22 10:35 UTC (permalink / raw) Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Jun 22, David Cougle <dcougle-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote: > I read on another mailing list that acpi patch allowed fn key to work in > linux for another compaq, I was wondering if it's possible to get it to > work, since fn+ a few function keys has suspend, changing of brightness, > etc. So, what's your question? Have you tried the ACPI patch? Markus -- __________________ /"\ Markus Gaugusch \ / ASCII Ribbon Campaign markus-z+rTbpWsRgbk7+2FdBfRIA@public.gmane.org X Against HTML Mail / \ ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-06-30 15:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-22 15:51 how to get Fn key working on compaq 2100/2110 David Cougle
[not found] ` <Law9-F77zPZrIkyPzGN00036197-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
2003-06-23 9:20 ` Ducrot Bruno
[not found] ` <20030623092026.GS19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2003-06-24 18:08 ` David Cougle
[not found] ` <001701c33a7b$a89ff6f0$3201a8c0-HrsG2tOhabjQT0dZR+AlfA@public.gmane.org>
2003-06-26 10:33 ` Ducrot Bruno
[not found] ` <20030626103302.GQ19556-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2003-06-27 21:47 ` Mr. Mailing List
[not found] ` <20030627214744.42676.qmail-3vEPlLXhJOyA/QwVtaZbd3CJp6faPEW9@public.gmane.org>
2003-06-30 15:20 ` Ducrot Bruno
2003-06-28 5:44 ` Mr. Mailing List
-- strict thread matches above, loose matches on Subject: below --
2003-06-22 18:40 David Cougle
[not found] ` <Law9-F13aCdhxJKocJq0002f84d-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
2003-06-23 9:28 ` Ducrot Bruno
2003-06-22 8:59 David Cougle
[not found] ` <Law9-F42o8PqEtVUNfv00014bef-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>
2003-06-22 10:35 ` Markus Gaugusch
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox