2024-10-17, 08:34 PM
It did not find the HuC firmware.
If that returns nothing then.
If that doesn't install anything, you need to modify the debian repos and add "non-free" to the sources list.
https://unix.stackexchange.com/questions...2-bookworm
Code:
sudo apt list --installed | grep firmware-linux-nonfree
If that returns nothing then.
Code:
sudo apt update && sudo apt install -y firmware-linux-nonfree
If that doesn't install anything, you need to modify the debian repos and add "non-free" to the sources list.
https://unix.stackexchange.com/questions...2-bookworm