Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2011 17:33:00 +0200
From:      Romain Garbage <romain.garbage@gmail.com>
To:        Nick Ulen <uncle@wolfman.devio.us>
Cc:        freebsd-current@freebsd.org
Subject:   Re: `hw.acpi.thermal.tz0.temperature' disappeared
Message-ID:  <BANLkTinLXg1AEqR-aQVqi2%2BLHN_4cUP6QQ@mail.gmail.com>
In-Reply-To: <20110416155122.GA29309@wolfman.devio.us>
References:  <20110416155122.GA29309@wolfman.devio.us>

next in thread | previous in thread | raw e-mail | index | archive | help
2011/4/16 Nick Ulen <uncle@wolfman.devio.us>:
> FreeBSD was successfully upgraded.
>
> uname -v
> FreeBSD 9.0-CURRENT #0: Mon Apr 11 18:14:36 MSD 2011
> root@test:/usr/obj/usr/src/sys/GENERIC
>
> Everything seems to be working well except
> `hw.acpi.thermal.tz0.temperature' disappeared from the list of available
> sysctl variables.
>
> sysctl hw.acpi.thermal.
>
> hw.acpi.thermal.min_runtime: 0
> hw.acpi.thermal.polling_rate: 10
> hw.acpi.thermal.user_override: 0
> hw.acpi.thermal.tz0.active: -1
> hw.acpi.thermal.tz0.passive_cooling: 0
> hw.acpi.thermal.tz0.thermal_flags: 0
> hw.acpi.thermal.tz0._PSV: -1
> hw.acpi.thermal.tz0._HOT: -1
> hw.acpi.thermal.tz0._CRT: 90.0C
> hw.acpi.thermal.tz0._TC1: -1
> hw.acpi.thermal.tz0._TC2: -1
> hw.acpi.thermal.tz0._TSP: -1
>
> output from:
> =C2=A0sysctl -a |grep acpi
> is here: https://privatepaste.com/ca08d4658b
>
> CPU (From /var/run/dmesg.boot): https://privatepaste.com/d107389cc1
>
> Why is this so and how can it be changed?
> How is it possible to monitor CPU temperature now?

If you have an Intel CPU (according to coretemp manpage), you can use
coretemp module:

# kldload coretemp
# sysctl -a | grep temp
[...]
dev.cpu.0.temperature: 84.0C
dev.cpu.1.temperature: 85.0C
dev.coretemp.0.%desc: CPU On-Die Thermal Sensors
dev.coretemp.0.%driver: coretemp
dev.coretemp.0.%parent: cpu0
dev.coretemp.1.%desc: CPU On-Die Thermal Sensors
dev.coretemp.1.%driver: coretemp
dev.coretemp.1.%parent: cpu1

If you're using an AMD CPU, the right module seems to be amdtemp.

Regards,
Romain



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTinLXg1AEqR-aQVqi2%2BLHN_4cUP6QQ>