找回密码
 加入我们
搜索
      
查看: 4800|回复: 9

[NAS] 群晖换了猫扇后,请教风扇的配置文件该怎么修改?

[复制链接]
发表于 2023-1-11 10:06 | 显示全部楼层 |阅读模式
RT

群晖1621+,原装风扇太吵了,换了猫扇(A9-PWM)后,经常高温关机(90℃+),应该是风扇的调速机制不匹配造成的,目前是是把配置文件的关机阈值温度调高了5度,还是有点担心长时间运行,请教各位18cm,怎么改配置文件,把转速提起来。具体的配置文件如下。

<?xml version="1.0" encoding="UTF-8"?>
<scemd>
        <adt_fan_config skip_check_temp="10" type="DUAL_MODE_LOW" hibernation_speed="UNKNOWN">
                <alert_config threshold="2" period="30" alert_temp="100" shutdown_temp="105" name="cpu"/>
                <alert_config threshold="2" period="300" alert_temp="58" shutdown_temp="61" name="disk"/>
                <alert_config threshold="2" period="30" alert_temp="68" shutdown_temp="71" name="m2"/>
                <alert_config threshold="2" period="30" alert_temp="95" shutdown_temp="100" name="nic"/>

                <pwm_config name="pwm2" pwm_duty_high="255" pwm_duty_low="60" high_freq="yes" sensor_type="manual"/>
                <fan_mapping_config name="internal" pwm="pwm2" order="0"/>
                <fan_mapping_config name="internal" pwm="pwm2" order="1"/>

                <manual_config name="cpu_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="65" fan_speed="80"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="75" fan_speed="130"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="85" fan_speed="255"/>

                <manual_config name="disk_temperature" threshold="2" period="300" temp="0" fan_speed="60"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="47" fan_speed="80"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="52" fan_speed="130"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="56" fan_speed="220"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="58" fan_speed="255"/>

                <manual_config name="m2_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="57" fan_speed="80"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="62" fan_speed="130"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="65" fan_speed="220"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="68" fan_speed="255"/>

                <manual_config name="nic_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="75" fan_speed="130"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="90" fan_speed="255"/>
        </adt_fan_config>

        <adt_fan_config skip_check_temp="10" type="DUAL_MODE_HIGH" hibernation_speed="UNKNOWN">
                <alert_config threshold="2" period="30" alert_temp="100" shutdown_temp="105" name="cpu"/>
                <alert_config threshold="2" period="300" alert_temp="58" shutdown_temp="61" name="disk"/>
                <alert_config threshold="2" period="30" alert_temp="68" shutdown_temp="71" name="m2"/>
                <alert_config threshold="2" period="30" alert_temp="95" shutdown_temp="100" name="nic"/>

                <pwm_config name="pwm2" pwm_duty_high="255" pwm_duty_low="60" high_freq="yes" sensor_type="manual"/>
                <fan_mapping_config name="internal" pwm="pwm2" order="0"/>
                <fan_mapping_config name="internal" pwm="pwm2" order="1"/>

                <manual_config name="cpu_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="60" fan_speed="80"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="70" fan_speed="130"/>
                <manual_config name="cpu_temperature" threshold="2" period="30" temp="80" fan_speed="255"/>

                <manual_config name="disk_temperature" threshold="2" period="300" temp="0" fan_speed="60"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="42" fan_speed="80"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="47" fan_speed="130"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="51" fan_speed="220"/>
                <manual_config name="disk_temperature" threshold="2" period="300" temp="54" fan_speed="255"/>

                <manual_config name="m2_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="52" fan_speed="80"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="60" fan_speed="130"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="63" fan_speed="220"/>
                <manual_config name="m2_temperature" threshold="2" period="30" temp="68" fan_speed="255"/>

                <manual_config name="nic_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="75" fan_speed="130"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="90" fan_speed="255"/>
        </adt_fan_config>

<fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="FULL">
        <disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="FULL">
        <disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX510" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX510" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1211" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1211" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211rp" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1211rp" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX513" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX513" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="MIDDLE" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1213sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1213sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX213" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="LOW" action="NONE">46</disk_temperature>
        <disk_temperature fan_speed="VERY_HIGH" action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="ULTRA_HIGH" action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="ULTRA_HIGH" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX213" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="LOW" action="NONE">46</disk_temperature>
        <disk_temperature fan_speed="VERY_HIGH" action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="ULTRA_HIGH" action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="ULTRA_HIGH" action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1214" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1214" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1214rp" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1214rp" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1217" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1217" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1217rp" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1217rp" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">52</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX415" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX415" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE"   action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RXD1215sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
        <fan_module_config order="0" module="0"></fan_module_config>
        <fan_module_config order="1" module="0"></fan_module_config>
        <fan_module_config order="2" module="1"></fan_module_config>
        <fan_module_config order="3" module="1"></fan_module_config>
        <fan_module_config order="4" module="2"></fan_module_config>
        <fan_module_config order="5" module="2"></fan_module_config>
        <fan_module_config order="6" module="3"></fan_module_config>
        <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RXD1215sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
        <fan_module_config order="0" module="0"></fan_module_config>
        <fan_module_config order="1" module="0"></fan_module_config>
        <fan_module_config order="2" module="1"></fan_module_config>
        <fan_module_config order="3" module="1"></fan_module_config>
        <fan_module_config order="4" module="2"></fan_module_config>
        <fan_module_config order="5" module="2"></fan_module_config>
        <fan_module_config order="6" module="3"></fan_module_config>
        <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RX1216sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1216sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="ULTRA_LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="HIGH" action="NONE">45</disk_temperature>
        <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
        <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
        <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX1217sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RX1217sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RX2417sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RX2417sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RXD1219sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-RXD1219sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
    <fan_module_config order="0" module="0"></fan_module_config>
    <fan_module_config order="1" module="0"></fan_module_config>
    <fan_module_config order="2" module="1"></fan_module_config>
    <fan_module_config order="3" module="1"></fan_module_config>
    <fan_module_config order="4" module="2"></fan_module_config>
    <fan_module_config order="5" module="2"></fan_module_config>
    <fan_module_config order="6" module="3"></fan_module_config>
    <fan_module_config order="7" module="3"></fan_module_config>
</fan_config>

<fan_config hw_version="Synology-DX1215" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1215" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX517" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX517" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">58</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX418" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX418" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX6021sas" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-RX6021sas" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-FX2421" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-FX2421" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="VERY_LOW">
    <disk_temperature fan_speed="VERY_LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">40</disk_temperature>
    <disk_temperature fan_speed="FULL" action="NONE">53</disk_temperature>
    <disk_temperature fan_speed="FULL" action="ALERT_LED">55</disk_temperature>
    <disk_temperature fan_speed="FULL" action="SHUTDOWN">58</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1221" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
    <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
    <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
    <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1221" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
    <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
    <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
    <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
    <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1215II" period="300" threshold="2" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

<fan_config hw_version="Synology-DX1215II" period="300" threshold="2" type="DUAL_MODE_LOW_EBOX" hibernation_speed="LOW">
        <disk_temperature fan_speed="LOW" action="NONE">0</disk_temperature>
        <disk_temperature fan_speed="MIDDLE" action="NONE">48</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="NONE">55</disk_temperature>
        <disk_temperature fan_speed="FULL"   action="SHUTDOWN">61</disk_temperature>
</fan_config>

</scemd>
发表于 2023-1-11 10:31 | 显示全部楼层
注意这一句“<pwm_config name="pwm2" pwm_duty_high="255" pwm_duty_low="60”
然后在两个“DUAL_MODE”里调高
<manual_config name="cpu_temperature" threshold="2" period="30" temp="0" fan_speed="60"/>
<manual_config name="cpu_temperature" threshold="2" period="30" temp="65" fan_speed="80"/>
对应的 fan_speed 即可,满转值255,看你要怎么调
 楼主| 发表于 2023-1-11 10:52 | 显示全部楼层

先谢大佬,这个意思我开始就看懂了,就是改下温度不高的时候就满转

但是我的理解是原风扇的转速机制比如参数255,但是对应猫扇并不是满转,不知道这个东西能不能改。
发表于 2023-1-11 12:34 | 显示全部楼层
有好多条件能触发这个,应该是有1条触发就能满转。就看是不是都改过了
 楼主| 发表于 2023-1-11 12:52 | 显示全部楼层
fafnirken 发表于 2023-1-11 12:34
有好多条件能触发这个,应该是有1条触发就能满转。就看是不是都改过了

我的意思是满转的转速不一样,猫扇的转速明显比原风扇低,这个怎么改呢?
发表于 2023-1-11 13:20 | 显示全部楼层
猫扇调整之后有没有满转?A9满转应该是2000RPM,如果能到,那就是正常的
 楼主| 发表于 2023-1-11 17:06 | 显示全部楼层
fafnirken 发表于 2023-1-11 13:20
猫扇调整之后有没有满转?A9满转应该是2000RPM,如果能到,那就是正常的

好的 我回去再看看转速。
发表于 2023-1-19 09:34 | 显示全部楼层
换PWM的款的不用折腾
 楼主| 发表于 2023-1-19 09:37 | 显示全部楼层
tsaotse 发表于 2023-1-19 09:34
换PWM的款的不用折腾

是换的PWM的
发表于 2023-1-19 09:48 | 显示全部楼层

PWM不用改啥说,Noctua NF-A9 PWM没记错是2000RPM的,手动调速100%看看实际情况。
您需要登录后才可以回帖 登录 | 加入我们

本版积分规则

Archiver|手机版|小黑屋|Chiphell ( 沪ICP备12027953号-5 )沪公网备310112100042806 上海市互联网违法与不良信息举报中心

GMT+8, 2025-4-28 14:35 , Processed in 0.010985 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2007-2024 Chiphell.com All rights reserved.

快速回复 返回顶部 返回列表