Install the wifi, bluetooth and audio-DSP firmware #3
Loading…
Reference in a new issue
No description provided.
Delete branch "wifi-audio-firmware"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on #2 — base is
recommends-and-forge-clis, so review that one first; this diff is one line plus comments. Retarget tomainif #2 merges first.The problem
firmware-linuxpullsfirmware-misc-nonfreeandfirmware-amd-graphics, and with recommends on (#2) also the intel/mediatek/nvidia graphics blobs. Nothing in the image — depends or recommends — pulls any wifi firmware. A laptop booting this image comes up with no network until it is plugged into ethernet, on an image whoseapt-sources.shenablesnon-free-firmwarewith the comment that it is there so wifi comes up.os3 never had to think about this: Fedora has a single
linux-firmwarepackage and the whole tree arrives with the base image. Debian splits it per vendor, so it has to be named.What is added
firmware-iwlwififirmware-atherosfirmware-sof-signedfirmware-realtekfirmware-brcm80211firmware-cirrusfirmware-intel-sound+7 packages, +286 MiB. Verified with
apt-get --simulateagainst the trixie indices: nothing else is added, and nothing is displaced.Why not all of non-free-firmware
Installing every
firmware-*in the component would be ~944 MiB. The difference is almost entirely hardware this image will never see: enterprise NICs (firmware-netronome141 MiB,firmware-marvell-prestera59 MiB, bnx2x, qlogic, myricom), andfirmware-qcom-socat 298 MiB of Qualcomm SoC blobs for machines an amd64 image cannot boot on.The seven above are the x86 laptop and desktop paths. If you would rather trade the size for never thinking about it again, the alternative is one
firmware-linux-nonfree-style catch-all — but Debian does not ship one that means "all of it", so it would be an explicit list either way.Testing
Not built. Resolution verified against the archive; nothing booted.