Post
Topic
Board Mining (Altcoins)
Re: ccminer Nvidia error - Unable to query number of CUDA devices! Is an nVidia driv
by
singula
on 07/12/2017, 02:50:43 UTC
Stumbled upon the same error.

But I found a cause (the appropriate kernel module is not loaded by default by itself, Xserver by itself requires only the base "nvidia" module) and a solution.

To fix it, as a root, load the missing kernel module:

Code:
modprobe nvidia-uvm

After that, the miner runs.