Hi,all
I’m trying to install the CUDA Toolkit11.1…1_455.32.00 for my Tesla T4 graphic on ubuntu16.04. I followed the installation guide to black the nouveau, update-initramfs -u ,execute the command: ./cuda_11.1.1.1_455.32.00_linux.run --no-opengl-libs , after few minutes when the installation is finished, the log shows some libs are missing:
Missing recommended library: libGLU.so, libXi.so, libXmu.so, libGL.so
But The toolkit seemed to have been installed.
Then I reboot the system,
But I got nothing when I executed: modprobe nvidia after rebooting.
dmesg | grep NVRM shows :
[ 11.034547] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 455.32.00 Wed Oct 14 22:46:18 UTC 2020
[ 316.064808] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x23:0x56:574)
[ 316.064870] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
nvidia-smi -a shows: Unable to determine the device handle for GPU 0000:01:00.0: Unknown Error
Some infomations may be helpful:
lsmod | grep nvidia
nvidia_drm 49152 0
nvidia_modeset 1212416 1 nvidia_drm
nvidia 27635712 1 nvidia_modeset
drm_kms_helper 172032 2 nvidia_drm,i915
drm 401408 4 drm_kms_helper,nvidia_drm,i915
cat /proc/driver/nvidia/gpus/0000:01:00.0/information
Model: Tesla T4
IRQ: 16
GPU UUID: GPU-3464ac52-0cd3-5345-90f4-98d1a7b75e3e
Video BIOS: ??.??.??.??.??
Bus Type: PCI
DMA Size: 36 bits
DMA Mask: 0xfffffffff
Bus Location: 0000:01:00.0
Device Minor: 0
Blacklisted: No
Any sugestions ? Thanks.