I was wondering why FC3 doesn't try to run system-detect-sensors as
part of the standard install. Most PC98 systems include motherboard
instrumentation for voltate, temperature, airflow, etc...
Also, when I run "service lm_sensors status", it gives me:
[root@mail ~]# service lm_sensors status
w83627thf-isa-0290
Adapter: ISA adapter
VCore: +1.58 V (min = +1.93 V, max = +1.93 V) ALARM
+12V: +11.80 V (min = +10.82 V, max = +13.19 V)
+3.3V: +3.30 V (min = +3.14 V, max = +3.47 V)
+5V: +4.93 V (min = +4.75 V, max = +5.25 V)
-12V: -14.91 V (min = -10.80 V, max = -13.18 V)
V5SB: +5.08 V (min = +4.76 V, max = +5.24 V)
VBat: +3.54 V (min = +2.40 V, max = +3.60 V)
fan1: 0 RPM (min = 4192 RPM, div = 2)
CPU Fan: 3068 RPM (min = 3947 RPM, div = 2)
fan3: 0 RPM (min = 48214 RPM, div = 2)
M/B Temp: +35°C (high = +121°C, hyst = -104°C) sensor = thermistor
CPU Temp: +38.5°C (high = +60°C, hyst = +55°C) sensor = thermistor
temp3: +66.0°C (high = +60°C, hyst = +55°C) sensor =
thermistor ALARM
ERROR: Can't get VID data!
alarms: Chassis intrusion detection ALARM
beep_enable:
Sound alarm disabled
eeprom-i2c-0-50
Adapter: SMBus Via Pro adapter at 5000
Memory type: DDR SDRAM DIMM
Memory size (MB): 512
[root@mail ~]#
And I notice that while BIOS/Setup shows me the "system fan"
stats, for whatever reason lm_sensors isn't detecting it from
Linux.
Is there a fix for this? Do I need to hand-tweak the configuration?
One other thing... I noticed that if I don't change my /etc/grub.conf file
after doing an update to 2.6.11-1.35FC3, it hangs. But changing
the args from "... quiet acpi=off" to "... quiet no-hlt" fixes that.
Doing a "reboot", the system hangs at "Restarting machine".
Is this a known issue?
Dmesg show me:
ACPI: Power Button (FF) [PWRF]
ibm_acpi: ec object not found
before the shutdown. Could this be related? And does the BIOS
setting for ACPI standby need to be in S1 or S3?
-Philip