From 76fe9f2e6b70e59b32e29f4c061f7f0aa32216da Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 17 Feb 2020 23:45:16 +0200 Subject: [PATCH] Make fan speed a bit higher --- home/Scripts/ipmi/static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/Scripts/ipmi/static.sh b/home/Scripts/ipmi/static.sh index e82c3a6f..617dc7bc 100755 --- a/home/Scripts/ipmi/static.sh +++ b/home/Scripts/ipmi/static.sh @@ -7,4 +7,4 @@ IPMIEK=0000000000000000000000000000000000000000 printf "Activating manual fan speeds! (2160 RPM)" ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x01 0x00 -ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x02 0xff 0x09 +ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x02 0xff 0x11