On Sunday 22 May 2005 10:35 pm, Torsten Kunkel wrote: > Hi, > > on my vdr-computer, I'm receiving the messages > i2c_adapter i2c-0: master_xfer: with 1 msgs. > and > i2c_adapter i2c-0: master_xfer: with 2 msgs. > about 10 times per second. > Everything works fine (except from these messages). The > messages are filling the syslog and force the harddisk to > work, because of this I'm searching a solution for the > problem. These messages look like debug messages that are controlled by the kernel configuration for i2c. You will need to recompile your kernel to change them. In Linux 2.6.11 your specific messages are controlled by: Device Drivers --> I2C Support --> I2C Core debugging messages Unselect "I2C Core debugging messages" and recompile your kernel.