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 revision
Previous revision
Last revisionBoth sides next revision
devices:asus_kcma-d8 [2019/08/10 22:02] Sean Rhonedevices:asus_kcma-d8 [2019/12/01 22:08] – [Issues] Sean Rhone
Line 20: Line 20:
 ===== Issues ===== ===== Issues =====
  
 +  * :!: At some point apparently, Coreboot removed support for this motherboard in ''master'', so it is assumed these notes won't work as-is
   * When booting Ubuntu 18.10+, there's a gfx error; type ''help'' and press ''Enter'' to boot ((this can be avoided by using an external GPU and disabling the generated VBIOS option for SeaBIOS, but otherwise this isn't a big issue))   * When booting Ubuntu 18.10+, there's a gfx error; type ''help'' and press ''Enter'' to boot ((this can be avoided by using an external GPU and disabling the generated VBIOS option for SeaBIOS, but otherwise this isn't a big issue))
   * Jumpers seem to act slightly different with Coreboot ((can't disable individual Ethernet ports and it's all or nothing; ASpeed GPU only needs top jumper moved to enable while the second jumper can stay on disabled))   * Jumpers seem to act slightly different with Coreboot ((can't disable individual Ethernet ports and it's all or nothing; ASpeed GPU only needs top jumper moved to enable while the second jumper can stay on disabled))
Line 166: Line 167:
  
   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