I've integrated 'sensors' into my RH 7.3 startups in /etc/rc.d/init.d. I'm attaching my current sensors script and the related /etc/sysconfig/sensors. I've got a Asus K7M (Athlon/650) motherboard. sensors-detect picks up a w83782d (loads the w83781d driver and a via686a. However, the via doesn't ever display anything. It's also picking up my monitor with the DDCMON driver (which is kind of neat) because I have a Matrox G400-TV video card. Also, lots of your links are broken (link rot) or they do not point to the "real" www2 server URL. Mike808/ -- () Join the ASCII ribbon campaign against HTML email and Microsoft-specific /\ attachments. If I wanted to read HTML, I would have visited your website! Support open standards. -------------- next part -------------- # This is /etc/sysconfig/sensors. # # sensors is used for monitoring motherboard sensor values. # # See also the lm_sensors homepage at: # http://www2.lm-sensors.nu/~lm78/index.html # # This file is used by /etc/rc.d/init.d/sensors and defines the modules to be # loaded/unloaded. This file is sourced into /etc/rc.d/init.d/sensors. # The format of this file is a shell script that simply defines the modules # in order as normal variables with the special names: # MODULE_1, MODULE_2, MODULE_3, etc. # # List the modules that are to be loaded for your system # Adapted from results of running /usr/sbin/sensors-detect # # Mine said (I have an ASUS K7M motherboard): # # #----cut here---- # # I2C adapter drivers # modprobe i2c-matroxfb # # modprobe unknown adapter MAVEN:fb0 on i2c-matroxfb using Bit-shift algorithm # # modprobe unknown adapter MAVEN:fb0 on i2c-matroxfb using Bit-shift algorithm # modprobe i2c-isa # # I2C chip drivers # modprobe ddcmon # modprobe w83781d # modprobe via686a # #----cut here---- # # Here is my module list MODULE_1=i2c-matroxfb MODULE_2=i2c-isa MODULE_3=ddcmon MODULE_4=w83781d MODULE_5=via686a -------------- next part -------------- A non-text attachment was scrubbed... Name: sensors Type: application/x-shellscript Size: 2243 bytes Desc: not available Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20020622/8477effc/attachment.bin