Created
February 4, 2015 06:06
-
-
Save Brainiarc7/bb4b3367acb673ab6c7e to your computer and use it in GitHub Desktop.
Fixing NVIDIA 346 upgrade on Ubuntu 14.04LTS
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
If you are upgrading from NVIDIA 340 to NVIDIA 346+ on Ubuntu 14.04LTS, do this to fix dkms build issues: | |
1. Remove the NVIDIA 340 dpkg configuration files after the upgrade: | |
sudo rm /var/lib/dpkg/info/nvidia-340* | |
2. Reconfigure the newly upgraded driver: | |
sudo dpkg-reconfigure nvidia-340 | |
Now, dkms should build the relevant kernel modules (nvidia-346 and nvidia-346-uvm). | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment