From 99c14790cfc70b8a3028b38a6e24341a61e1d90e Mon Sep 17 00:00:00 2001 From: LukasGraz Date: Tue, 3 May 2022 14:10:07 +0200 Subject: [PATCH] . --- scripts/5-gnome-post-installation.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/scripts/5-gnome-post-installation.sh b/scripts/5-gnome-post-installation.sh index d7ce9f9..97fc46e 100644 --- a/scripts/5-gnome-post-installation.sh +++ b/scripts/5-gnome-post-installation.sh @@ -1,7 +1,21 @@ #!/usr/bin/env bash +# remove bell-beeb +echo 'blacklist pcspkr' | sudo tee -a /etc/modprobe.d/nobeeb.conf + +# for ACER: + # fix sound + sudo rm /etc/modprobe.d/sound.conf + echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee -a /etc/modprobe.d/sound.conf > /dev/null + echo "options snd-hda-intel model=dell-headset-multi" | sudo tee -a /etc/modprobe.d/sound.conf > /dev/null + echo "options snd-hda-intel dmic_detect=0 " | sudo tee -a /etc/modprobe.d/sound.conf > /dev/null + echo "options snd-hda-intel model=laptop-amic enable=yes" | sudo tee -a /etc/modprobe.d/sound.conf > /dev/null + echo "options snd-hda-intel power_save=0" | sudo tee -a /etc/modprobe.d/sound.conf > /dev/null + + + # get internet connection -printf 'station wlan0 connect "Krosse Krabbe 5GHz"\nsehrkomplex\nquit\n' | iwctl + printf 'station wlan0 connect "Krosse Krabbe 5GHz"\nsehrkomplex\nquit\n' | iwctl # init extensions init-extension () {