Am Sonntag, 7. Januar 2007 00:33 schrieb Salatiel Filho: > Hi , i have a hp pavillion dv8000. > > sensors-detect build this file: > > > #----cut here---- > # I2C adapter drivers > # modprobe unknown adapter NVIDIA i2c adapter 0 at 1:00.0 > # modprobe unknown adapter NVIDIA i2c adapter 1 at 1:00.0 > # modprobe unknown adapter NVIDIA i2c adapter 2 at 1:00.0 > modprobe i2c-i801 > # Chip drivers > # Warning: the required module ds1621 is not currently installed > # on your system. For status of 2.6 kernel ports check > # http://www.lm-sensors.org/wiki/Devices. If driver is built > # into the kernel, or unavailable, comment out the following line. look there ^^^^^^^^^^^^^^^^^^ you have to compile the ds1621 kernel modul to load it and then senors find your sensor values > modprobe ds1621 > # Warning: the required module eeprom is not currently installed > # on your system. For status of 2.6 kernel ports check > # http://www.lm-sensors.org/wiki/Devices. If driver is built > # into the kernel, or unavailable, comment out the following line. > modprobe eeprom > # sleep 2 # optional > /usr/local/bin/sensors -s # recommended > #----cut here---- > > > but after all modules be SUCCESSFULLY loaded sensors -s still returns : > > No sensors found! > Make sure you loaded all the kernel drivers you need. > Try sensors-detect to find out which these are. > > What is the problem ??? > > Thanks in advice ...