From: "\"Bernhard J. M. Grün\"" <bjmg-sTHzDQm4gCI@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: MSI S260 fan controlling problem
Date: Mon, 12 Sep 2005 19:12:54 +0200 [thread overview]
Message-ID: <4325B716.4060701@h0t.de> (raw)
Hello,
I am owner of a MSI S260. This notebook has a fan that runs all the time
(beginning with 40°C). This problem occurs on Windows and Linux but I
think that I have found the error in the DSDT. I am not that good in
coding DSDTs therefore I hope that someone of you can help me changing
the DSDT to correct that annoying bug.
Here is some of the relevant code (at least I think so):
Scope (\_SB)
{
Method (\KELV, 1, NotSerialized)
{
Store (Arg0, Local2)
Multiply (0x0A, Local2, Local2)
Add (Local2, 0x0AAC, Local2)
Return (Local2)
}
Name (\PLCY, 0x00)
Name (\BAC0, 0x78)
Name (\BPSV, 0x73)
Name (\BCRT, 0x64)
Name (\BTMP, 0x28)
Method (\UDTT, 0, NotSerialized)
{
Store (\_SB.PCI0.SBRG.EC.CPUT, Local0)
And (Local0, 0xFF, \BTMP)
}
Scope (\_TZ)
{
ThermalZone (THRM)
{
Method (_TMP, 0, NotSerialized)
{
If (\_SB.PCI0.SBRG.EC.MYEC)
{
\UDTT ()
And (\BTMP, 0xFF, Local0)
Store (\KELV (Local0), Local1)
Return (Local1)
}
Else
{
And (\BTMP, 0xFF, Local0)
Return (Local0)
}
}
Look at this code:
Name (\PLCY, 0x00)
Name (\BAC0, 0x78)
Name (\BPSV, 0x73)
Name (\BCRT, 0x64)
Name (\BTMP, 0x28)
The fan starts at 40°C and 0x28 (hex) is equals to 40 (dec). Also the
other code around it seems to be relevant to the fan control. But the
problem is that the OS doesn't have access to the fan (no content in /proc/acpi/fan/) to control whether
it runs or not.
After changing the value of BTMP (and doing all mkinitrd stuff) the fan still runs. If I change the CRT (critical) the systems shows the new value. Therefore I am sure that the new DSDT is loaded but the fan still runs all the time.
I could send the whole DSDT to the list but first I wait for someone who thinks that he can help me. Again: this problem exists since many months and ALL owner of the S260 have the same problem.
Many thanks for reading my mail!
--
*Bernhard Grün*
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
reply other threads:[~2005-09-12 17:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4325B716.4060701@h0t.de \
--to=bjmg-sthzdqm4gci@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@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