> I noticed that the vt8231 driver would not start if the i22-viapro > module was installed. I suspect this is because they both try and > control the same PCI device (the VT8231 chip) and therefore you can only > have one installed at a time. If you install the i2c-viapro first then > the vt8231 driver never gets started and you never get the temp/voltage > information. Yes. Correct. This should be fixed in recent kernels. (from 2.6.11) > 1) Does anyone know what the plan is for combining the vt8231 and > i2c-viapro modules so that a single module can access both the I2C bus > and the temperature/voltage information at the same time ? Yes see above. It should be good to free the vt8231 from usage of PCI device too: Like done in this patch: http://lists.lm-sensors.org/pipermail/lm-sensors/2005-February/010440.html > > 2) Does anyone know the CORRECT information for the scaling > coefficients for the temperature and voltage ? No, please ask the manufacturer of motherboard. Aaron, Have you some more recent version of your driver somewhere (seems you do not)? I think it would help people if we could get it into mainline. Thanks, Regards Rudolf