Stephan M.
Members
-
Joined
-
Last visited
Solutions
-
Stephan M.'s post in Fan is not working on my device was marked as the answerThank you for your response.
With the power of AI I found a solution for me.
Used pwmconfig to create a fancontrol configuration file.
That is now injected with a userscript that runs on array start.
#!/bin/bash cat <<EOF | sudo tee /etc/fancontrol # Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon1=devices/pci0000:00/0000:00:06.0/0000:01:00.0/nvme/nvme0 hwmon3=devices/platform/it87.2608 DEVNAME=hwmon1=nvme hwmon3=it8613 FCTEMPS=hwmon3/pwm2=hwmon1/temp1_input FCFANS=hwmon3/pwm2=hwmon3/fan2_input MINTEMP=hwmon3/pwm2=45 MAXTEMP=hwmon3/pwm2=65 MINSTART=hwmon3/pwm2=22 MINSTOP=hwmon3/pwm2=20 MINPWM=hwmon3/pwm2=0 MAXPWM=hwmon3/pwm2=255 EOF echo "Starting fancontrol" /usr/sbin/fancontrol & exit 0
-
Stephan M.'s post in SMB Permission went wild was marked as the answerUnfortunately none of the recommendations fixed it.
Switch over to nfs and it works instantaneously.
Thank you for the reply!