2024-10-17, 08:44 PM
(This post was last modified: 2024-10-17, 08:49 PM by Betonhaus. Edited 2 times in total.)
(2024-10-17, 08:34 PM)TheDreadPirate Wrote: It did not find the HuC firmware.
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
Code:
$ sudo apt list --installed | grep firmware-linux-nonfre
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
firmware-linux-nonfree/stable,now 20230210-5 all [installed]
would it be easier if I reinstall with Ubuntu 24 lts instead of Debian 12? it has a version 6.8 kernel which is sufficient for Arc support. most of my apps are in docker format so migration should be simple