get Celeron temp

Hello.

I have a FreeBSD 6.4. The CPU is a Intel(R) Celeron(R) CPU 2.66GHz.
How get the temperatures of this CPU?

On FreeBSD 7.x, I use coretemp module for Core2Duo CPU and sysctl. This module does not print any temp in this system with this CPU.

Thanks.

Best regards,
 
See if [cmd=]sysctl hw.acpi.thermal[/cmd] gives you anything.
 
sysutils/mbmon does not work for this machine: "No Hardware Monitor found!!" (compiled with smb(4) support)
 
Did you tried kldloading smbus (if not in the kernel)?

Did you tried the other options?
I remember that on my old P4 with a VIA chipset, mbmon wasn't working with smb or via-direct, but with isa-i/o.
 
Back
Top