I was using NVIDIA 331.38 with CUDA toolkit 6.5 and all my applications were able to detect GPU. After NVIDIA 331.113 update, CUDA is not working. Anyone else experiencing the same? Thank you
Asked
Active
Viewed 5,472 times
3
-
Could you try if the applications can use the GPU if you run then as root using sudo? – WLigtenberg Jan 08 '15 at 15:47
2 Answers
7
I got OpenCL working with the nvidia 331.113 update.
You have to install nvidia-modprobe
and reboot:
sudo apt-get install nvidia-modprobe

champost
- 413

Victor Lamoine
- 2,321
1
I have the same error this morning after updating from 331.38 to 331.113. CUDA doesn't work anymore for me in Blender.
Blender displays the following error when switched to Cycles engine:
CUDA cuInit: Unknown error
I suspect the bug is caused by the following change in nvidia-331.113 package:
* debian/templates/control.in:
- Make libcuda1-$flavour depend on nvidia-$flavour-uvm.
Edit: I've just downgraded all the nvidia-331 packages back to version 331.38, and CUDA is working again under Blender.

Eric Carvalho
- 54,385

Oxben
- 11
-
1How did you downgraded all the nvidia-331 packages? Was looking for info to rollback the driver – Georgios Papaioannou Dec 13 '14 at 13:03
-
1No worries, i managed to do it with the Synaptic Package Manager. CUDA is back \m/ – Georgios Papaioannou Dec 13 '14 at 16:12
-
1To downgrade packages in ubuntu http://www.howtogeek.com/117929/how-to-downgrade-packages-on-ubuntu/ – Ruben Carneiro Jan 05 '15 at 00:53