acpi_termal sysctl interface strange temperature value

Dmitry Sarkisov ait.mlist at gmail.com
Tue Feb 26 15:57:37 UTC 2013


On 25-02-2013, Mon [22:03:28], Kevin Oberman wrote:
> As others have noted, the value you are seeing is 100C, not 55C. So I have
> no idea what is going on.
> 
Actually you were right from the beginning. 

I managed to get the correct value this way, after reading some wiki :) 

	float c;
	c = (t/10-273.15); /* convert to Celsius */

Thanks for comments everybody.


-- 

Dmitry Sarkisov
 <-\     Powered by
 <-------------------o
 <-/     FreeBSD


More information about the freebsd-acpi mailing list