There is an updated pull request by adriangoransson against master on the void-packages repository https://github.com/adriangoransson/void-packages master https://github.com/void-linux/void-packages/pull/27917 sof-firmware: link firmwares for Jasper Lake and Tiger Lake After hours of trying to find out why SOF (from repo) didn't like my hardware, I tried installing the archive directly from github.com/thesofproject/sof-bin/ instead. To my surprise, it worked! Taking a closer look at the template, I realized that the firmware files for my system weren't linked, causing the following errors on boot. ``` [ 11.829580] sof-audio-pci 0000:00:1f.3: error: request firmware intel/sof/sof-tgl.ri failed err: -2 [ 11.829709] sof-audio-pci 0000:00:1f.3: error: failed to load DSP firmware -2 [ 11.830177] sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -2 ``` **Note** I have only tested this on Tiger Lake. A patch file from https://github.com/void-linux/void-packages/pull/27917.patch is attached