root/lm-sensors/trunk/doc/busses/i2c-via

Revision 1714, 1.2 kB (checked in by mds, 6 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 
1 Kernel driver `i2c-via.o'
2
3 Status: Complete and well-tested
4
5 Supported adapters:
6   * VIA Technologies, InC. VT82C586B
7     Datasheet: Publicly available at the VIA website
8
9 Author: Kyösti Mälkki <kmalkki@cc.hut.fi>
10
11
12 Module Parameters
13 -----------------
14
15 (none)
16
17
18 Description
19 -----------
20
21 i2c-via is an i2c bus driver for motherboards with VIA chipset.
22
23 The following VIA pci chipsets are supported:
24  - MVP3, VP3, VP2/97, VPX/97
25  - others with South bridge VT82C586B
26
27 Your /proc/pci or lspci listing must show this :
28
29  Bridge: VIA Technologies, Inc. VT82C586B ACPI (rev 10)
30
31 To install this driver, simply do
32   # modprobe i2c-via 
33
34 This driver uses the i2c-algo-bit module which must be
35 modprobed 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.