https://bugs.freedesktop.org/show_bug.cgi?id=60704 --- Comment #13 from Marc Meledandri --- FWIW, on kernel series 3.10.x, adjusting the i2c datarate still provides a working solution on my nv50 hardware. Sensors detect properly and fan control is enabled. The necessary patch has changed again: --- a/drivers/gpu/drm/nouveau/core/subdev/i2cbase.c 2013-07-25 18:16:45.000000000 -0400 +++ b/drivers/gpu/drm/nouveau/core/subdev/i2cbase.c.patched 2013-07-29 19:26:09.393689862 -0400 @@ -122,7 +122,7 @@ if (!bit) return -ENOMEM; - bit->udelay = 10; + bit->udelay = 20; bit->timeout = usecs_to_jiffies(2200); bit->data = port; bit->pre_xfer = nouveau_i2c_pre_xfer; -- You are receiving this mail because: You are the assignee for the bug.