ERROR: cuModuleLoad() 209
#4
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.


Messages In This Thread
ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 04:53 PM
RE: ERROR: cuModuleLoad() 209 - by atom - 10-08-2014, 04:58 PM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 05:29 PM
RE: ERROR: cuModuleLoad() 209 - by philsmd - 10-08-2014, 08:14 PM
RE: ERROR: cuModuleLoad() 209 - by Rolf - 10-08-2014, 08:28 PM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 10:47 PM
RE: ERROR: cuModuleLoad() 209 - by epixoip - 10-09-2014, 08:44 AM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-09-2014, 06:51 PM