Fixed fan churning
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
INTERVAL=10
|
INTERVAL=30
|
||||||
DEVPATH=hwmon0=devices/platform/soc/1a00000.fman/1afd000.mdio/mdio_bus/0x0000000001afd000/0x0000000001afd000:00 hwmon3=devices/platform/soc/2180000.i2c/i2c-0/i2c-7/7-002e
|
DEVPATH=hwmon0=devices/platform/soc/1a00000.fman/1afd000.mdio/mdio_bus/0x0000000001afd000/0x0000000001afd000:00 hwmon3=devices/platform/soc/2180000.i2c/i2c-0/i2c-7/7-002e
|
||||||
DEVNAME=hwmon0=0x0000000001afd000:00 hwmon3=emc2305
|
DEVNAME=hwmon0=0x0000000001afd000:00 hwmon3=emc2305
|
||||||
FCTEMPS=hwmon3/pwm1=hwmon0/temp1_input
|
FCTEMPS=hwmon3/pwm1=hwmon0/temp1_input
|
||||||
FCFANS=hwmon3/pwm1=hwmon3/fan1_input
|
FCFANS=hwmon3/pwm1=hwmon3/fan1_input
|
||||||
MINTEMP=hwmon3/pwm1=35
|
MINTEMP=hwmon3/pwm1=42
|
||||||
MAXTEMP=hwmon3/pwm1=60
|
MAXTEMP=hwmon3/pwm1=70
|
||||||
MINSTART=hwmon3/pwm1=60
|
MINSTART=hwmon3/pwm1=90
|
||||||
MINSTOP=hwmon3/pwm1=45
|
MINSTOP=hwmon3/pwm1=65
|
||||||
MINPWM=hwmon3/pwm1=0
|
MINPWM=hwmon3/pwm1=45
|
||||||
|
|||||||
+2
-1
@@ -239,7 +239,8 @@ log "Expected config partition after flash: $TARGET_CONFIG_PART"
|
|||||||
log "Target disk info:"
|
log "Target disk info:"
|
||||||
diskutil info "$TARGET_DISK" || die "Unable to inspect target disk"
|
diskutil info "$TARGET_DISK" || die "Unable to inspect target disk"
|
||||||
|
|
||||||
if ! [ "$1" == "config" ]; then
|
CONF_ONLY="${1:-}"
|
||||||
|
if ! [ "$CONF_ONLY" == "config" ]; then
|
||||||
echo
|
echo
|
||||||
printf "Type 'YES' to continue: "
|
printf "Type 'YES' to continue: "
|
||||||
read -r CONFIRM
|
read -r CONFIRM
|
||||||
|
|||||||
Reference in New Issue
Block a user