My experience matches that of Hideki Yamane, also on a fresh Thinkpad
T14s Gen6 AMD. On Mon, 20 Jan 2025 11:00:44 +0900 Hideki Yamane
amss.bin is included in firmware-atheros
firmware-atheros: /usr/lib/firmware/ath12k/WCN7850/hw2.0/amss.bin
firmware-atheros: /usr/lib/firmware/ath12k/WCN7850/hw2.0/board-2.bin
firmware-atheros: /usr/lib/firmware/ath12k/WCN7850/hw2.0/m3.bin
and firmware-atheros_20241210-1_all.deb in d-i has those.
$ dpkg-deb --contents firmware-atheros_20241210-1_all.deb |grep ath12k
drwxr-xr-x root/root 0 2024-12-20 06:13 ./usr/lib/firmware/ath12k/
drwxr-xr-x root/root 0 2024-12-20 06:13
./usr/lib/firmware/ath12k/WCN7850/
drwxr-xr-x root/root 0 2024-12-20 06:13
./usr/lib/firmware/ath12k/WCN7850/hw2.0/
-rw-r--r-- root/root 6000704 2024-12-20 06:13
./usr/lib/firmware/ath12k/WCN7850/hw2.0/amss.bin
-rw-r--r-- root/root 1897968 2024-12-20 06:13
./usr/lib/firmware/ath12k/WCN7850/hw2.0/board-2.bin
-rw-r--r-- root/root 299660 2024-12-20 06:13
./usr/lib/firmware/ath12k/WCN7850/hw2.0/m3.bin
Upstream repo also does not have firmware-2.bin
https://git.codelinaro.org/clo/ath-firmware/ath12k-firmware
There is a firmware-2.bin in the QCN9274/hw2.0 folders, but I guess they
are for another chip?
QCN9274 doesn't seem to be present in the current package in the trixie repo, just WCN7850.
Then I did is copying /usr/lib/firmware/ath12k/* before hardware
detection
, ln -s board-2.bin firmware-2.bin and it works without hang up! :) I
can confirm this works and it seems that the symlink persisted after
installation so the system also had working wifi. > However, I cannot
specify WLAN setting (SSID, password). If I was able to figure out
wpa_supplicant during setup I probably could've gotten it working, but I
opted to not select NTP and just install from the Debian testing DVD1.
Kind regards, Nick