apps to display cpu temp

2011-11-12 Thread Edward Martinez

Hi,


 I have a Pentium 4 and i  have  been trying to  get  "coretemp" and 
"sysctl hw.acpi.thermal.tz0.temperature" to display  my Cpu temperture , 
however i have not had any luck using them

Are there any other apps  perhaps from ports that reports CPU temp?

thanks


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apps to display cpu temp

2011-11-12 Thread Polytropon
On Sat, 12 Nov 2011 18:19:57 -0800, Edward Martinez wrote:
> Hi,
> 
> 
>   I have a Pentium 4 and i  have  been trying to  get  "coretemp" and 
> "sysctl hw.acpi.thermal.tz0.temperature" to display  my Cpu temperture , 
> however i have not had any luck using them
> Are there any other apps  perhaps from ports that reports CPU temp?

I've been using the port "xmbmon" for that, in
combination with

device smbus
device iicbus
device iicsmb
device iicbb
device iic

in the kernel configuration file - on a Pentium 4
system. I haven't tried the sysctl method, because
xmbmon did work out of the box. :-) You can also
use mbmon for text output.

Here's an example from ~/.xinitrc calling xmbmon:

xmbmon -g 150x100+0+897 \
-tmin 20.0 -tmax 70.0 \
-cmtmb CPU -cltmb blue \
-cmtcpu CS -cltcpu cyan \
-cmtcs SYS -cltcs green \
-vmin 2.0 -vmax 3.0 -cmvc V -clvc red &

Depending on the sensor installation of your
particular system, check if the different values
do match the hardware. Maybe check from within
your CMOS setup for reference values.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apps to display cpu temp

2011-11-13 Thread Joshua Isom

On 11/12/2011 8:02 PM, Polytropon wrote:

On Sat, 12 Nov 2011 18:19:57 -0800, Edward Martinez wrote:

Hi,


   I have a Pentium 4 and i  have  been trying to  get  "coretemp" and
"sysctl hw.acpi.thermal.tz0.temperature" to display  my Cpu temperture ,
however i have not had any luck using them
Are there any other apps  perhaps from ports that reports CPU temp?


I've been using the port "xmbmon" for that, in
combination with

device smbus
device iicbus
device iicsmb
device iicbb
device iic

in the kernel configuration file - on a Pentium 4
system. I haven't tried the sysctl method, because
xmbmon did work out of the box. :-) You can also
use mbmon for text output.

Here's an example from ~/.xinitrc calling xmbmon:

xmbmon -g 150x100+0+897 \
-tmin 20.0 -tmax 70.0 \
-cmtmb CPU -cltmb blue \
-cmtcpu CS -cltcpu cyan \
-cmtcs SYS -cltcs green \
-vmin 2.0 -vmax 3.0 -cmvc V -clvc red&

Depending on the sensor installation of your
particular system, check if the different values
do match the hardware. Maybe check from within
your CMOS setup for reference values.






For amd, I use dev.cpu.0.temperature.  For some reason, it's 15 degrees 
off compared to the bios and linux.  I used benchmarks/stress along with 
setting specific frequencies to figure out where linux and where freebsd 
would hit a temperature limit.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apps to display cpu temp

2011-11-14 Thread Edward Martinez

On 11/12/11 18:02, Polytropon wrote:

On Sat, 12 Nov 2011 18:19:57 -0800, Edward Martinez wrote:

Hi,


   I have a Pentium 4 and i  have  been trying to  get  "coretemp" and
"sysctl hw.acpi.thermal.tz0.temperature" to display  my Cpu temperture ,
however i have not had any luck using them
Are there any other apps  perhaps from ports that reports CPU temp?

I've been using the port "xmbmon" for that, in
combination with

device smbus
device iicbus
device iicsmb
device iicbb
device iic

in the kernel configuration file - on a Pentium 4
system. I haven't tried the sysctl method, because
xmbmon did work out of the box. :-) You can also
use mbmon for text output.

Here's an example from ~/.xinitrc calling xmbmon:

xmbmon -g 150x100+0+897 \
-tmin 20.0 -tmax 70.0 \
-cmtmb CPU -cltmb blue \
-cmtcpu CS -cltcpu cyan \
-cmtcs SYS -cltcs green \
-vmin 2.0 -vmax 3.0 -cmvc V -clvc red&

Depending on the sensor installation of your
particular system, check if the different values
do match the hardware. Maybe check from within
your CMOS setup for reference values.




   Thanks!,  Even though mbmon  is about 10 degrees off  from what the 
BIOS is reporting. I'm still a  happycamper.
   I have a question, is it supposed to be "device iichsmb" or "device 
iicsmb" like you have listed?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apps to display cpu temp

2011-11-14 Thread Polytropon
On Mon, 14 Nov 2011 15:16:49 -0800, Edward Martinez wrote:
> Thanks!,  Even though mbmon  is about 10 degrees off  from what the 
> BIOS is reporting. I'm still a  happycamper.

I had a similar observation with my P4 system: CPU temp
would always "flatline" at 60 deg. C.



> I have a question, is it supposed to be "device iichsmb" or "device 
> iicsmb" like you have listed?

The example listed is from my kernel configuration of that
particular P4 system, where it _worked_ properly. I had
inserted "device iicsmb" as per kernel configuration notes.
The OS in question was 7-STABLE.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: apps to display cpu temp

2011-11-15 Thread Edward Martinez

On 11/14/11 17:23, Polytropon wrote:

On Mon, 14 Nov 2011 15:16:49 -0800, Edward Martinez wrote:

 Thanks!,  Even though mbmon  is about 10 degrees off  from what the
BIOS is reporting. I'm still a  happycamper.

I had a similar observation with my P4 system: CPU temp
would always "flatline" at 60 deg. C.




 I have a question, is it supposed to be "device iichsmb" or "device
iicsmb" like you have listed?

The example listed is from my kernel configuration of that
particular P4 system, where it _worked_ properly. I had
inserted "device iicsmb" as per kernel configuration notes.
The OS in question was 7-STABLE.


h
   Thanks again.  mbmon is still  staying somewhat  parallel to what 
the BIOS reports.
I was bit confused because i've only have read about "ichsmb" 
previously. However

I've learned something new:  "iicsmb"

http://www.gsp.com/cgi-bin/man.cgi?section=4&topic=ichsmb
 http://www.unix.com/man-page/FreeBSD/4/iicsmb/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"