public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org>
To: Dan <overridex-Kz9Au3A7zptBDgjK7y7TUQ@public.gmane.org>
Cc: "Wang,
	Zhenyu Z" <zhenyu.z.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: RE: fan control based on temp
Date: Fri, 18 Jun 2004 11:29:43 -0700 (PDT)	[thread overview]
Message-ID: <20040618112811.V50195@root.org> (raw)
In-Reply-To: <1087541313.28996.0.camel-zaTuhZP8yyaauuQHeMDlAOTW4wlIGRCZ@public.gmane.org>

On Fri, 18 Jun 2004, Dan wrote:
> On Thu, 2004-06-17 at 01:20, Wang, Zhenyu Z wrote:
> > PowerResource (PFNL, 0x00, 0x0000)
> >             Method (_ON, 0, NotSerialized)
> >             {
> >             }
> >
> >             Method (_OFF, 0, NotSerialized)
> >             {
> >             }
> >         }
> > PowerResource (PFNH, 0x00, 0x0000)
> >             Method (_ON, 0, NotSerialized)
> >             {
> >             }
> >
> >             Method (_OFF, 0, NotSerialized)
> >             {
> >             }
> >         }
> >
> > Method _ON and _OFF are empty. ACPI can't control it.
> > Try this to test:
> > Method (_ON, 0, NotSerialized)
> > {
> >         Or (\_SB.PCI0.PM.GO00, 0x01, \_SB.PCI0.PM.GO00)
> > }
> > Method (_OFF, 0, NotSerialized)
> > {
> >         And(\_SB.PCI0.PM.GO00, 0xFE, \_SB.PCI0.PM.GO00)
> > }
>
> Well, 24 hours later compiling on and off, and the fan seems to be going
> on and off properly - hopefully that did the trick! :)

This indicates that other OS's use a device-specific fan control and don't
bother with ACPI.  There is _no_ way this can work elsewhere with the
stock ASL.

-Nate


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

  parent reply	other threads:[~2004-06-18 18:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6E0C289723A0564F9A8279E236E8565F07A001D5@pdsmsx402.pd.intel.com>
     [not found] ` <6E0C289723A0564F9A8279E236E8565F07A001D5-4yWAQGcml64divtuJNk2fFDQ4js95KgL@public.gmane.org>
2004-06-18  6:48   ` fan control based on temp Dan
     [not found]     ` <1087541313.28996.0.camel-zaTuhZP8yyaauuQHeMDlAOTW4wlIGRCZ@public.gmane.org>
2004-06-18 18:29       ` Nate Lawson [this message]
2004-06-17  2:46 Wang, Zhenyu Z
     [not found] ` <6E0C289723A0564F9A8279E236E8565F07A000D1-4yWAQGcml64divtuJNk2fFDQ4js95KgL@public.gmane.org>
2004-06-17  2:55   ` Dan
  -- strict thread matches above, loose matches on Subject: below --
2004-06-17  2:10 Wang, Zhenyu Z
     [not found] ` <6E0C289723A0564F9A8279E236E8565F07A00084-4yWAQGcml64divtuJNk2fFDQ4js95KgL@public.gmane.org>
2004-06-17  2:23   ` Dan
     [not found] <6E0C289723A0564F9A8279E236E8565F079AAB91@pdsmsx402.pd.intel.com>
     [not found] ` <6E0C289723A0564F9A8279E236E8565F079AAB91-4yWAQGcml64divtuJNk2fFDQ4js95KgL@public.gmane.org>
2004-06-17  2:03   ` Dan
2004-06-13  8:11 Dan
     [not found] ` <1087114303.21682.2.camel-zaTuhZP8yyaauuQHeMDlAOTW4wlIGRCZ@public.gmane.org>
2004-06-13 15:10   ` Karol Kozimor
     [not found]     ` <20040613151023.GA27597-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2004-06-13 18:38       ` Dan
2004-06-13 22:11       ` Dan
     [not found]         ` <1087164672.3696.1.camel-zaTuhZP8yyaauuQHeMDlAOTW4wlIGRCZ@public.gmane.org>
2004-06-14  7:00           ` Stefan Seyfried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040618112811.V50195@root.org \
    --to=nate-y6vguytwhu0@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=overridex-Kz9Au3A7zptBDgjK7y7TUQ@public.gmane.org \
    --cc=zhenyu.z.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox