

Reading rules file: /etc/udev/rules.d/lesĭEVPATH=/devices/virtual/thermal/thermal_zone0 Reading rules file: /etc/udev/rules.d/les After reading the rule in /etc/udev/rules.d/les and a bit of udev documentation, I managed to find how to test # udevadm test /sys/devices/virtual/thermal/thermal_zone0

Now digging more this issue happen because udev is not creating the symlink like it should for some reason. Ln -s /sys/devices/virtual/thermal/thermal_zone0/temp /dev/thermal-cpu/temp1_input After a bit of poking around and learning about udev, I managed to manually solve the issue by recreating the device symlink manually: May 28 00:08:13 helios64 systemd: rvice: Failed with result 'exit-code'.īasically fancontrol expect a device in /dev to read the sensors value from, and that device seems to be missing. May 28 00:08:13 helios64 systemd: rvice: Main process exited, code=exited, status=1/FAILURE May 28 00:08:13 helios64 fancontrol: In the latter case, you should run pwmconfig again. May 28 00:08:13 helios64 fancontrol: modules haven't been loaded, or your configuration file is outdated. May 28 00:08:13 helios64 fancontrol: At least one referenced file is missing. May 28 00:08:13 helios64 fancontrol: Error: file /dev/thermal-cpu/temp1_input doesn't exist Main PID: 2876 (code=exited, status=1/FAILURE) Process: 2876 ExecStart=/usr/sbin/fancontrol (code=exited, status=1/FAILURE) Process: 2495 ExecStartPre=/usr/sbin/fancontrol -check (code=exited, status=0/SUCCESS) Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)ĭrop-In: /etc/systemd/system/Īctive: failed (Result: exit-code) since Fri 00:08:13 CEST 1min 42s ago Posting here following what was recommended on twitter.Īfter updating my helios64 earlier this week and rebooting to get the new kernel, I realized it was suspiciously silent.Ī quick check to sensor temps readings and physical check made me realize the fan were not spinning.Īfter a quick read on the wiki, I checked fancontrol which was indeed # systemctl status rvice
