All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maciej Rutecki <maciej.rutecki@gmail.com>
To: trenn@suse.de
Cc: Mircea Bardac <dev.list@mircea.bardac.net>,
	linux-acpi@vger.kernel.org, Len Brown <lenb@kernel.org>
Subject: Re: acpi/sensors temperature on nx6325
Date: Thu, 14 Jun 2007 17:40:34 +0200	[thread overview]
Message-ID: <46716172.2010706@gmail.com> (raw)
In-Reply-To: <1181852539.20343.32.camel@fanta4.site>

[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]

Thomas Renninger pisze:


[...]
> 
> BTW: Temperature passed through _TMP is:
> 1/10 Kelvin
> Means 40C is a value of:
> (273 + 40 ) * 10 = 3130 (0xC3A)
> You might search for a hard coded value like that which matches yours.

DSDT: http://www.unixy.pl/maciek/download/kernel/dsdt.dsl

_TMP and _ACx (for TZ0):
Method (_AC0, 0, NotSerialized)
{
Return (C300 (C2F6, Zero))
}

Method (_AC1, 0, NotSerialized)
{
Return (C300 (C2F5, Zero))
}
Method (_AC2, 0, NotSerialized)
{
Return (C300 (C2F4, Zero))
}
Method (_AC3, 0, NotSerialized)
{
Return (C300 (C2F3, Zero))
}
Method (_CRT, 0, Serialized)
{
Return (C300 (0x04, Zero))
}
Method (_TMP, 0, Serialized)
{
Return (C305 (Zero))
}

1st trip point is at 50*C=0xC9E (not found).

> 
> Which kernel are you using?
> Best you try the latest...

>From 2.6.16 to 2.6.21 and many -mm.

> 
> Is psmouse compiled as module?
> 
> Psmouse is known that it could interfere with ACPI on HP laptops and
> lm_sensor modules also. Is it better without?


Yes, I know this problem. Also is good idea compile i8042 as module [1]

[1] http://emisca.altervista.org/nx7400/ (other hp notebook)

> 
> If latest kernel is affected, you best open a bug bugzilla.kernel.org,
> attach dmesg, acpidump and everything else you find out. Pls CC me then.

Already I search solution for read-only trip points (control fans from
userspace)... [2]

[2] http://bugzilla.kernel.org/show_bug.cgi?id=8495 (rejected)

When I find any solution, then I think about test it. I don't risk using
latest kernel, when critical trip point is about 256*C...

-- 
Maciej Rutecki
http://www.maciek.unixy.pl

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3265 bytes --]

  reply	other threads:[~2007-06-14 15:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 10:10 acpi/sensors temperature on nx6325 Mircea Bardac
2007-06-11 10:29 ` Mircea Bardac
2007-06-11 19:58 ` Maciej Rutecki
2007-06-14 20:22   ` Thomas Renninger
2007-06-14 15:40     ` Maciej Rutecki [this message]
2007-06-18  3:23 ` Len Brown

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=46716172.2010706@gmail.com \
    --to=maciej.rutecki@gmail.com \
    --cc=dev.list@mircea.bardac.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=trenn@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.