![](https://seccdn.libravatar.org/avatar/217b8a9ad28e09daaab76577ba3174ef.jpg?s=120&d=mm&r=g)
Ken, On Mon, May 30, 2005 at 10:23:56PM -0400, Ken Schneider wrote:
On Mon, 2005-05-30 at 17:37 -0700, Jesse Shaver wrote:
-------------------------------
So I followed its instructions and tried to load each of the kernel modules at the command line. i2c-nforce2, i2c-savage4, i2c-isa, eeprom, and ti87 (at the bottom) loaded ok. I skipped SmartBatt, as this is a desktop. On the rest of the modules: max6650, saa1064, smbus-arp, pca9540, I get "FATAL: Module max6650 not found."
When I do a "find / -name max6650" (one of the modules that failed)
Try find / -name max* as all modules will have an extension and won't be found without the "*" at the end.
I tried this: All the i2c-* modules were found in "/lib/modules/2.6.5-7.151-default/kernel/drivers/i2c/i2c-*.ko", these were loading already though. eeprom was only found here: "/lib/modules/2.6.5-7.151-default/kernel/drivers/i2c/chips". It87 was found in "/lib/modules/2.6.5-7.151-default/kernel/drivers/i2c/chips/it87.ko". The rest (max6650, saa1064, smbus-arp, and pca9540 only show up under "/usr/share/doc/packages/sensors/chips/[Name]" are these not part of the sensors package? where can I find them. Thanks, any more help people can give is appreciated, -Jesse