All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Aho <jani.aho@bonetmail.com>
To: linux-kernel@vger.kernel.org
Subject: Sensors broke between 2.6.16.16 and 2.6.16.17
Date: Sat, 12 Aug 2006 19:20:14 +0200	[thread overview]
Message-ID: <44DE0DCE.4090305@bonetmail.com> (raw)

Hi

The sensors on my motherboard stopped working between 2.6.16.16 and
2.6.16.17. The latest kernel version I have tried is 2.6.17.8 and it
still has the same problem.

The motherboard is an ASUS P4PE and it uses the asb100 and i2c-i801
modules to get sensor information.

A diff in /sys between a bad (2.6.17.8) and a good (2.6.16.16) kernel gives:

--- i2c.bad     2006-08-12 18:42:57.000000000 +0200
+++ i2c.good    2006-08-12 18:50:44.000000000 +0200
@@ -37,9 +37,15 @@
 /sys/module/i2c_core/sections/.text
 /sys/module/i2c_core/refcnt
 /sys/class/i2c-adapter
+/sys/class/i2c-adapter/i2c-0
+/sys/class/i2c-adapter/i2c-0/device
+/sys/class/i2c-adapter/i2c-0/uevent
 /sys/bus/i2c
 /sys/bus/i2c/drivers
 /sys/bus/i2c/drivers/asb100
+/sys/bus/i2c/drivers/asb100/0-0048
+/sys/bus/i2c/drivers/asb100/0-0049
+/sys/bus/i2c/drivers/asb100/0-002d
 /sys/bus/i2c/drivers/asb100/bind
 /sys/bus/i2c/drivers/asb100/unbind
 /sys/bus/i2c/drivers/asb100/module
@@ -48,3 +54,85 @@
 /sys/bus/i2c/drivers/i2c_adapter/unbind
 /sys/bus/i2c/drivers/i2c_adapter/module
 /sys/bus/i2c/devices
+/sys/bus/i2c/devices/0-0048
+/sys/bus/i2c/devices/0-0049
+/sys/bus/i2c/devices/0-002d
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/name
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/bus
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/driver
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/power
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/power/wakeup
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/power/state
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0048/uevent
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/name
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/bus
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/driver
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/power
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/power/wakeup
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/power/state
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-0049/uevent
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/pwm1_enable
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/pwm1
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/alarms
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/vrm
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/cpu0_vid
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp4_max_hyst
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp4_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp4_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp3_max_hyst
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp3_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp3_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp2_max_hyst
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp2_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp2_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp1_max_hyst
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp1_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/temp1_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan3_div
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan3_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan3_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan2_div
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan2_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan2_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan1_div
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan1_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/fan1_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in6_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in6_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in6_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in5_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in5_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in5_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in4_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in4_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in4_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in3_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in3_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in3_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in2_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in2_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in2_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in1_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in1_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in1_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in0_max
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in0_min
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/in0_input
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/hwmon:hwmon0
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/name
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/bus
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/driver
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/power
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/power/wakeup
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/power/state
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002d/uevent
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/i2c-adapter:i2c-0
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/name
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/power
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/power/wakeup
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/power/state
+/sys/devices/pci0000:00/0000:00:1f.3/i2c-0/uevent

I run an updated Debian Sid distro.

Thanks,
Jani

             reply	other threads:[~2006-08-12 17:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-12 17:20 Jani Aho [this message]
2006-08-12 21:58 ` Sensors broke between 2.6.16.16 and 2.6.16.17 Jiri Slaby
2006-08-13  6:47   ` Sensors broke between 2.6.16.16 and 2.6.16.17 - SOLVED Jani Aho

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=44DE0DCE.4090305@bonetmail.com \
    --to=jani.aho@bonetmail.com \
    --cc=linux-kernel@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.