Guest User

Untitled

a guest
Jun 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. $ nvidia-smi
  2. modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='nvidia_352'
  3. modprobe: ERROR: could not insert 'nvidia_352': Function not implemented
  4. NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
  5.  
  6. $ sudo apt-get remove --purge nvidia*
  7. $ sudo apt-get autoremove
  8.  
  9. $ sudo apt-get install nvidia-352
  10.  
  11. Loading new nvidia-352-352.93 DKMS files...
  12. Building only for 3.13.0-68-generic
  13. Building for architecture x86_64
  14. Building initial module for 3.13.0-68-generic
  15. ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/nvidia-352.0.crash'
  16. Error! Bad return status for module build on kernel: 3.13.0-68-generic (x86_64)
  17.  
  18. ./deviceQuery Starting...
  19.  
  20. CUDA Device Query (Runtime API) version (CUDART static linking)
  21.  
  22. modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='nvidia_352'
  23. modprobe: ERROR: could not insert 'nvidia_352': Function not implemented
  24. cudaGetDeviceCount returned 38
  25. -> no CUDA-capable device is detected
  26. Result = FAIL
  27.  
  28. Unpacking nvidia-352 (352.93-0ubuntu1) over (352.63-0ubuntu0.14.04.1) ...
  29.  
  30. $ sudo apt-get install cuda-drivers nvidia-352=352.63-0ubuntu0.14.04.1 nvidia-352-dev=352.63-0ubuntu0.14.04.1
  31. Some packages could not be installed. This may mean that you have
  32. requested an impossible situation or if you are using the unstable
  33. distribution that some required packages have not yet been created
  34. or been moved out of Incoming.
  35. The following information may help to resolve the situation:
  36.  
  37. The following packages have unmet dependencies.
  38. cuda-drivers : Depends: nvidia-352 (>= 352.93) but 352.63-0ubuntu0.14.04.1 is to be installed
  39. Depends: nvidia-352-dev (>= 352.93) but 352.63-0ubuntu0.14.04.1 is to be installed
  40. E: Unable to correct problems, you have held broken packages.
  41.  
  42. $ sudo apt-get install nvidia-352=352.63-0ubuntu1
  43.  
  44. $ lspci | grep -i vga
  45. 01:00.0 VGA compatible controller: NVIDIA Corporation GM200 [GeForce GTX TITAN X] (rev a1)
  46.  
  47. $ dpkg -l | grep -i nvidia
  48. ii bbswitch-dkms 0.7-2ubuntu1 amd64 Interface for toggling the power on nVidia Optimus video cards
  49. ii libcuda1-352 352.93-0ubuntu1 amd64 NVIDIA CUDA runtime library
  50. ii nvidia-352 352.93-0ubuntu1 amd64 NVIDIA binary driver - version 352.93
  51. ii nvidia-352-dev 352.93-0ubuntu1 amd64 NVIDIA binary Xorg driver development files
  52. ii nvidia-352-uvm 352.93-0ubuntu1 amd64 Transitional package for nvidia-352
  53. ii nvidia-modprobe 352.93-0ubuntu1 amd64 Load the NVIDIA kernel driver and create device files
  54. ii nvidia-opencl-icd-352 352.93-0ubuntu1 amd64 NVIDIA OpenCL ICD
  55. ii nvidia-prime 0.6.2 amd64 Tools to enable NVIDIA's Prime
  56. ii nvidia-settings 352.93-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver
  57.  
  58. sudo apt-get install ubuntu-drivers-common
  59.  
  60. sudo ubuntu-drivers devices
  61.  
  62. sudo apt-get install <recommended version>
  63.  
  64. $ sudo add-apt-repository ppa:graphics-drivers/ppa
  65. $ sudo apt-get install nvidia-364
Add Comment
Please, Sign In to add comment