home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libsensors3 / README.Debian < prev   
Encoding:
Text File  |  2006-07-11  |  1.7 KB  |  46 lines

  1. README.Debian for lm-sensors
  2. ----------------------------
  3.  
  4. lm-sensors requires kernel support to access sensor devices. There are
  5. two parts to these modules: generic drivers to access devices on the i2c
  6. bus, and drivers to support specific sensor devices.
  7.  
  8.  
  9. 2.4 kernels
  10. -----------
  11.  
  12. The i2c modules can come from either the separate i2c-2.4-xx-x-xxx 
  13. packages, the i2c-source package or the kernel-patch-2.4-i2c package. The
  14. patches package tends to be somewhat newer, and have more features and 
  15. bugfixes. If you do that, you must enable "I2C /proc support" in your 
  16. kernel configuration. Note that it is not necessary to load the 
  17. corresponding module (i2c-proc) manually, it would be loaded automatically
  18. by modprobe when you load a sensor module.
  19.  
  20. The lm-sensors modules are not distributed with the Linux kernel, but
  21. source is distributed separately in the lm-sensors-source package. They are
  22. also available in prebuilt packages lm-sensors-2.4-xx-x-xxx or in the 
  23. kernel-patch-2.4-lm-sensors package.
  24.  
  25. If you want to use the lm-sensors-source package in combination with the 
  26. Debian kernel-package package; instructions for building the modules are 
  27. in /usr/share/doc/lm-sensors-source/README.Debian in the lm-sensors-source 
  28. package.
  29.  
  30. Once you have the modules built, you need to probe for the sensors 
  31. available on your system. You can use the sensors-detect program to do 
  32. this.
  33.  
  34.  
  35. 2.6 kernels
  36. -----------
  37.  
  38. All the necessary modules are included in the 2.6 kernel tree. Just have a
  39. look at "I2C Hardware Sensors Chip support" in your kernel configuration.
  40.  
  41. Once you have your kernel properly configured, you need to probe for the 
  42. sensors available on your system. You can use the sensors-detect program to 
  43. do this.
  44.  
  45. -- Aurelien Jarno <aurel32@debian.org>
  46.