summaryrefslogtreecommitdiffstats
path: root/hosts/logi1
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/logi1')
-rw-r--r--hosts/logi1/postinst5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index d4bb14e..dddeab5 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -24,10 +24,13 @@ cp -p "${target}/etc/default/grub" "${target}/etc/default/grub.dist"
sed 's|^\(GRUB_CMDLINE_LINUX_DEFAULT\)=.*$|\1="'"${cmdline}"'"|;' \
"${target}/etc/default/grub.dist" >"${target}/etc/default/grub"
-# Disable ast Linux driver module.
+# Disable ast and snd_hda_intel Linux driver modules.
cat >"${target}/etc/modprobe.d/ast.conf" <<-EOF
blacklist ast
EOF
+cat >"${target}/etc/modprobe.d/alsa.conf" <<-EOF
+ blacklist snd_hda_intel
+ EOF
# Set up sensors and fancontrol. Ensure that k10temp and fam15h_power are
# loaded in a predictable order.