Hi Marc, On Fri, 16 Apr 2010 16:36:34 -0700 (PDT), Marc wrote: > Hi... > > Runnig Rehat Fedora Core 12 with an Asus k8n-dre motherboard. It has a NVIDE nFORCE Professional 2200 Chip as well as a Winbond W83627THF-A super i/o chip. The linux kernel is kernel-2.6.32.11-99.fc12.x86_64. Using lm_sensors-3.1.1-3.fc12.x86_64 > > When I run sensors-detect I get the following > > Some south bridges, CPUs or memory controllers contain embedded sensors. > Do you want to scan for them? This is totally safe. (YES/no): y > Silicon Integrated Systems SIS5595... No > VIA VT82C686 Integrated Sensors... No > VIA VT8231 Integrated Sensors... No > AMD K8 thermal sensors... Success! > (driver `k8temp') > AMD Family 10h thermal sensors... No > AMD Family 11h thermal sensors... No > Intel Core family thermal sensor... No > Intel Atom thermal sensor... No > Intel AMB FB-DIMM thermal sensor... No > VIA C7 thermal sensor... No > VIA Nano thermal sensor... No > > Some Super I/O chips contain embedded sensors. We have to write to > standard I/O ports to probe them. This is usually safe. > Do you want to scan for Super I/O sensors? (YES/no): > > Some Super I/O chips contain embedded sensors. We have to write to > standard I/O ports to probe them. This is usually safe. > Do you want to scan for Super I/O sensors? (YES/no): y > Probing for Super-I/O at 0x2e/0x2f > Trying family `National Semiconductor'... No > Trying family `SMSC'... No > Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes > Found `Winbond W83627THF/THG Super IO Sensors' > (but not activated) This typically means that the vendor decided to not use the embedded hardware monitoring features of the Super I/O chip, either because they aren't interested in monitoring at all, or because they have included a dedicated monitoring chip on the board. You can tell between these two cases by looking for monitoring in the BIOS setup screen. > Probing for Super-I/O at 0x4e/0x4f > Trying family `National Semiconductor'... No > Trying family `SMSC'... No > Trying family `VIA/Winbond/Nuvoton/Fintek'... No > Trying family `ITE'... No > > Everything else returns a no until... > > Next adapter: SMBus nForce2 adapter at 4c40 (i2c-0) > Do you want to scan it? (YES/no/selectively): Note that the nForce2 and later have 2 SMBus channels, and apparently sensors-detect found only one. This could mean that ACPI requested the other one. Please search for kernel log messages as the i2c-nforce2 driver is being loaded. > > Nothing in the summary about it. > > The k8temp works fine. I get temperatures. > k8temp-pci-00c3 > Adapter: PCI adapter > Core0 Temp: +35.0°C > Core1 Temp: +36.0°C > > k8temp-pci-00cb > Adapter: PCI adapter > Core0 Temp: +36.0°C > Core1 Temp: +37.0°C > > But no fan speeds or anything else because when I attempt to load the w83627hf modules I get the following: > > FATAL: Error inserting w83627hf (/lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/hwmon/w83627hf.ko): No such device This is expected if the device is disabled. > > Here is the lsmod > > Module Size Used by > fuse 57189 2 > hwmon_vid 2091 0 > eeprom 4947 0 > i2c_dev 7529 0 > sunrpc 193819 1 > cpufreq_ondemand 8793 2 > powernow_k8 14706 2 > freq_table 3947 2 cpufreq_ondemand,powernow_k8 > ip6t_REJECT 4222 10 > nf_conntrack_ipv6 18504 7 > ip6table_filter 2791 1 > ip6_tables 16760 1 ip6table_filter > ipv6 279463 32 ip6t_REJECT,nf_conntrack_ipv6 > uinput 7228 0 > amd64_edac_mod 15481 0 > tg3 101698 0 > i2c_nforce2 6819 0 > i2c_core 26876 3 eeprom,i2c_dev,i2c_nforce2 > edac_core 39581 4 amd64_edac_mod > edac_mce_amd 7746 1 amd64_edac_mod > k8temp 3735 0 > raid1 19043 2 > dm_multipath 14558 0 > ata_generic 3467 0 > pata_acpi 3395 0 > floppy 54666 0 > pata_amd 11269 4 > sata_nv 20834 3 > > When I load the w83627ehf I get: > FATAL: Error inserting w83627ehf (/lib/modules/2.6.32.11-99.fc12.x86_64/kernel/drivers/hwmon/w83627ehf.ko): No such device This is a different driver, for a device you don't have, so it wasn't expected to load. > > When I try the w83781d it loads lsmod shows the following: > Module Size Used by > w83781d 28749 0 > fuse 57189 2 > hwmon_vid 2091 1 w83781d > eeprom 4947 0 > i2c_dev 7529 0 > sunrpc 193819 1 > cpufreq_ondemand 8793 2 > powernow_k8 14706 2 > freq_table 3947 2 cpufreq_ondemand,powernow_k8 > ip6t_REJECT 4222 10 > nf_conntrack_ipv6 18504 7 > ip6table_filter 2791 1 > ip6_tables 16760 1 ip6table_filter > ipv6 279463 32 ip6t_REJECT,nf_conntrack_ipv6 > uinput 7228 0 > amd64_edac_mod 15481 0 > tg3 101698 0 > i2c_nforce2 6819 0 > i2c_core 26876 4 w83781d,eeprom,i2c_dev,i2c_nforce2 > edac_core 39581 4 amd64_edac_mod > edac_mce_amd 7746 1 amd64_edac_mod > k8temp 3735 0 > raid1 19043 2 > dm_multipath 14558 0 > ata_generic 3467 0 > pata_acpi 3395 0 > floppy 54666 0 > pata_amd 11269 4 > sata_nv 20834 3 The w83781d driver is an hybrid driver supporting both ISA and I2C devices. For this reason is always loads, even when no supported device was found. This driver is for old systems, it won't help you. > > Running sensor-detect again produces original results and nothing is loaded into the /etc/sysconfig/lm_sensors, So starting lm_sensors gives me a warning telling me its not configured. You should at least get the k8temp driver. > > Same result as directly above when I load the w83791d drive, hav\ing removed the other, including the w83792d, w83793, w83l785ts, w83l786ng, wm831x-hwmon and wm8350-hwmon. The lsmod stays the same as above except that the driver is relplace at the same position with the new driver. Loading random drivers is not recommended. > > Tried various combinations and permutations and nothing. > > Any help would appreciated, and apologizes if it has already been dealt with. On a recent Asus desktop board, I suspect that you have to use the asus_atk0110 driver for (ACPI-based) monitoring. It is even supposed to load automatically. Please search your kernel logs for the exact errors when loading the i2c-nforce2 and w83627hf drivers (you can unload them and reload them to trigger the messages again.) Please also look for messages about resource conflicts between ACPI and native drivers, such as: ACPI: I/O resource nForce2_smbus [0x700-0x73f] conflicts with ACPI region SM00 [0x700-0x73f] ACPI: Device needs an ACPI driver Please also try loading the asus_atk0110 driver manually, and see what happens. Report the messages from the kernel logs if there are any. -- Jean Delvare http://khali.linux-fr.org/wishlist.html _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors