system: sme 7.5 P4, 2.4GHZ, 1GB RAM, 2*80 SATA Drives (RAID 1), server only mode.
Motherboard:description: Desktop Computer, M2N-MX, ASUSTeK Computer INC.
hi ive migrated my system onto a new hardware and am having problems detecting the cpu/mb and hdd temp.
Ive had the contrib running on my old hardware after much work but the new hardware doesnt seem to be reading the temp sensors being displayed in the graphs.
Ive installed sme7admin and is running on my system. it displays the network and system performance data but am not getting any temp data- hdd temp,M/B temp, CPU temp.
sensor data:
[root@server ~]# sensors
it87-isa-0290
Adapter: ISA adapter
VCore 1: +1.47 V (min = +4.08 V, max = +4.08 V) ALARM
VCore 2: +4.05 V (min = +4.08 V, max = +4.08 V) ALARM
+3.3V: +6.62 V (min = +8.16 V, max = +8.16 V) ALARM
+5V: +5.00 V (min = +6.85 V, max = +6.85 V) ALARM
+12V: +12.93 V (min = +16.32 V, max = +16.32 V) ALARM
-12V: +3.93 V (min = +3.93 V, max = +3.93 V) ALARM
-5V: +4.03 V (min = +4.03 V, max = +4.03 V) ALARM
Stdby: +6.85 V (min = +6.85 V, max = +6.85 V) ALARM
VBat: +3.04 V
fan1: 3358 RPM (min = 0 RPM, div = 2)
fan2: 0 RPM (min = 0 RPM, div = 2)
fan3: 0 RPM (min = 0 RPM, div = 2)
M/B Temp: +32°C (low = -1°C, high = -1°C) sensor = thermistor
CPU Temp: +32°C (low = -1°C, high = -1°C) sensor = thermistor
Temp3: +128°C (low = -1°C, high = -1°C) sensor = disabled
I try and run the utility to get the hdd temp data but nothing is dsplayed:
[root@server ~]# hddtemp /dev/sda
/dev/sda: ATA WDC WD800JD-00LS: S.M.A.R.T. not available
[root@server ~]# hddtemp /dev/sdb
/dev/sdb: ATA WDC WD800JD-60LS: S.M.A.R.T. not available
Ive checked the BIOS and the SMART feature is enabled.- cant detect any hard disk temp??
also when running the following commands i can get the fan speed data displayed but would need to run the utility everytime i need to reboot the server.
modprobe it87
this is the output when i run the sensor detect utility
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----
WARNING! If you have some things built into your kernel, the list above
will contain too many modules. Skip the appropriate ones! You really should
try these commands right now to make sure everything is working properly.
Monitoring programs won't work until it's done.
Do you want to generate /etc/sysconfig/lm_sensors? (YES/no):
Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
for initialization at boot time.
Can anyone advise how best to resolve this??
Can somneone also advise in as best laymans terms what this command means- i'm a little confused what file/data i am to copy to...propably why the fan data is not being displayed at every reboot.
Do you want to generate /etc/sysconfig/lm_sensors? (YES/no):
Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
for initialization at boot time.[/i][/color]
happy to provide more data to disgnose the problem.
Thanks John