gplu49 发表于 2022-10-6 20:19

Livid 发表于 2022-10-6 14:54
不能是忘了涂硅脂吧

其实 3 月份刚买到手时不带盘看了下系统没发现啥问题,难道是负载太低没引起发热

choukeng5195 发表于 2022-10-8 00:05

gplu49 发表于 2022-10-6 10:39
是指 scemd 这个配置吗?

对的,是这个。。。

叮叮炒面 发表于 2022-10-8 09:51

choukeng5195 发表于 2022-10-8 00:05
对的,是这个。。。

怎么改,求个教程

hejianneng 发表于 2022-10-8 10:07

V1500B是一代锐龙我之前买的1821+,改了散热,加的铜管和散热鳍片 ,待机好一点40°左右,一旦有高负载瞬间飙到50°,然后慢慢涨,最后稳定在56,偶尔跳到60,我直接卖求了

choukeng5195 发表于 2022-10-8 11:27

叮叮炒面 发表于 2022-10-8 09:51
怎么改,求个教程

编辑 /usr/syno/etc.defaults/scemd.xml


<adt_fan_config skip_check_temp="10" type="DUAL_MODE_LOW" hibernation_speed="UNKNOWN">
                <alert_config threshold="2" period="30" alert_temp="90" shutdown_temp="95" 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="80" fan_speed="80"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="86" fan_speed="130"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="92" 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="90" shutdown_temp="95" 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="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="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="76" fan_speed="80"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="82" fan_speed="130"/>
                <manual_config name="nic_temperature" threshold="2" period="30" temp="90" fan_speed="255"/>
        </adt_fan_config>

nineapple 发表于 2022-10-8 12:15

我以前遇到过DS712+ 转缩略图的时候会高温重启,的确是高温。后来台湾售后给我换了台DS412+。。

叮叮炒面 发表于 2022-10-8 13:45

choukeng5195 发表于 2022-10-8 11:27
编辑 /usr/syno/etc.defaults/scemd.xml




多谢,回去改下试试

Phil_Libra 发表于 2022-10-8 13:48

hejianneng 发表于 2022-10-8 10:07
V1500B是一代锐龙我之前买的1821+,改了散热,加的铜管和散热鳍片 ,待机好一点40°左右,一旦有高负载瞬 ...

你这要求也太高了……我916+,CPU以前从来没低过50的,后来自己换成了硅脂又降了几度但也没低过50

NetCobra 发表于 2022-10-8 14:17

gplu49 发表于 2022-10-5 06:19
我卸剩 2 盘后改成了低温模式,风扇基本全程满转,但是吹出来的风没感觉热

5 盘都加后,都不给我调整工 ...

“吹出来的风没感觉热”说明根本没有把内部的热量导出来,应该是内部的散热有问题。

记得以前有人发过帖子,把白群拆机以后发现散热片和CPU之间根本没挨着,也没有硅脂填充,就那么个空隙留着,热量根本出不来。

不知道你的机器会不会也是这样的。

gplu49 发表于 2022-10-8 15:17

NetCobra 发表于 2022-10-8 14:17
“吹出来的风没感觉热”说明根本没有把内部的热量导出来,应该是内部的散热有问题。

记得以前有人发过帖 ...

客服还慢悠悠让我自己排除下增改的配件,我都急死了

530wj 发表于 2022-10-19 01:12

这玩意好像不便宜,以前是群晖系统鹤立鸡群,导致大家都是黑白裙。现在真没理由买这。优秀的系统一大堆,自己组个用不了1/3的钱

gplu49 发表于 2022-10-19 11:14

530wj 发表于 2022-10-19 01:12
这玩意好像不便宜,以前是群晖系统鹤立鸡群,导致大家都是黑白裙。现在真没理由买这。优秀的系统一大堆,自 ...

光看帖子自组、买现成区别没那么强烈,硬件服务是目前最强烈的

RedMomoe 发表于 2022-10-19 11:52

页: 1 [2]
查看完整版本: 群晖 DS1621+ 刚开机就自动过热关机