How do I view temperatures through ACPI?

david walcroft david_walcroft at yahoo.com.au
Wed Aug 18 03:26:08 UTC 2004


Jerry DeLisle wrote:
> On Sun, 2004-08-15 at 21:56, david walcroft wrote:
> 
> 
>>then "sensors-detect"
>>
>>   david
>>
> 
> I have lm-sensors installed.  lsmod gives:
> 
> Module                  Size  Used by
> i2c_dev                 8192  0
> i2c_i801                7184  0
> i2c_core               19200  2 i2c_dev,i2c_i801
> 
> sensors-detect gives an error that it can't find i2c-detect.  When I run
> i2c-detect it asks for an address that I don't know.
> 
> /usr/sbin/i2cdetect -l
> i2c-0   unknown         SMBus I801 adapter at c400             
> Algorithm unavailable
> 
> Now what?
> 
> Jerry
> 
> 
Ok, I think you are missing some modules - here's mine

it87                   16205  0               (mobo sensor mod)
eeprom                  6217  0
i2c_sensor              2369  2 it87,eeprom   (main i2c mod)
i2c_isa                 1985  0               (isa bus mod)
i2c_viapro              5837  0               (mobo superchip mod)
i2c_core               17345  5 it87,eeprom,i2c_sensor,i2c_isa,\
      i2c_viapro

Did you start lm_sensors as root [ $ sudo sensors-detect ]

Is there a
              /etc/rc.d/init.d/lm_sensors
              /etc/sysconfig/lm_sensors

in your  /etc

and this in /etc/rc.local or /etc/rc.d/rc.local

# I2C adapter drivers
modprobe i2c-viapro
modprobe i2c-isa
# I2C chip drivers
modprobe eeprom
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended

or something similar.

  david





More information about the fedora-list mailing list