Created
June 21, 2024 20:12
-
-
Save ibejohn818/e85dcf547d229e781faeaf74ececaddd to your computer and use it in GitHub Desktop.
dkms nvidia install
This file contains hidden or 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
sudo dkms status | |
# list nvidia installs | |
ls -l /var/lib/dkms/nvidia | |
# install for kernel version 535.154.05 | |
dkms install nvidia/535.154.05 -k 6.7.3-060703-generic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment