LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   setting sensors for Asus P5PL2-E and Intel Pentium D 3.2GHz (https://www.linuxquestions.org/questions/slackware-14/setting-sensors-for-asus-p5pl2-e-and-intel-pentium-d-3-2ghz-614768/)

Mr. Bond 01-19-2008 10:47 AM

setting sensors for Asus P5PL2-E and Intel Pentium D 3.2GHz
 
Yup, me again :) I know I`m real pain in the ass but guys I`m total noob for this things (modules, kernels, iptables etc). This is first time I run ONLY Slackware as my OS and I want to have all I need - so that I realy do not need Windows anymore :)

I do have SuperKaramba theme for monitoring my sistem. Everything works ok except sensors for temperature of CPU, FAN speed and HDD temp. I have ASUS P5PL2-E, Intel Penitum D 3.2GHz and WD SATAII 260GB HDD. Tell me what do you first need of data from my computer and help me to get this sensors on :)

I take a look of SK theme and these are commands for supervision of sensors:

/usr/sbin/hddtemp /dev/sda

cat /proc/acpi/thermal_zone/THRM/temperature | awk '{print $2}'

sensor=sensor type="M/B Temp"

As you can see, first one is for hdd and second one is for CPU, third one is for Chipset temperature...

I do not have thermal_zone in /proc/acpi...

How to get them and how to set them? :)

H_TeXMeX_H 01-19-2008 12:45 PM

Have you tried using lm_sensors ? If not, try running 'sensors-detect' as root, it'll tell you the rest. You'll probably have to modprobe some of the modules it says and load these on startup.

Mr. Bond 01-19-2008 09:04 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3028291)
Have you tried using lm_sensors ? If not, try running 'sensors-detect' as root, it'll tell you the rest. You'll probably have to modprobe some of the modules it says and load these on startup.

I done it as you said but nothing changes...

KillerOfGiants 01-20-2008 06:39 AM

Quote:

Originally Posted by Mr. Bond (Post 3028727)
I done it as you said but nothing changes...

You've got to have Winbond W83627EHF/DHG compiled as a module in your kernel.
It's in device drivers>hardware monitoring


All times are GMT -5. The time now is 09:07 AM.