I downloaded and installed acpitool when I run it I get Battery Status <not available> AC Adapter <not availble> Thermal Info <not available> I was trying to find out how hot the CPU is? Any ideas how to get this information? THanks, jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070417/86d2688c/attachment-0004.html>
On Tue, 17 Apr 2007 at 10:33am, Jerry Geis wrote> I downloaded and installed acpitool > > when I run it I get > > Battery Status <not available> > AC Adapter <not availble> > Thermal Info <not available> > > I was trying to find out how hot the CPU is? > Any ideas how to get this information?Erm, what version of CentOS and what hardware do you have? In any case, often times this info is in plain text in various places in /proc/acpi. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
>On Tue, 17 Apr 2007 at 10:33am, Jerry Geis wrote>>/ I downloaded and installed acpitool/>>/ />>/ when I run it I get />>/ />>/ Battery Status <not available> />>/ AC Adapter <not availble> />>/ Thermal Info <not available> />>/ />>/ I was trying to find out how hot the CPU is? />>/ Any ideas how to get this information?> />Erm, what version of CentOS and what hardware do you have? In any case, >often times this info is in plain text in various places in /proc/acpi.Sorry - many things going on today... I am running Centos 5 Asus M2n_MX motherboard amd 6000+ I find nothing of value in the /proc/acpi directory tree. again <not available> Jerry
Jerry Geis wrote:> I downloaded and installed acpitool > > when I run it I get > > Battery Status <not available> > AC Adapter <not availble> > Thermal Info <not available> > > I was trying to find out how hot the CPU is? > Any ideas how to get this information?currently with an amd 5200+ on fedora 6, but lm_sensors should do the job. [root at obelix ~]# sensors k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +20?C Core1 Temp: +31?C it8716-isa-0290 Adapter: ISA adapter VCore: +1.04 V (min = +0.00 V, max = +4.08 V) VDDR: +3.22 V (min = +0.00 V, max = +4.08 V) +3.3V: +0.00 V (min = +0.00 V, max = +4.08 V) ALARM +5V: +4.78 V (min = +0.00 V, max = +6.85 V) +12V: +11.90 V (min = +0.00 V, max = +16.32 V) in5: +0.00 V (min = +0.00 V, max = +4.08 V) ALARM in6: +0.00 V (min = +0.00 V, max = +4.08 V) ALARM 5VSB: +4.78 V (min = +0.00 V, max = +6.85 V) VBat: +2.94 V fan1: 850 RPM (min = 3245 RPM) ALARM fan2: 0 RPM (min = 3245 RPM) ALARM fan3: 1142 RPM (min = 0 RPM) temp1: +27?C (low = -1?C, high = +127?C) sensor = diode temp2: +36?C (low = -1?C, high = +127?C) sensor = thermistor temp3: +25?C (low = -1?C, high = +127?C) sensor = thermistor vid: +0.000 V -- ronald