But when i follow the solution from this topic ,it doesnot work.
thats what i got from his solution
[suice07@suice07-pc ~]$ cd /usr/lib64/nvidia
[suice07@suice07-pc nvidia]$ sudo ln -s libcuda.so.1 libcuda.so
[sudo] password for suice07:
ln: failed to create symbolic link 'libcuda.so': File exists
[suice07@suice07-pc nvidia]$
thats what i got
th> require 'cunn'
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-3884/cutorch/lib/THC/THCGeneral.c line=70 error=35 : CUDA driver version is insufficient for CUDA runtime version
/home/suice07/torch/install/share/lua/5.1/trepl/init.lua:389: /home/suice07/torch/install/share/lua/5.1/trepl/init.lua:389: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at /tmp/luarocks_cutorch-scm-1-3884/cutorch/lib/THC/THCGeneral.c:70
stack traceback:
[C]: in function 'error'
/home/suice07/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
[string "_RESULT={require 'cunn'}"]:1: in main chunk
[C]: in function 'xpcall'
/home/suice07/torch/install/share/lua/5.1/trepl/init.lua:661: in function 'repl'
...ce07/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: at 0x00405c90
thank you for the solution.
seems I have new problem
cp: error writing '/tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/opt/cuda/bin/cuda-install-samples-8.0.sh': No space left on device
Logging to /tmp/cuda-installer-2208
========================================
Configuring samples Makefile...
cp: error writing 'uninstall_cuda_samples_8.0.pl': No space left on device
========================================
Please make sure that
- PATH includes /tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/opt/cuda/bin
- LD_LIBRARY_PATH includes /tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/opt/cuda/lib64, or, add /tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/opt/cuda/lib64 to /etc/ld.so.conf and run ldconfig as root
To uninstall the NVIDIA CUDA Samples, run the uninstall script in /tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/opt/cuda/samples
Installation Complete
install: error writing '/tmp/yaourt-tmp-suice07/aur-cuda-8.0/pkg/cuda-8.0/etc/profile.d/cuda.sh': No space left on device
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build cuda-8.0.
==> Restart building cuda-8.0 ? [y/N]
this is what i got when i installing cuda 8.0…seems out of memory.
Nothing related to memory. Whatever volume your /tmp directory is on, maybe just your root (/) filesystem is full… or in other words, you are out of disk space on your storage device that has the OS install. Possibly the CUDA 9.1 / 9.0 installers dumped stuff on your /tmp directory that has remained on disk.
Hello everyone! I have nvidia GeForce 330 built in my notebook.This GPU is supported with drivers up to 340 version, but the latest cuda - cuda-9.1 requires nvidia-387 package (it appears during installation via deb.). So could you please help me to fix this or advise another version of cuda (which works with 340 drivers). My OS is Ubuntu 16.04 LTS
I have the same problem in win 10. I have Geforce 710M graphics card, I installed the cuda 9.2 for windows 10 and with cudaGetDeviceCount I got error number 35. Please help me what to do!
./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
Detected 1 CUDA Capable device(s)
Device 0: "GeForce GT 740M"
CUDA Driver Version / Runtime Version 9.0 / 9.0
CUDA Capability Major/Minor version number: 3.0
The error in python:
tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
Hello, i am also facing the same problem.
I have Nvidia driver version 384 with Cuda 9 and CuDnn 7. If anyone solved this error, please share the results. Thanks in advance.