Line 1... |
Line 1... |
1 |
# Generated by sensors-detect on Tue Mar 6 20:52:49 2012
|
1 |
# Generated by sensors-detect on Tue Jul 9 22:52:14 2019
|
2 |
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
|
2 |
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
|
3 |
# be loaded/unloaded.
|
3 |
# be loaded/unloaded.
|
4 |
#
|
4 |
#
|
5 |
# The format of this file is a shell script that simply defines variables:
|
5 |
# The format of this file is a shell script that simply defines variables:
|
6 |
# HWMON_MODULES for hardware monitoring driver modules, and optionally
|
6 |
# HWMON_MODULES for hardware monitoring driver modules, and optionally
|
7 |
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).
|
7 |
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).
|
8 |
|
8 |
|
9 |
HWMON_MODULES="sbs"
|
9 |
HWMON_MODULES="coretemp max6650 sbshc sbs"
|
10 |
|
10 |
|
11 |
# For compatibility reasons, modules are also listed individually as variables
|
11 |
# For compatibility reasons, modules are also listed individually as variables
|
12 |
# MODULE_0, MODULE_1, MODULE_2, etc.
|
12 |
# MODULE_0, MODULE_1, MODULE_2, etc.
|
13 |
# You should use BUS_MODULES and HWMON_MODULES instead if possible.
|
13 |
# You should use BUS_MODULES and HWMON_MODULES instead if possible.
|
14 |
|
14 |
|
- |
|
15 |
MODULE_0=coretemp
|
- |
|
16 |
MODULE_1=max6650
|
- |
|
17 |
MODULE_2=sbshc
|
15 |
MODULE_0=sbs
|
18 |
MODULE_3=sbs
|