项目作者: inetuka

项目描述 :
DELL Fan Control Mitigation
高级语言: Shell
项目地址: git://github.com/inetuka/ipmi-fan.git
创建时间: 2019-07-12T12:20:09Z
项目社区:https://github.com/inetuka/ipmi-fan

开源协议:GNU General Public License v2.0

下载


DELL Fan Control Mitigation

This file is public domain and provided as-is. There are NO guarantees. Use at your own risk.

This script was created after discovering a non-reaction of the cooling system (fan rpm) to load conditions.
(overheating, clock step-down, …)

Preparations:

  1. modprobe ipmi_msghandler
  2. modprobe ipmi_devintf
  3. modprobe ipmi_si
  4. lsmod | grep ipmi

if success add modules to /etc/modules

  1. apt install ipmitool lm-sensors bc
  2. sensors-detect
  3. sensors

check output of sensors for at least one line with core temp

  1. ipmitool -I open sensor

check output of ipmitool for correct function

Best regards

Udo