Changeset 231
- Timestamp:
- 02/15/99 22:14:46 (10 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r230 r231 99 99 insmod kernel/smbus.o 100 100 insmod kernel/sensors.o 101 insmod kernel/busses/i sa.o102 insmod kernel/busses/ piix4.o # Or whatever SMBus controller you have101 insmod kernel/busses/i2c-isa.o 102 insmod kernel/busses/i2c-piix4.o # Or whatever SMBus controller you have 103 103 insmod kernel/chips/lm78.o # Or whatever hardware monitoring chip you have 104 104 Now you should have new directories under /proc/sys/dev/sensors and some files … … 106 106 107 107 If you have installed the modules, as described within doc/modules, you can 108 do 'modprobe isa && modprobe piix4 && modprobe lm78 && modprobe i2c-proc' 108 do: 109 modprobe i2c-isa && modprobe i2c-piix4 && modprobe lm78 && modprobe i2c-proc 109 110 (the last is optional) from any directory to reach the same situation. 110 111
