From 990aa43b9fc1f71a8ee56e401b20bd708d8dc9f0 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Fri, 21 Dec 2012 11:09:40 -0800 Subject: [PATCH] Add README.ASRock Signed-off-by: Guenter Roeck --- README.ASRock | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.ASRock diff --git a/README.ASRock b/README.ASRock new file mode 100644 index 0000000..dbd1e2c --- /dev/null +++ b/README.ASRock @@ -0,0 +1,34 @@ +Enable fans on ASRock P67 Extreme4 +================================== + +Problem: Only 2 of the 5 fans are showing up + +isaset -y -f 0x2e 0x87 +isaset -y -f 0x2e 0x87 +isaset -y 0x2e 0x2f 0x1c 0x3 +isaset -y 0x2e 0x2f 0x24 0x1c + + +Enable/Select CPU fan on ASRock 970 Extreme4 +============================================ + +Problem: No fan status or control available + +Enable and select CPUFANIN +-------------------------- + +isaset -y -f 0x2e 0x87 +isaset -y -f 0x2e 0x87 +isaset -y 0x2e 0x2f 0x7 0x8 +isaset -y 0x2e 0x2f 0xf0 0xb2 +isaset -y 0x2e 0x2f 0xf1 0xb3 + +Enable and select CPUFANIN2 +--------------------------- + +isaset -y -f 0x2e 0x87 +isaset -y -f 0x2e 0x87 +isaset -y 0x2e 0x2f 0x7 0x8 +isaset -y 0x2e 0x2f 0xf0 0xb2 +isaset -y 0x2e 0x2f 0xf1 0xf2 + -- 2.39.2