Skip to content

Instantly share code, notes, and snippets.

@solderneer
Last active June 15, 2020 05:43
Show Gist options
  • Save solderneer/9414a08746cbda10071dac65aa34b381 to your computer and use it in GitHub Desktop.
Save solderneer/9414a08746cbda10071dac65aa34b381 to your computer and use it in GitHub Desktop.
sudo dpkg -i linux-headers-5.3.0-1026-gke.deb # An example with my specific linux header files
sudo dpkg -i r8168-dkms_8.047.02-1_all.deb
echo "blacklist r8169" > /etc/modprobe.d/blacklist.conf # Black list a bad actor driver with known problems
sudo modprobe r8168
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment