【发布时间】:2016-08-12 17:01:32
【问题描述】:
在 jetson-tk1 board 中运行程序时出现以下错误
root@tegra-ubuntu:~# ./a.out
modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='nvidia_340'
modprobe: ERROR: could not insert 'nvidia_340': Function not implemented couldn't get the symbol addr
我在执行nvidia-smi 命令时遇到同样的错误
我的系统信息如下
Linux tegra-ubuntu 3.10.40 #22 SMP PREEMPT Fri Sep 11 18:31:28 CST 2015 armv7l armv7l armv7l GNU/Linux
我已经按如下方式安装了nvidia驱动
root@tegra-ubuntu:~# apt-get install nvidia-340
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-340 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 522 not upgraded.
谁能告诉我是什么问题?
【问题讨论】:
标签: compilation cuda driver nvidia