sensors-detect doesn't support 2.6 yet (as stated on our home page) zippo wrote: > I am testing lm_sensors on a Tyan k7x-pro, (amd756, w83781d, which are both in the kernel. I got the CVS and installed it. I also built i2c support, (yes CONFIG_I2C_PROC), and ran mkdev.sh (witch worked) but when i run sensors -s, or sensors-detect i get > > [root at zippo01 /home/zippo/sensors/]#sensors > Can't access /proc file > Unable to find i2c bus information; > For 2.6 kernels, make sure you have mounted sysfs! > For older kernels, make sure you have done 'modprobe i2c-proc'! > > > that is the error when i run sensors-detect: > > Couldn't open /proc/bus/i2c?!? at prog/detect/sensors-detect line 4184, <STDIN> line 4. > > and there no i2c in /proc, i was wondering if i am doing something wrong or what. > a copy of my lsmod: > > Module Size Used by > w83781d 30976 0 > i2c_amd756 5504 0 > i2c_algo_bit 9608 0 > i2c_sensor 2944 1 w83781d > i2c_dev 8960 0 > i2c_core 20612 5 w83781d,i2c_amd756,i2c_algo_bit,i2c_sensor,i2c_dev > nvidia 1532952 12 >