Comment 50 for bug 1313904

Revision history for this message
unrud (unrud) wrote :

@Kiril:
Make sure that your kernel is loaded with acpi_enforce_resources=lax. Check "cat /proc/cmdline".
Check the output of "lsmod" and make sure that the modules i2c-i801 and i2c-dev are loaded.
If they are unload i2c-i801 with "sudo rmmod i2c-i801" and load it again "sudo modprobe i2c-i801". Then check "dmesg" for errors.

@Faulty Lee:
You need "acpi_enforce_resources=lax" or the i2c-i801 module will not work.