Subj : Re: ic2-proc To : comp.os.linux From : david walcroft Date : Tue Aug 24 2004 07:17 am no name wrote: > ok wiseass! > > here is the relevant dump from my system (2.6.8.1) > > linux:~/xrm> lsmod | head > Module Size Used by > i2c_i801 8300 0 > i2c_dev 10400 0 > i2c_core 24544 2 i2c_i801,i2c_dev > ppp_deflate 6432 1 > zlib_deflate 22904 1 ppp_deflate > zlib_inflate 22848 1 ppp_deflate > bsd_comp 6240 0 > ppp_async 12160 1 > > See, all three modules are loaded > > linux:~/xrm> ls -l /proc/bus > total 0 > dr-xr-xr-x 2 root root 0 2004-08-23 14:15 input > dr-xr-xr-x 6 root root 0 2004-08-23 14:15 pci > drwxr-xr-x 6 root root 0 2004-08-23 08:32 usb > > linux:~/xrm> dmesg | tail -3 > PPP BSD Compression module registered > PPP Deflate Compression module registered > i2c /dev entries driver > > so, where in the hell is the (I2C)-proc entry? Even a find > on the /lib directory doesn't locate a module that provides > /proc/bus/i2c. > > Is it broken, depricated, or just plain not documented well > enough (as is the case with far too much opensource software)? > ok dumbass Its not in the latest kernels from what I see,so if lm_sensors does not load it at config why do you need.Check lm_sensors web site and see if the latest version need it. david .