http://bugzilla.kernel.org/show_bug.cgi?id=8850


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12667|0                           |1
        is obsolete|                            |
  Attachment #13105|0                           |1
        is obsolete|                            |




------- Comment #25 from [EMAIL PROTECTED]  2007-10-11 19:54 -------
Created an attachment (id=13122)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=13122&action=view)
DSDT-3

new DSDT to override.
the new _STA mathod can help us to find out which bit stands for the PFAN
status.
                    Method (_STA, 0, NotSerialized)
                    {
                        Return (\_SB.PCI0.PIB.PMRD(0xFF))
                    }
I think you need to do the following test:
1.don't override the active trip point.
2.echo 0xffff0000 >/sys/module/acpi/parameters/debug_layer
  echo 0x1f >/sys/module/acpi/parameters/debug_level 
3.dmesg -c
4.cat /proc/acpi/power_resource/PFAN/state for several times
5.if the fan is off, echo 0 > /proc/acpi/fan/FAN/state
6.cat /proc/acpi/power_resource/PFAN/state once you hear the fan state changes.
The main idea is that PFAN is actually on when fan is on and PFAN is off
when fan is off.
we can get the value of \_SB.PCI0.PIB.PMRD(0xFF)) and compared it with the
actually fan state so that we can find out which bit stands for the PFAN state.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to