I have a dell poweredge r730 with a Proxmox installation in which i virtualized ubuntu 24.04. I installed the drivers by downloading them from the nvidia drivers download page, specifically: nvidia-driver-local-repo-ubuntu2404-550.90.07_1.0-1_amd64.deb
. But when i run nvidia-smi i get:
No devices were found
running lspci i corrently can see my gpu:
01:00.0 3D controller: NVIDIA Corporation GP102GL [Tesla P40] (rev a1)
and something is wrong in dmesg | grep -i nvidia
:
[ 40.698336] nvidia: loading out-of-tree module taints kernel.
[ 40.698370] nvidia: module license 'NVIDIA' taints kernel.
[ 40.698386] nvidia: module license taints kernel.
[ 41.069293] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[ 41.069323] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 550.90.07 Fri May 31 09:35:42 UTC 2024
[ 41.328414] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 550.90.07 Fri May 31 09:30:47 UTC 2024
[ 41.371036] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 41.961277] [drm:nv_drm_load [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice
[ 41.963197] [drm:nv_drm_register_drm_device [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to register device
[ 42.468359] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 42.589931] nvidia-uvm: Loaded the UVM driver, major device number 234.
I’m stuck in this situation, and i dont know how to proceed now. thanks for your help!