Changeset 4541 for lm-sensors/trunk/doc/vid
- Timestamp:
- 07/03/07 15:08:37 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/vid (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/vid
r2601 r4541 50 50 you must set the "vrm" correctly either via /proc, /sys, or sensors.conf. 51 51 52 To be compatible with previous lm_sensors versions, the vrm defaults53 to version 8.2. Generally, for recent motherboards, this will not54 be correct. Try 9.0 first.55 56 52 To change the vrm version to 9.0, for example, do the following 57 53 after the chip module (in this example, w83781d) is loaded: … … 59 55 (kernel 2.4) 60 56 echo 9.0 > /proc/sys/dev/sensors/w83781d-isa-0290/vrm 61 (kernel 2.6 )57 (kernel 2.6 up to 2.6.13) 62 58 echo 90 > /sys/bus/i2c/devices/0-0290/vrm 59 (kernel 2.6.14 and later) 60 echo 90 > /sys/class/hwmon/hwmon0/device/vrm 63 61 64 62 Alternatively, add a line in /etc/sensors.conf in the w83781d section … … 75 73 (kernel 2.4) 76 74 cat /proc/sys/dev/sensors/w83781d-isa-0290/vid 77 (kernel 2.6 - divide the output by 1000) 78 cat /sys/bus/i2c/devices/0-0290/in0_ref 75 (kernel 2.6 up to 2.6.13 - divide the output by 1000) 76 cat /sys/bus/i2c/devices/0-0290/cpu0_vid 77 (kernel 2.6.14 and later - divide the output by 1000) 78 cat /sys/class/hwmon/hwmon0/device/cpu0_vid 79 79 80 80 or by … … 103 103 /etc/sensors.conf and the vrm entry in /proc or /sys: 104 104 105 adm1025, adm1026, asb100, lm85, lm87, 106 vt1211, vt8231, w83627 hf, w83781d105 adm1025, adm1026, asb100, lm85, lm87, pc87360, 106 vt1211, vt8231, w83627ehf, w83627hf, w83781d, w83792d 107 107 108 108 109 109 The following chip drivers support only VRM 8.2 and cannot be changed: 110 110 111 adm1024, it87, mtp008 112 adm9240, gl520sm, lm78, maxilife 111 adm1024, it87, mtp008, adm9240, gl520sm, lm78 113 112 114 113 If you have a board with one of these chips which needs advanced 115 114 VRM support please email us. 116 115 116 The following chip drivers support only VRM 10.0 and cannot be changed: 117 118 lm93 119 117 120 ------------------ 118 121 Copyright (c) 2002-2004 Mark D. Studebaker
