Re: ECS H55H-I Support (Suspected IT8721F Chipset)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Good morning, Jae,

> Not really sure how to configure the sensors.conf for my mobo but all I'm really
> interested in is temperature so I think I am there.
Per your output, I'd do, for example:

root@box:~# mv /etc/sensors.conf{,.orig}
root@box:~# cat <<-EOF > /etc/sensors.conf
chip "it8758-*"
	ignore temp2	# since sensor = disabled
	label temp1 "CPU0 Temp" # check BIOS name and value
	label temp3 "System Temp" # check BIOS name and value

	set temp1_min 15
	set temp1_max 70 # min(CPU junction specs, your idea of hot :-)
	set temp3_min 20
	set temp3_max 80 # ibid.
EOF
root@box:~# sensors -s # to set the min/max values

> temp1:       +49.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor
> temp2:      -128.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = disabled
> temp3:       +37.0°C  (low  = +127.0°C, high = +80.0°C)  sensor = thermal diode
> 
> 49 and 37 seem pretty low but if they're right I'd be really happy.
I recommend you check those values (and names) against what the BIOS reports.
There should be an entry in the BIOS labeled PC Health or similar.
On the same page you should also see voltages for CPU, RAM, & co.

Note I don't trust at all the voltage equations I wrote, since I didn't go read the datasheet for the chip; it looks like it's impossible to find.

Thank you,
Virgil
_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux