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
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 37: Line 37:
   * Nanya NT2GC64B88B0NF-CG ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))   * Nanya NT2GC64B88B0NF-CG ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))
   * Micron 16JTF25664AZ-1G4F1 ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))   * Micron 16JTF25664AZ-1G4F1 ((compatible with Coreboot 2019/01/17, incompatible with Libreboot 20160907, compatible with ASUS Vendor BIOS 3303))
-  * Samsung M378B5273CH0-CK0 ((compatible with Coreboot 2019/01/19, untested with Libreboot, compatible with ASUS Vendor BIOS))+  * Samsung M378B5273CH0-CK0 ((compatible with Coreboot 2019/01/19, untested with Libreboot, compatible with ASUS Vendor BIOS 3303))
  
 ===== Dependencies ===== ===== Dependencies =====
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