Just got a new mini pc and proxmox reports "error: sof firmware file is missing, you might need to download it from https://github.com/thesofproject/sof-bin"
I googled and it seems there should be a way for me to simply do:
but proxmox is unable to located the package. Do I have to add another repository? None of the posts I found mentioned having to do that.
Code:
Jun 26 13:35:47 thibworldpx2 kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof firmware file is missing, you might need to
Jun 26 13:35:47 thibworldpx2 kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: download it from https://github.com/thesofproject/sof-bin/
Jun 26 13:35:47 thibworldpx2 kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: failed to load DSP firmware -2
Jun 26 13:35:47 thibworldpx2 kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: error: sof_probe_work failed err: -2
I googled and it seems there should be a way for me to simply do:
Code:
apt install firmware-sof-signed
but proxmox is unable to located the package. Do I have to add another repository? None of the posts I found mentioned having to do that.
Code:
root@thibworldpx2:~# apt update
Hit:1 http://ftp.ca.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org bullseye-security InRelease
Hit:3 http://ftp.ca.debian.org/debian bullseye-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@thibworldpx2:~# apt-get -y install firmware-sof-signed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package firmware-sof-signed