Hi, Please find enclosed a quick-and-dirty fix for vt1211 to 2.6.16-rc2. It appears that i2c_driver has been modified after 2.6.15, removing i2c_driver.[name|owner]. Added it the way others do it in drivers/hwmon... (see http://www.nabble.com/i2c-changes-in-2.6.15+-t968654.html) Next point : they DELETED the I2C_DRIVERID_VT1211 entry in include/linux/i2c-id.h. That's immoral ! They're forgetting all those poor epia users... :-p. Compiles and works for me, although it reports that i2c-isa shall be recoded (bus_type stuff, see http://lkml.org/lkml/2006/1/13/265). That's in-kernel, so... Regards, ...