root/lm-sensors/branches/lm-sensors-2.10/doc/busses/i2c-via

Revision 1714, 1.2 KB (checked in by mds, 9 years ago)

add note that these modules require i2c-algo-bit

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Kernel driver `i2c-via.o'
2
3Status: Complete and well-tested
4
5Supported adapters:
6  * VIA Technologies, InC. VT82C586B
7    Datasheet: Publicly available at the VIA website
8
9Author: Kyösti Mälkki <kmalkki@cc.hut.fi>
10
11
12Module Parameters
13-----------------
14
15(none)
16
17
18Description
19-----------
20
21i2c-via is an i2c bus driver for motherboards with VIA chipset.
22
23The following VIA pci chipsets are supported:
24 - MVP3, VP3, VP2/97, VPX/97
25 - others with South bridge VT82C586B
26
27Your /proc/pci or lspci listing must show this :
28
29 Bridge: VIA Technologies, Inc. VT82C586B ACPI (rev 10)
30
31To install this driver, simply do
32  # modprobe i2c-via 
33
34This driver uses the i2c-algo-bit module which must be
35modprobed and/or enabled in your kernel
36(Character Devices -> I2C Support -> I2C Bit-Banging Interfaces).
37
38    Problems?
39 
40 Q: You have VT82C586B on the motherboard, but not in the listing.
41 
42 A: Go to your BIOS setup, section PCI devices or similar.
43    Turn USB support on, and try again.
44
45 Q: No error messages, but still i2c doesn't seem to work.
46
47 A: This can happen. This driver uses the pins VIA recommends in their
48    datasheets, but there are several ways the motherboard manufacturer
49    can actually wire the lines.
50
Note: See TracBrowser for help on using the browser.