Edited by author [me] 2017 11 03 The included 10-kuhler.rules udev rule to run on BOOTUP does not work with systemd setups and requires syntactical and control flow changes. Specifically, RUN+=/var/local/kuhlerd looks like an older syntax so cannot be parsed well. RUN{program}=/var/local/kuhlerd is the correct syntax as of late but it will not execute as expected. My workaround, which I share to enlighten other fans: /etc/udev/rules.d/10-kuhler.rules SUBSYSTEM=="usb", ATTR{idVendor}=="2433", ATTR{idProduct}=="b111",...
Edited by author [me] The included 10-kuhler.rules udev rule to run on BOOTUP does not work with systemd setups and requires syntactical and control flow changes. Specifically, RUN+=/var/local/kuhlerd looks like an older syntax so cannot be parsed well. RUN{program}=/var/local/kuhlerd is the correct syntax as of late but it will not execute as expected. My workaround, which I share to enlighten other fans: /etc/udev/rules.d/10-kuhler.rules SUBSYSTEM=="usb", ATTR{idVendor}=="2433", ATTR{idProduct}=="b111",...
Edited by author [me] The included 10-kuhler.rules udev rule to run on BOOTUP does not work with systemd setups and requires syntactical and control flow changes. Specifically, RUN+=/var/local/kuhlerd looks like an older syntax so cannot be parsed well. RUN{program}=/var/local/kuhlerd is the correct syntax as of late but it will not execute as expected. My workaround, which I share to enlighten other fans: /etc/udev/rules.d/10-kuhler.rules SUBSYSTEM=="usb", ATTR{idVendor}=="2433", ATTR{idProduct}=="b111",...
Edited by author [me] The included 10-kuhler.rules udev rule to run on BOOTUP does not work with systemd setups and requires syntactical and control flow changes. Specifically, RUN+=/var/local/kuhlerd looks like an older syntax so cannot be parsed well. RUN{program}=/var/local/kuhlerd is the correct syntax as of late but it will not execute as expected. My workaround, which I share to enlighten other fans: /etc/udev/rules.d/10-kuhler.rules SUBSYSTEM=="usb", ATTR{idVendor}=="2433", ATTR{idProduct}=="b111",...
deleted by author, original post updated
Edited by author [me] The included 10-kuhler.rules udev rule to run on BOOTUP does not work with systemd setups and requires syntactical and control flow changes. Specifically, RUN+=/var/local/kuhlerd looks like an older syntax so cannot be parsed well. RUN{program}=/var/local/kuhlerd is the correct syntax as of late but it will not execute as expected. My workaround, which I share to enlighten other fans: /etc/udev/rules.d/10-kuhler.rules SUBSYSTEM=="usb", ATTR{idVendor}=="2433", ATTR{idProduct}=="b111",...