Comment 4 for bug 1167176

Revision history for this message
Ankur Sinha (sanjay-ankur) wrote :

[root@eng050194 ~]# sensors
radeon-pci-0100
Adapter: PCI adapter
temp1: +52.0°C

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +36.0°C (high = +80.0°C, crit = +99.0°C)
Core 0: +32.0°C (high = +80.0°C, crit = +99.0°C)
Core 1: +30.0°C (high = +80.0°C, crit = +99.0°C)
Core 2: +30.0°C (high = +80.0°C, crit = +99.0°C)
Core 3: +36.0°C (high = +80.0°C, crit = +99.0°C)

[root@eng050194 ~]# for i in $MONITORED_TEMP /sys/class/hwmon/hwmon*/temp*_input /sys/class/hwmon/hwmon*/device/temp*_input /proc/acpi/ibm/thermal /proc/acpi/thermal_zone/*/temperature; do if [ -a "$i" ] ; then echo "** $i **" ; cat "$i"; else echo "** $i does not exist **"; fi ; done
** /sys/class/hwmon/hwmon0/temp1_input **
52000
** /sys/class/hwmon/hwmon1/device/temp1_input **
36000
** /sys/class/hwmon/hwmon1/device/temp2_input **
32000
** /sys/class/hwmon/hwmon1/device/temp3_input **
32000
** /sys/class/hwmon/hwmon1/device/temp4_input **
30000
** /sys/class/hwmon/hwmon1/device/temp5_input **
37000
** /proc/acpi/ibm/thermal does not exist **
** /proc/acpi/thermal_zone/*/temperature does not exist **

I think the hwmon1 files are the ones needed here.

Thanks,
Warm regards,
Ankur