From 00896a3b6e774001429613c894f42146847a16f6 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Fri, 28 Jul 2023 07:39:28 +0200 Subject: [PATCH] Fix sound on 312D (R317). --- lmn-desktop.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lmn-desktop.yml b/lmn-desktop.yml index f436971..d1a0b08 100644 --- a/lmn-desktop.yml +++ b/lmn-desktop.yml @@ -67,7 +67,7 @@ notify: Run update-grub when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB" - - name: Fix sound + - name: Fix sound on 312A replace: dest: "/etc/default/grub" regexp: 'GRUB_CMDLINE_LINUX=""$' @@ -75,6 +75,15 @@ notify: Run update-grub when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312A" + - name: Fix sound on 312D + apt: + name: firmware-sof-signed + state: latest + environment: + http_proxy: http://firewall.pn.steinbeis.schule:3128 + https_proxy: http://firewall.pn.steinbeis.schule:3128 + when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312D" + ## bullseye fixes: - name: add bookworm firmware repository if needed apt_repository: