Last active
May 17, 2020 21:38
-
-
Save mgreenly/ca8d584a1872d49b5b33bfb95099592b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install linux-image-5.4.0-0.bpo.2-amd64 linux-headers-5.4.0-0.bpo.2-amd64 | |
apt-get -t buster-backports install linux-image-5.4.0-0.bpo.2-amd64 linux-headers-5.4.0-0.bpo.2-amd64 | |
sudo dd bs=4M if=debian-10.4.0-amd64-netinst.iso of=/dev/sde status=progress oflag=sync | |
/etc/init.d/network-manager start | |
deb http://deb.debian.org/debian buster-backports main | |
firmware-amd-graphics | |
dmesg | grep "amdgpu version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment