|
Revision 4157, 1.1 KB
(checked in by ruik, 7 years ago)
|
|
Fix the homepage address
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # This is /etc/sysconfig/lm_sensors. |
|---|
| 2 | # |
|---|
| 3 | # sensors is used for monitoring motherboard sensor values. |
|---|
| 4 | # |
|---|
| 5 | # See also the lm_sensors homepage at: |
|---|
| 6 | # http://www.lm-sensors.org |
|---|
| 7 | # |
|---|
| 8 | # This file is used by /etc/rc.d/init.d/lm_sensors and defines the modules to be |
|---|
| 9 | # loaded/unloaded. This file is sourced into /etc/rc.d/init.d/lm_sensors. |
|---|
| 10 | |
|---|
| 11 | # The format of this file is a shell script that simply defines the modules |
|---|
| 12 | # in order as normal variables with the special names: |
|---|
| 13 | # MODULE_1, MODULE_2, MODULE_3, etc. |
|---|
| 14 | |
|---|
| 15 | # |
|---|
| 16 | # List the modules that are to be loaded for your system |
|---|
| 17 | # Adapted from results of running /usr/sbin/sensors-detect |
|---|
| 18 | # |
|---|
| 19 | # Mine said (I have an ASUS K7M motherboard): |
|---|
| 20 | # |
|---|
| 21 | # #----cut here---- |
|---|
| 22 | # # I2C adapter drivers |
|---|
| 23 | # modprobe i2c-matroxfb |
|---|
| 24 | # # modprobe unknown adapter MAVEN:fb0 on i2c-matroxfb using Bit-shift algorithm |
|---|
| 25 | # # modprobe unknown adapter MAVEN:fb0 on i2c-matroxfb using Bit-shift algorithm |
|---|
| 26 | # modprobe i2c-isa |
|---|
| 27 | # # I2C chip drivers |
|---|
| 28 | # modprobe ddcmon |
|---|
| 29 | # modprobe w83781d |
|---|
| 30 | # modprobe via686a |
|---|
| 31 | # #----cut here---- |
|---|
| 32 | # |
|---|
| 33 | # Here is my module list |
|---|
| 34 | MODULE_0=i2c-matroxfb |
|---|
| 35 | MODULE_1=i2c-isa |
|---|
| 36 | MODULE_2=ddcmon |
|---|
| 37 | MODULE_3=w83781d |
|---|
| 38 | MODULE_4=via686a |
|---|