Hi folks,
I have this file..
-rwxr-xr-x 1 root root 102 Jul 12 22:44 /etc/rc.d/init.d/lm_sensors
Which contains:
#!/bin/sh /sbin/modprobe i2c-nforce2 /sbin/modprobe i2c-isa /sbin/modprobe eeprom /sbin/modprobe it87
But when I boot into FC2, these statements don't seem to get executed, and my sensors don't show up gkrellm. After startup, if I execute those commands manually from the command-line as root, they load without error and the sensors work properly.
What am I missing to get that accomplished on startup?
Thanks, Ben