no version change, new tarball. On consideration, I'm not using temp3, that is simply

not reliable enough and leads I think to more false readings than right ones.
This commit is contained in:
inxi-svn 2014-04-28 21:48:32 +00:00
parent 7233a52d22
commit 129396f187
2 changed files with 17 additions and 4 deletions

8
inxi
View file

@ -5462,7 +5462,6 @@ get_hdd_data_basic()
}' ) }' )
fi fi
fi fi
# echo ss: $swap_size # echo ss: $swap_size
hdd_data="$( eval $df_string )" hdd_data="$( eval $df_string )"
# eval $df_string | awk 'BEGIN{tot=0} !/total/ {tot+=$4} END{print tot}' # eval $df_string | awk 'BEGIN{tot=0} !/total/ {tot+=$4} END{print tot}'
@ -8427,9 +8426,10 @@ get_sensors_data()
cpuTempReal=temp1 # can be null, that is ok cpuTempReal=temp1 # can be null, that is ok
} }
if ( cpuTempReal != "" ) { if ( cpuTempReal != "" ) {
if ( temp3 != "" && temp3 > cpuTempReal ) { # using temp3 is just not reliable enough, more errors caused than fixed imo
cpuTempReal=temp3 #if ( temp3 != "" && temp3 > cpuTempReal ) {
} # cpuTempReal=temp3
#}
# there are some absurdly wrong temp1: acpitz-virtual-0 temp1: +13.8°C # there are some absurdly wrong temp1: acpitz-virtual-0 temp1: +13.8°C
if ( core0Temp != "" && (core0Temp - cpuTempReal) > tempDiff ) { if ( core0Temp != "" && (core0Temp - cpuTempReal) > tempDiff ) {
cpuTempReal=core0Temp cpuTempReal=core0Temp

View file

@ -1,3 +1,16 @@
=====================================================================================
Version: 2.1.25
Patch Version: 00
Script Date: 2014-04-28
-----------------------------------
Changes:
-----------------------------------
no version change, new tarball. On consideration, I'm not using temp3, that is simply
not reliable enough and leads I think to more false readings than right ones.
-----------------------------------
-- Harald Hope - Mon, 28 Apr 2014 14:47:41 -0700
===================================================================================== =====================================================================================
Version: 2.1.25 Version: 2.1.25
Patch Version: 00 Patch Version: 00