Skip to content

Instantly share code, notes, and snippets.

@zas
Created September 9, 2016 00:06
Show Gist options
  • Select an option

  • Save zas/205372c824decb8e121baec2f86e1415 to your computer and use it in GitHub Desktop.

Select an option

Save zas/205372c824decb8e121baec2f86e1415 to your computer and use it in GitHub Desktop.
Fix "W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module i915_bpo" (Ubuntu 16.04, kernel 4.4)
#!/bin/bash
cd
wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/sklgucver61.tar.bz2 && \
tar xvjf sklgucver61.tar.bz2 && cd skl_guc_ver6_1/ && sudo ./install.sh
cd
wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/kbldmcver101.tar.bz2 && \
tar xjvf kbldmcver101.tar.bz2 && cd kbl_dmc_ver1_01/ && sudo ./install.sh
cd
sudo update-initramfs -u -k all
@coitus2
Copy link
Copy Markdown

coitus2 commented Apr 23, 2022

Thank you Gentlemen.....excellent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment