Search found 4 matches

by frenchie
November 4th, 2014, 9:26 pm
Forum: General Discussion
Topic: calibrate CPUTempShutdown
Replies: 6
Views: 23655

Re: calibrate CPUTempShutdown

No it didn't do anything new, but i will try again tomorrow
by frenchie
November 4th, 2014, 7:21 pm
Forum: General Discussion
Topic: calibrate CPUTempShutdown
Replies: 6
Views: 23655

Re: calibrate CPUTempShutdown

echo "JOB RUN AT $(date)" echo "=======================================" echo '' echo 'CPU Warning Limit set to => '$1 echo 'CPU Shutdown Limit set to => '$2 echo '' echo '' sensors echo '' echo '' for i in 0 1 do str=$(sensors | grep "Core$i Temp:") newstr=${str:15:2}...
by frenchie
October 22nd, 2014, 9:19 am
Forum: General Discussion
Topic: calibrate CPUTempShutdown
Replies: 6
Views: 23655

Re: calibrate CPUTempShutdown

JOB RUN AT mercredi 22 octobre 2014, 10:17:04 (UTC+0200) ======================================= CPU Warning Limit set to => 45 CPU Shutdown Limit set to => 55 acpitz-virtual-0 Adapter: Virtual device temp1: +7.0°C (crit = +90.0°C) k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +20.0°C Core0 Temp...
by frenchie
October 21st, 2014, 1:35 pm
Forum: General Discussion
Topic: calibrate CPUTempShutdown
Replies: 6
Views: 23655

calibrate CPUTempShutdown

Hi, I know this question has been asked several times but in can't get it to work so, that's what my sensor get me acpitz-virtual-0 Adapter: Virtual device temp1: +8.0°C (crit = +90.0°C) k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +20.0°C Core0 Temp: +23.0°C Core1 Temp: +17.0°C Core1 Temp: +18....