From 764fd3a3bf81478182266b09970b27c1d1f8011e Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Fri, 14 Jul 2023 10:45:20 +0200 Subject: [PATCH] fix for machines in R217 --- lmn-desktop.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lmn-desktop.yml b/lmn-desktop.yml index b51fc21..c470094 100644 --- a/lmn-desktop.yml +++ b/lmn-desktop.yml @@ -57,6 +57,7 @@ shell: /bin/bash groups: libvirt append: yes + - name: Fix 8086:4909 external graphics card replace: dest: "/etc/default/grub" @@ -65,6 +66,14 @@ notify: update grub when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB" + - name: Fix sound + replace: + dest: "/etc/default/grub" + regexp: 'GRUB_CMDLINE_LINUX=""$' + replace: 'GRUB_CMDLINE_LINUX="snd-intel-dspcfg.dsp_driver=1"' + notify: update grub + when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312A" + - name: add bookworm firmware repository if needed apt_repository: repo: deb http://deb.debian.org/debian/ bookworm non-free-firmware