From ... Date: Wed, 22 Feb 2006 13:04:28 -0600 To: (me) Subject: vt1211 modules for 2.6 kernel - got it working... Lars, thanks for your help with the vt1211 driver. I grabbed the 2.6.15 patch from your page, and after a few modifications - got rid of the EACCESS problem. It seems the problem was the .driver = { lines. I removed them and the module works fine on my 2.6.15.1 kernel, running an an EPIA SP-13000 board. I also added the line: {X86_VENDOR_CENTAUR, 0x6, 0x9, 85}, /* VIA C3 Nehemiah */ to the vrm_models table in drivers/hwmon/hwmon-vid.c in order to let it know about this processor. Otherwise it just spit out something about an unknown VRM for the system. ...