When trying to load lm_sensors (/etc/init.d/lm_sensors start), it first successfully loads w83627hf, and then fails to detect the device. In /sys/bus/i2c/devices, I have 9191-0290 directory that contains the sensors' information, however /usr/bin/sensors -s fails to detect it. From documentation on this I found, the device appears to be referred to as 9191-0c00. Reproducible: Always Steps to Reproduce: 1./etc/init.d/lm_sensors start 2. 3. Actual Results: It loads the appropriate sensor module (w83627hf) but when starting sensors -s, it fails to detect any sensors. Expected Results: Should have loaded the sensor module and should then be able to display the sensor information I'm not sure if there is a file somewhere that defines the 9191-0290 name, or that sensors.conf can be updated to point to the correct device in /sys/bus/i2c/devices.
LM_Sensors-2.10.3 is the version installed. Portage 2.1.3_rc8 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6-r0, 2. 6.21-gentoo-r3 i686) ================================================================= System uname: 2.6.21-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz Gentoo Base System release 1.12.10 Timestamp of tree: Sun, 22 Jul 2007 12:30:01 +0000 dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.4.4-r4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.23b virtual/os-headers: 2.6.22-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu tdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php 5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/r evdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-march=prescott -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="-b" FEATURES="ccache distlocks fixpackages metadata-transfer nostrip parallel-fetch sandbox sfperms strict unmerge-orphans" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/ distributions/gentoo" LANG="en_US" LC_ALL="en_US.utf8" LINGUAS="en_US en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/di stfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X Xaw3d a52 aac aalib acl acpi administrator alsa amarok apache2 arts artwo rkextra auth authdaemond avi berkdb binary-drivers binfilter bitmap-fonts blueto oth bootsplash cairo cdda cddb cdinitscripts cdparanoia cdr cdrom cgi clamav cla md cli cracklib crciprec crypt css csv cups curl curlwrappers dbus dlloader doc dpms dri dts dvb dvd dvdr dvdread emboss encode esd ethereal evo examples fam fa me ffmpeg fftw fftw3 firefox flac float font-server fontconfig foomaticdb fortra n gd gif gimp gimpprint gpm graphicsmagick grub gtk gvim gzip hal hash hddtemp h tml httpd iconv icq ieee1394 imagemagick imlib install ipod iptv isdnlog ithread s java javascript jfs jpeg kde kdgraphics kerberos lame ldap ldap-sasl libg++ li rc live lm_sensors logrotate lpr mad mceusb midi mikmod mjpeg mmx mmxext mp3 mp4 mp4live mpeg mpeg2 mplayer mudflap mysql mythtv ncurses network nfs nls nptl np tlonly nsplugin nvidia oav odbc odk offensive ogg opengl openmp oss pam pcre pdf pdflib perl perlsuid php php5 player png posix povray ppds pppd python qt qt3 q t3support qt4 query-browser quicktime readline real reflection reiser4 reiserfs rtc samba sasl scanner scp sdl server session sftp sftplogging slp smp sound sou rce spell spl sse sse2 ssl stream subversion suidcheck svg svga symlink sysfs sy svipc tcl tcpd tetex theora threads tiff tivo tk tools transcode truetype truety pe-fonts type1 type1-fonts udev unicode unzip ups usb utempter v4l v4l2 videos v im visualization vlm vnc vorbis vstreamer webdav win32codecs wma wmf wxwindows x 11vnc x86 xcomposite xfs xine xinerama xml xmlreader xmlwriter xorg xprint xv xv mc xvmc-opengl zeroconf zlib" ALSA_CARDS="ca0106 emu10k1" ALSA_PCM_PLUGINS="adpc m alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladsp a lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC= "glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US e n" LIRC_DEVICES="hauppauge mceusb2" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CTARGET, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS , PORTAGE_RSYNC_EXTRA_OPTS
What about 2.10.4?
The problem was determined to be sysfsutils required an upgrade from version 1.3 to 2.1. Not sure if it is exactly related to the changes in sysfsutils, or if some other combination of upgrades started the issue, but after installing the ~x86 (unstable) package, the problem was fixed. Perhaps should be a prerequisite for lm_sensors