vt8251 need info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rajib Chakrabartty wrote:
> Dear Rudolf,
> 
> Please find attached the requested files. Do get back if I can be 
> of any additional help.

Thanks,

Assuming you have at least lm-sensors userspace tools installed lets try:

isadump -f 0x400

Depending on result of this dump, following will be less dangerous:

If you want to get the SMBus working you may change following to the i2c-viapro.c

       { PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8237),

to:

       { PCI_DEVICE(PCI_VENDOR_ID_VIA, 0x3287),

Then compile, install modules and try to detect some devices on the bus:

modprobe i2c-viapro
modprobe i2c-dev
i2cdetect 0

So you may try both, or just the first part and do the second part optionally
based on the result of step #1

Thanks,

Regards
Rudolf




[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux