Subj : Re: ic2-proc To : comp.os.linux From : Kirth Gersen Date : Tue Aug 24 2004 08:48 pm On Mon, 23 Aug 2004 13:11:48 -0500, no name wrote: > david walcroft tried to express: It doesn't show up in /proc/bus But it should in /sys What does the sensors command say ?? kirth >> [quoted text muted] > > 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)? .