Yes, I have it working on a couple of different machines. First, take a look at the /usr/share/doc/lm_sensors*/FAQ file. It has some fairly useful information. Then, run the "sensors-detect" command and record the output. It gives some ominous warnings, but I have never had any issues. Record the output of "sensors-detect" and use it in a simple script similar to the one below:
#! /bin/ksh modprobe i2c-viapro modprobe i2c-isa # I2C chip drivers modprobe lm80 modprobe eeprom modprobe via686a sensors -s This script can then be called from /etc/rc.local so that it will run during the boot process. Add the Hardware Monitoring applet to your panel and adjust the sensors as necessary. Save the setup when you exit X so that the applet reappears with each X restart. That's it. Good luck. > Message: 12 > Date: Tue, 08 Oct 2002 20:28:08 -0700 > From: W Sanders <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Has anyone gotten lm_sensors to work with the stock 7.3 distribution? > Reply-To: [EMAIL PROTECTED] > > I've installed the 7.3 distribution from CDROM and was pleased to find > it included lm_sensors-2.6.1-1. I ran sensors-detect, modprobed the > appropriate modules, lsmod shows the modules, but output from "sensors" > says "No sensors found!". > > The kernel seems to have modular sensors support builtin, at least I see > > # Hardware sensors support > CONFIG_SENSORS=m > ... > kernel-2.4.18-athlon.config:CONFIG_SENSORS_W83781D=m > kernel-2.4.18-athlon.config:CONFIG_SENSORS_OTHER=y > .... > > in the config for my kernel. This is 2.4.18-10 - I have upgraded from > the stock kernel using RHN(up2date). > > Any help is appreciated. > -W Sanders > (wsanders @ wsanders dot net) > > > # sensors -u > No sensors found! > > lsmod: > > [root@localhost include]# lsmod > Module Size Used by Tainted: P > i2c-dev 4800 0 (unused) > cmpci 33236 0 (autoclean) > soundcore 6500 4 (autoclean) [cmpci] > agpgart 39680 3 (autoclean) > NVdriver 1149024 10 (autoclean) > w83781d 18592 0 (unused) > i2c-proc 8160 0 [w83781d] > i2c-isa 1892 0 (unused) > i2c-core 18720 0 [i2c-dev w83781d i2c-proc i2c-isa] > binfmt_misc 7460 1 > ne2k-pci 6720 1 > 8390 8196 0 [ne2k-pci] > ipchains 43496 12 > ide-scsi 9664 0 > scsi_mod 109424 1 [ide-scsi] > ide-cd 30272 0 > cdrom 32064 0 [ide-cd] > usb-uhci 24452 0 (unused) > usbcore 71968 1 [usb-uhci] > ext3 67296 2 > jbd 49528 2 [ext3] > -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list