All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Fintek F71862FG Super IO Sensors only shows
Date: Thu, 08 Sep 2011 18:07:33 +0000	[thread overview]
Message-ID: <4E690465.5010104@redhat.com> (raw)
In-Reply-To: <CAPtvKsNGD2fY1Fo7BSLRqVVU+92Rh0YyfMbdD2FBFpu=bHhCng@mail.gmail.com>

Hi,

On 09/08/2011 03:11 PM, Daniel Schenkenberger wrote:
> sensors detect my chip but he only shows the core temp.
>
> sensors-detect:
>
> mezo@vdr:~$ sudo sensors-detect[sudo] password for mezo:
> # sensors-detect revision 5861 (2010-09-21 17:21:05 +0200)
> # System: OEM OEM
> # Board: PCPartner G43-F71862
>

<Snip>

> Driver `coretemp':
>    * Chip `Intel digital thermal sensor'  (confidence: 9)
>
> Driver `f71882fg':
>    * ISA bus, address 0x295
>      Chip `Fintek F71862FG Super IO Sensors'  (confidence: 9)

<Snip>

> sensors show me only:
>
>   mezo@vdr:/etc/sensors.d$ sensors
> acpitz-virtual-0
> Adapter: Virtual device
> temp1:       +40.0°C  (crit = +127.0°C)
>
> coretemp-isa-0000
> Adapter: ISA adapter
> Core 0:      +55.0°C  (high = +80.0°C, crit = +100.0°C)
>
> coretemp-isa-0001
> Adapter: ISA adapter
> Core 1:      +55.0°C  (high = +80.0°C, crit = +100.0°C)
>

Hmm, that is weird. Likely the problem is that
the kernel driver finds the device and thus the module
loads, and then during driver initialization it finds something
it does not like so it does not bind to the platform device
created during the probing phase.

Can you please do (as root):
rmmod f71882fg
modprobe f71882fg
dmesg

And then send a reply with the last few lines of the dmesg output
(All the ones referring to the f71882fg driver).

Thanks,

Hans




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

  reply	other threads:[~2011-09-08 18:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08 13:11 [lm-sensors] Fintek F71862FG Super IO Sensors only shows coretemp Daniel Schenkenberger
2011-09-08 18:07 ` Hans de Goede [this message]
2011-09-08 18:11 ` [lm-sensors] Fintek F71862FG Super IO Sensors only shows Guenter Roeck
2011-09-08 20:32 ` Hans de Goede
2011-09-08 20:35 ` Jean Delvare
2011-09-08 20:59 ` Guenter Roeck
2011-09-08 21:02 ` Hans de Goede
2011-09-08 21:09 ` Daniel Schenkenberger
2011-09-09 10:12 ` Hans de Goede
2011-09-09 12:12 ` Hans de Goede

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=4E690465.5010104@redhat.com \
    --to=hdegoede@redhat.com \
    --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.