Changeset 1149
- Timestamp:
- 07/29/01 05:48:40 (7 years ago)
- Files:
-
- lm-sensors/trunk/BUGS (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/BUGS
r1141 r1149 26 26 See doc/chips/w83781d for more information. 27 27 28 Also, many as99127f chips are misidentified as w83781d or w83782d chips. 29 If so, you can fix this by forcing the driver: 30 modprobe w83781d force_as99127f=BUS,0x2d where BUS is your bus number 31 (cat /proc/bus/i2c to identify your bus number). 28 32 29 33 ================================ … … 57 61 sis5595 (sis5595 and i2c-sis5595 drivers) 58 62 59 Writing the base addresses (using the force_addr=0x.... parameter to modprobe) 60 does not work for some machines (dmesg message is "force address failed"). 63 These drivers latch on to many non-sis5595 chips which 64 do not support sensors, i2c bus, or both. 65 This is because SiS uses the same PCI ID for several different chips. 66 This will have to be fixed by us to recognize these other chips. 67 68 Right now, the driver tries 69 writing the base addresses (using the force_addr=0x.... parameter to modprobe), 70 it does not work for some machines (dmesg message is "force address failed"). 61 71 Either some chips do not support sensors, or there is some undocumented 62 72 lock bit for the base address registers.
