Alvingo

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Alvingo

  1. Hi There, I just want to post here just in case it is not answered or overlooked in the Dynamix forum link. I got the same sensor `ITE IT8613E Super IO Sensors` when I ran 'sensors-detect' on my new Terramaster F4-422 (10Gbe). I have found out in avforum the nearest chipset that it will work is by invoking this command: modprobe it87 force_id=0x8620 Then put it inside your `go` file as: root@TNAS:/boot/config# cat go #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & # sensors modprobe it87 force_id=0x8620 My Dynamix Auto Fan Control should detect it in 'it8620 - pwm3' and it look like this: Installing Dynamix System Temperature, should look like this: During my preclear of my new HDD's, my fans kicks in up to 2000RPM to cool off the NAS.