Had the exact same problem in unstable(SID): my firmware-misc-nonfree/unstable
package was stuck in version 20221214-1
. It couldn't download the recent 20230515-3
because my /etc/apt/sources.list
wasn't properly updated to include the newly added repo for firmware packages, as suggested by apt update command:
$ sudo apt update
...
N: Repository 'Debian bookworm' changed its 'non-free component' value from 'non-free' to 'non-free non-free-firmware'
N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split
All missing firmware blobs were found in the kernel's initramfs after adding the non-free-firmware
repo at the end of the deb-lines, and executing sudo apt update
and sudo at upgrade
, as instructed:
$ head /etc/apt/sources.list
deb [arch=amd64] https://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
deb-src [arch=amd64] http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware