On my Zorin OS 15.3 with Ubuntu 18.04 LTS (Bionic Beaver) base,
I get the Missing Firmware error on my computer and i have searched for some answers and i found this solution is that you are going to use apt-file and after that i installed that i got this below:
apt-file search bxt_dmc
linux-firmware: /lib/firmware/i915/bxt_dmc_ver1.bin linux-firmware: /lib/firmware/i915/bxt_dmc_ver1_07.bin
My question is that how do i install these firm-wares on the computer? I have tried with sudo apt-get install but i get these errors below?
sudo apt-get install /lib/firmware/i915
Läser paketlistor… Finished
E: Unsupported file /lib/firmware/i915 given on commandline
linux-firmware
. – Vlastimil Burián Aug 09 '21 at 09:56sudo apt-get install linux-firmware
– Vlastimil Burián Aug 09 '21 at 10:01