All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Whats wrong with LM-Sensors
Date: Sun, 08 Sep 2013 17:47:20 +0000	[thread overview]
Message-ID: <522CB828.5000803@roeck-us.net> (raw)
In-Reply-To: <!&!AAAAAAAAAAAYAAAAAAAAAGE4UvMgtwJIpJJKF65P6VPCgAAAEAAAAEchc8MJx35LlZC8CEJITyEBAAAAAA==@tlec.se>

On 09/08/2013 10:15 AM, Tomas Larsson wrote:
> Ok, that explains things, so how to get it working, are there any
> aspi-drivers available?
>

Please don't top-post.

I don't think there is an acpi driver available; most of the time there isn't.
Also, looks like the acpi thermal module isn't loaded, meaning acpi may not export
the necessary thermal information at all.

acpi drivers are highly board and vendor specific, which means that typically no one
really bothers to write a driver for it, including board vendors. Besides, most of the time
much of the available information from the chips is not exported to the user through acpi,
so even if you had an acpi driver you would likely end up with limited or even no information.

Only option I could see (besides enabling the relax option) would be to disassemble the DSDT,
check what is available, and if there is anything write a driver yourself to access it.
By disassembling the DSDT you would also see what kind of risk you could run into by disabling
the region conflict checks.

Guenter

>
> With best regards
> Tomas Larsson
> TL Engineering & Consultants (TLEC)
> Engelbrektsgatan 121
> SE 50639 Borås
> Sweden
> +46 (0)739-932673
> tomas@tlec.se
> www.tlec.se
>
>
>> -----Original Message-----
>> From: Guenter Roeck [mailto:linux@roeck-us.net]
>> Sent: Sunday, September 08, 2013 6:55 PM
>> To: Tomas Larsson
>> Cc: lm-sensors@lm-sensors.org
>> Subject: Re: [lm-sensors] Whats wrong with LM-Sensors
>>
>> On 09/08/2013 09:33 AM, Tomas Larsson wrote:
>>> lsmod sayas that they are loaded
>>>
>>> dmesg
>>> i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>> ACPI: resource 0000:00:1f.3 [io  0x2000-0x201f] conflicts with ACPI
>>> region
>>> SMB1 [io 0x2000-0x2016]
>>> ACPI: If an ACPI driver is available for this device, you should use
>>> it instead of the native driver coretemp coretemp.0: Unable to read
>>> TjMax from CPU.
>>> coretemp coretemp.0: Unable to read TjMax from CPU.
>>> smsc47m1: Found SMSC LPC47M15x/LPC47M192/LPC47M997
>>> ACPI: resource smsc47m1 [io  0x0680-0x06ff] conflicts with ACPI region
>>> RTIO [io 0x680-0x6ff]
>>> ACPI: If an ACPI driver is available for this device, you should use
>>> it instead of the native driver
>>>
>>
>> You do see the answer above. You have an ACPI resource conflict.
>> See http://www.lm-
>> sensors.org/wiki/FAQ/Chapter3#Mysensorshavestoppedworkinginkernel2.6.3
>> 1
>>
>> Guenter
>>
>>
>
>
>
>


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  parent reply	other threads:[~2013-09-08 17:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-08 14:07 [lm-sensors] Whats wrong with LM-Sensors Tomas Larsson
2013-09-08 15:56 ` Guenter Roeck
2013-09-08 16:33 ` Tomas Larsson
2013-09-08 16:55 ` Guenter Roeck
2013-09-08 17:15 ` Tomas Larsson
2013-09-08 17:47 ` Guenter Roeck [this message]
2013-09-08 18:36 ` Tomas Larsson
2013-09-08 18:58 ` Guenter Roeck
2013-09-08 19:09 ` Jean Delvare
2013-09-08 20:01 ` Tomas Larsson
2013-09-08 21:19 ` Guenter Roeck
2013-09-08 21:28 ` Tomas Larsson
2013-09-08 21:40 ` Guenter Roeck
2013-09-08 21:47 ` Tomas Larsson
2013-09-08 23:01 ` Guenter Roeck
2013-09-09  6:44 ` Jean Delvare

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=522CB828.5000803@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=lm-sensors@vger.kernel.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 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.