I should have mentioned that I've already tried moving /sys to /sysfs with no effect either. On 05/02/07, Nick Upson <nick.upson at gmail.com> wrote: > Hi, > > I get "Can't access procfs/sysfs file" upon running sensors. I'm using > fedora core 5 which is a 2.6.16 core. sensors-detect seems to work ok > and produces output that I have used for the modprobe commands below. > I read every reference I could find but none seem to apply/fix the > issue. I've used both the tar.gz and rpm with the same effect, both > 2.10.2 > > #----cut here---- > # I2C module options > alias char-major-89 i2c-dev > #----cut here---- > > To load everything that is needed, add this to some /etc/rc* file: > > #----cut here---- > # I2C adapter drivers > modprobe i2c-sis96x > modprobe i2c-isa > # Chip drivers > modprobe eeprom > modprobe w83627hf > # sleep 2 # optional > /usr/local/bin/sensors -s # recommended > #----cut here---- >