# Create an artificial dependency of k8temp on it87, so that it87 always # gets loaded first, to create the order: # # /sys/class/hwmon/hwmon0 -> ../../devices/platform/it87.656/hwmon/hwmon0 # /sys/class/hwmon/hwmon1 -> ../../devices/pci0000:00/0000:00:18.3/hwmon/hwmon1 # # A different order will throw the fancontrol script. # # openSUSE 11.1, kernel 2.6.27.7-9-default #1 SMP 2008-12-04 # # References: # Thread "sensors startet nicht beim booten" # http://lists.opensuse.org/opensuse-de/2009-01/msg02731.html # # man modprobe.conf # # Volker Kuhlmann # 25 Jan 2009 # install k8temp /sbin/modprobe it87; /sbin/modprobe --ignore-install k8temp remove k8temp /sbin/modprobe --ignore-remove --remove k8temp && /sbin/modprobe --remove it87