There's a merged pull request on the void-packages repository sof-firmware: use provided install script https://github.com/void-linux/void-packages/pull/27917 Description: **note** this message may be out of date due to commits being squashed. Refer to the latest commit message instad. 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.