Cuda Installation : Running deviceQuery - Unknown Error

I tried to compile and run deviceQuery and I get the following error

./deviceQuery Starting…

CUDA Device Query (Runtime API) version (CUDART static linking)

modprobe: ERROR: could not insert ‘nvidia_367_uvm’: No such device
cudaGetDeviceCount returned 30
→ unknown error
Result = FAIL

I following the instruction for installing in the installation guide.

Is there something I am missing ?

OS : Ubuntu 16.04
GPU : GTX770

pavantenz@pavantenz:~/Documents/cuda/NVIDIA_CUDA-8.0_Samples/bin/x86_64/linux/release$ sudo dpkg --list | grep nvidia

ii nvidia-367 367.57-0ubuntu0.16.04.1 amd64 NVIDIA binary driver - version 367.57
ii nvidia-367-dev 367.57-0ubuntu0.16.04.1 amd64 NVIDIA binary Xorg driver development files
ii nvidia-modprobe 367.48-0ubuntu1 amd64 Load the NVIDIA kernel driver and create device files
ii nvidia-opencl-icd-367 367.57-0ubuntu0.16.04.1 amd64 NVIDIA OpenCL ICD
ii nvidia-prime 0.8.2 amd64 Tools to enable NVIDIA’s Prime
ii nvidia-settings 367.48-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver

pavantenz@pavantenz:~/Documents/cuda/NVIDIA_CUDA-8.0_Samples/bin/x86_64/linux/release$ uname -r
4.4.0-47-generic

Thanks for your help.