Changeset 1033
- Timestamp:
- 02/23/01 04:34:21 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/chips/mtp008 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/mtp008
r969 r1033 3 3 4 4 Status: Complete; Alpha. 5 This chip is quite configurable and many settings cannot 6 be done through the driver. Hopefully the BIOS settings will 7 be correct for most motherboards. 5 8 6 9 Supported chips: … … 20 23 21 24 22 The MTP008 chip has three inputs that are configurable. 23 One input is always temp1, and the sensor type is configured with the sensor1 entry. 25 The MTP008 chip has several pins that are configurable. 26 27 The three temperature sensors are configurable via the driver 28 using either the /proc entries or 'set sensorx y' statements in 29 /etc/sensors.conf. 30 One temperature input is always temp1, and the sensor type is configured 31 with the sensor1 entry in /proc. 24 32 One input is either in4 or temp2, and is configured with the sensor2 entry. 25 33 One input is either in5 or temp3, and is configured with the sensor3 entry. 26 34 27 We are making the initial assumption that 28 AIN4 is to be configured as PII temp sensor 2. 29 We are also making the assumption that 35 For example, on the Tyan S1824D motherboard, 36 AIN4 is configured as PII temp sensor 2 and 30 37 AIN5 is hooked up to the -12V sensing circuit. 31 This is the configuration on the Tyan S1824D motherboard.32 38 33 Setting temp sensors 1 and 2 to be a PII sensors is done as follows: 39 Other Tyan motherboards (the 2510 Thunder and the Tiger 200) appear to 40 have different configurations. 34 41 35 Register 0x57: 0 0 0 0 1 1 0 0 36 | \ / +-- AIN5/VT3 with AIN5 37 | +----- AIN4/VT2/PII with PII 38 +-------- VT1/PII with PII 42 The PWM outputs are configurable but not via the driver. 43 The Fan input types (2 wire or 3 wire) are configurable but 44 not via the driver. 39 45 46 The driver now preserves pin settings that the BIOS configures. 47 If your BIOS did it right then the driver should work great. 40 48 41 49 The MTP008 has sensor type selection in /proc like the Winbond W83782D. … … 44 52 To select a sensor type, echo the value to the /proc entry, for example: 45 53 echo 1 > /proc/sys/dev/sensors/mtp008-i2c-0-2d/sensor1 54 Or, use /etc/sensors.conf and add a line 'set sensor1 1', for example. 55 Hopefully the BIOS has set these already. 46 56 47 57 Sensor selection is as follows:
