Comment 24 for bug 1872950

Revision history for this message
Daniel Eckl (daniel-eckl) wrote :

The problem in line 16 obviously is in "PATCH{7]" which has wrong brackets.

Tho it needs to be fixed in /usr/src/nvidia-340-340.108/dkms.conf instead which is the source for the mentioned file in the build tree.

If you already successfully installed the version where the patch didn't apply, you will most probably need to remove and unbuild the module to try the build again.

Something like:

dkms remove -m nvidia-340/340.108 -k all
dkms unbuild -m nvidia-340/340.108 -k all
dkms install -m nvidia-340/340.108 -k all

should do the trick. Not tested tho, just our of my memory