User Tools

Site Tools


devices:asus_kcma-d8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
devices:asus_kcma-d8 [2019/08/10 22:02] Sean Rhonedevices:asus_kcma-d8 [2019/10/18 09:33] Sean Rhone
Line 166: Line 166:
  
   sync && sudo flashrom --programmer 'internal' --write ~/'Downloads/KCMAD8-coreboot-'*'.rom'   sync && sudo flashrom --programmer 'internal' --write ~/'Downloads/KCMAD8-coreboot-'*'.rom'
 +
 +===== Fan Control =====
 +
 +  * If OpenBMC is figured out, this may be superseded
 +  * :!: Answer ''yes'' to all ''sensors-detect'' prompts and reboot for ''fancontrol'' to run
 +
 +  sudo dnf install 'lm_sensors' && sudo sensors-detect && sudo -e '/etc/fancontrol' && sudo systemctl enable 'fancontrol'
 +
 +<code>
 +INTERVAL=10
 +DEVNAME=/sys/class/hwmon/hwmon6=w83795g
 +
 +FCTEMPS=/sys/class/hwmon/hwmon6/device/pwm2=/sys/class/hwmon/hwmon6/device/temp8_input
 +FCFANS=/sys/class/hwmon/hwmon6/device/fan1_input+/sys/class/hwmon/hwmon6/device/fan2_input
 +
 +MINTEMP=/sys/class/hwmon/hwmon6/device/pwm2=50
 +MAXTEMP=/sys/class/hwmon/hwmon6/device/pwm2=60
 +
 +MINSTART=/sys/class/hwmon/hwmon6/device/pwm2=4000
 +MINSTOP=/sys/class/hwmon/hwmon6/device/pwm2=0</code>
/var/www/wiki/data/pages/devices/asus_kcma-d8.txt · Last modified: 2023/07/19 19:43 by Sean Rhone