2025-04-01, 01:07 PM
For manually downloading and installing the Intel firmware, here are the simplified instructions.
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