2024-10-17, 11:32 PM
(This post was last modified: 2024-10-17, 11:32 PM by gnattu. Edited 1 time in total.)
Debian 12 does not have new enough firmware required for Intel Arc.
You need to manually pull from source tree:
You need to manually pull from source tree:
Code:cd ~/
git clone --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
sudo mkdir -p /usr/lib/firmware
sudo cp -r linux-firmware/i915 /usr/lib/firmware