=== modified file 'usr/lib/byobu/cpu_temp' --- usr/lib/byobu/cpu_temp 2011-06-26 02:53:23 +0000 +++ usr/lib/byobu/cpu_temp 2011-06-28 05:18:07 +0000 @@ -32,7 +32,7 @@ __cpu_temp() { local i t unit - for i in $MONITORED_TEMP /sys/class/hwmon/hwmon*/temp*_input /proc/acpi/ibm/thermal "$CPU_TEMP_DIR"/*/temperature; do + for i in $MONITORED_TEMP /sys/class/hwmon/hwmon*/device/temp*_input /sys/class/hwmon/hwmon*/temp*_input /proc/acpi/ibm/thermal "$CPU_TEMP_DIR"/*/temperature; do case "$i" in *temp*_input) [ -s "$i" ] && read t < "$i" && t=$(($t/1000))