On Wed, Jul 09, 2003 at 09:41:12AM -0400, R. Scott Baer wrote: > Same result.. it did not install the i2c-dev module.
You need to /build/ the i2c-dev module... look at your .config file in your linux source tree; you should have this line (exactly like this) CONFIG_I2C_CHARDEV=m And then when you install the new kernel, run depmod -a, you can run "modprobe i2c-dev" Aubin ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
