Fix sound on 312D (R317).
This commit is contained in:
parent
edf71a4368
commit
00896a3b6e
1 changed files with 10 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
notify: Run update-grub
|
notify: Run update-grub
|
||||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
||||||
|
|
||||||
- name: Fix sound
|
- name: Fix sound on 312A
|
||||||
replace:
|
replace:
|
||||||
dest: "/etc/default/grub"
|
dest: "/etc/default/grub"
|
||||||
regexp: 'GRUB_CMDLINE_LINUX=""$'
|
regexp: 'GRUB_CMDLINE_LINUX=""$'
|
||||||
|
@ -75,6 +75,15 @@
|
||||||
notify: Run update-grub
|
notify: Run update-grub
|
||||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "312A"
|
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:
|
## bullseye fixes:
|
||||||
- name: add bookworm firmware repository if needed
|
- name: add bookworm firmware repository if needed
|
||||||
apt_repository:
|
apt_repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue