How to: Get CPU temp
-
How does one get this module loaded on every boot?
Add the line:
coretemp_load="yes"to /boot/loader.conf.local
Create the file if necessary. That file is copied across a firmware update, however the kernel module will not be (i think).Steve
Edit: corrected syntax
-
How does one get this module loaded on every boot?
I found that the system information widget almost has temperature built in.
Edit the following files:
/usr/local/www/includes/functions.inc.php
That's pretty cool! :)
-
Can we get this functionality added to future snapshots.. especially amd64 ?
-
@asterix I agree, this is nice little feature!! if yoru hardware supports it
@RedRep and i thought my box was hot at 52c
I noticed coretemp reads 52 but my IPMI sensor show 57… Who is correct? I wonder if the BIOS screen would read something different
but either case, its good to to have on the dash...
-
There's surely some reason that isn't included already?
What happens if coretemp isn't loaded?Steve
-
There's surely some reason that isn't included already?
What happens if coretemp isn't loaded?Steve
let see, i ran kldunload coretemp then looked at the dash… its in the dash but only reads C
I loaded it up and it showed on the dash without refreshing the page :-)
-
Right, so it needs some code to stop it showing "temperature C" if you don't have the right hardware/driver installed.
Steve
Edit: Should be °C if you ask me. ;)
-
Right, so it needs some code to stop it showing "temperature C" if you don't have the right hardware/driver installed.
Steve
Edit: Should be °C if you ask me. ;)
There is a function in functions.inc.php for that; I will add that functionality tonight after work. I also grabbed the coretemp module for the amd release which I will upload somewhere as well. On an iPad right now though. :(
@RedRep and i thought my box was hot at 52c
It is completely fanless. :)
-
Eagerly waiting for the amd64 coretemp module !! ;D
Keeping myself ready for the change.. I am getting the below error.
[2.0-RC3][admin@pfsense.localdomain]/boot/kernel(5): pkg_add -r wget
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/Latest/wget.tbz… Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/All/libiconv-1.13.1_1.tbz... Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.1-release/All/gettext-0.18_1.tbz... Done.
[2.0-RC3][admin@pfsense.localdomain]/boot/kernel(6): wget http://encodable.com/uploaddemo/files/pfsense/coretemp.ko
wget: Command not found.Not sure why my wget command isin't working? Is this too 32/64 bit sensitive? I have amd64 installed.
Maybe "fetch" would work.. but not sure what would be the precise syntax for it to download the coretemp.ko file.
Edit:
Nevermind.. I used File Manager to upload the file for testing. Doesn't work..lol. Will wait for the amd64 version. -
You have to issue a rehash after you've added a package so Freebsd knows where to find it. Or reboot.
[2.0-RC3][root@pfsense.fire.box]/root(1): rehash
Steve
-
Aah I see. Thanks for the info. Not much of a FreeBSD user so learning every day.
Can't wait to try the amd64 coretemp.
-
My N270 is 52-55C in a totally passively cooled solution (Lanner netapp).
-
http://encodable.com/uploaddemo/files/pfsense/coretemp.ko-amd64
AMD64 version -
Thank you !!
-
It's working !!
[2.0-RC3][admin@pfsense.localdomain]/root(1): sysctl -a | grep temperature
dev.cpu.0.temperature: 59.0C
dev.cpu.1.temperature: 54.0C
dev.cpu.2.temperature: 57.0C
dev.cpu.3.temperature: 51.0CAdded to local.conf to auto load at boot.. yeehaa !!!
Now how do I make the temp show up at the main system information for all 4 cores?
-
Right, so it needs some code to stop it showing "temperature C" if you don't have the right hardware/driver installed.
Steve
Edit: Should be °C if you ask me. ;)
agreed…. I did try to add ° but it didn't like it.... Figure we need ANSI code or something for it to display in the widget
-
Hi RedRep,
I'm very interested in your way to get CPU temperature.
Unfortunately, The link you indicate to download the coretemp.ko package is no more available.
I'm trying to get it from another URL but no success.Could you put it on pfsense forum or sharing website like megaupload ?
It would be very nice.
thank you very much.
-
Uploaded the AMD64 version to here
http://www.megaupload.com/?d=628LSQRC
I don't have the 386 version but I do have a long term unlimited megaupload account so if someone sends it to me I can upload it for others to use as well.
-
I downloaded the AMD64 8.1 iso from the freebsd FTP servers.
Opened it with WinRAR and browsed to the /boot/kernel/ folder and dragged and dropped "coretemp.ko" into a WinSCP session connected to pfsense.
Edited the file properties to 555. (r-xr-xr-x)
Done! -
Any ideas on why I cannot get the main screen to show my tmeps?
Aug 5 17:16:45 kernel: p4tcc1: <cpu frequency="" thermal="" control="">on cpu1
Aug 5 17:16:45 kernel: p4tcc0: <cpu frequency="" thermal="" control="">on cpu0</cpu></cpu>