10-08-2014, 08:14 PM
There are two cases when you see the 209 error:
1. the extraction of the archive did go wrong (please also double-check if /kernels/4318/m00000_a0.sm_30.64.ptx etc exist)
2. make sure there are no other conflicting
- libcuda.so
- nouveau may conflict
- other installed packages may conflict
check with
sudo dpkg --get-selections | grep -i nvidia
and/or
sudo dpkg --get-selections | grep -i nouveau
(maybe also check the loaded modules - lsmod)
Furthermore, if you have the cuda sdk somewhere in your path and especially LD_LIBRARY_PATH etc, that may also conflict.
1. the extraction of the archive did go wrong (please also double-check if /kernels/4318/m00000_a0.sm_30.64.ptx etc exist)
2. make sure there are no other conflicting
- libcuda.so
- nouveau may conflict
- other installed packages may conflict
check with
sudo dpkg --get-selections | grep -i nvidia
and/or
sudo dpkg --get-selections | grep -i nouveau
(maybe also check the loaded modules - lsmod)
Furthermore, if you have the cuda sdk somewhere in your path and especially LD_LIBRARY_PATH etc, that may also conflict.