Charles Prévot wrote: > I have some problems configuring the fancontrol script, because each time I > shutdown my computer, when I reboot my /sys/class/hwmon/ is different > (subfolders hwmon? are numbered differently). > What is responsible for this order ? The order in which the respective drivers are initialized. Since the initialization functions run in parallel, this is essentially random, as you're seeing. > How can I configure it to have i fixed order ? The entries in /sys/class/hwmon/ are actually symbolic links (see the output of "ls -l /sys/class/hwmon"), so you could refer to the devices by their real path. If some program requires paths in /sys/class/hwmon, you could blacklist all the hwmon modules to prevent them from loading, then load them later in some predetermined order. (How this is done depends on the distribution, usually with files in /etc/modprobe.conf.) HTH Clemens _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors