summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/logi1/postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index bf19b48..b9cffe8 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -33,7 +33,7 @@ cat >"${target}/etc/modprobe.d/alsa.conf" <<-EOF
EOF
# Set up sensors and fancontrol. Ensure that k10temp and fam15h_power are
-# loaded in a predictable order.
+# loaded in a predictable order. Also load i2c-dev, needed for ddcutil.
cat >"${target}/etc/modprobe.d/sensors.conf" <<-EOF
blacklist k10temp
blacklist fam15h_power
@@ -43,6 +43,7 @@ cat >"${target}/etc/modules" <<-EOF
fam15h_power
w83627ehf
w83795
+ i2c-dev
EOF
cat >"${target}/etc/fancontrol" <<-EOF
# Configuration file generated by pwmconfig, changes will be lost