xihajim 发表于 2021-2-23 10:27:07

看看看看看看看看看看看看看看看看看看看看

adiao 发表于 2021-2-23 10:41:22

谢谢分享了

adiao 发表于 2021-2-23 11:06:07

谢谢分享了

kickzz 发表于 2021-2-23 17:48:21

排队领币

itlong 发表于 2021-2-27 01:16:01

temp1=`cat /tmp/smart/smart_0_1.info | grep 194 | awk -F, '{print $6}'`
temp2=`cat /tmp/smart/smart_0_2.info | grep 194 | awk -F, '{print $6}'`
if [ $temp1 -ge 36 -o $temp2 -ge 36 ]
    then
       echo 1 > /sys/class/gpio/gpio42/value
       echo `date +'%Y-%m-%d %H:%M'` '硬盘温度:'$temp1'℃ \'$temp2'℃,启动风扇' >> /var/log/fan.log      
else
   if [ $temp1 -le 28 -a $temp1 -le 28 ]
      then
         echo 0 > /sys/class/gpio/gpio42/value
         echo `date +'%Y-%m-%d %H:%M'` '硬盘温度:'$temp1'℃ \'$temp2'℃,关闭风扇' >> /var/log/fan.log
   else
      echo `date +'%Y-%m-%d %H:%M'` '硬盘温度:'$temp1'℃ \'$temp2'℃' >> /var/log/fan.log         
   fi
fi
exit

陆恩 发表于 2021-3-7 19:58:17

这个风扇能不能不要啊

star19997 发表于 2021-3-7 22:26:39

学习学习 不错哦

cgz618 发表于 2021-3-17 14:04:59

谢谢分享

mmrrwwqq 发表于 2021-3-17 14:12:01

谢谢分享
页: 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24
查看完整版本: 个人认为风扇降噪最好的方法