Search results for query: nvidia-smi

  1. H

    Setting up vGPU on NVIDIA RTX 6000 Ada and error with the Display Mode Selector tool

    Hi l.leahu-vladucu, Thank you for your reply. Here are the outputs you are after: nvidia-smi Tue Mar 25 07:57:31 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.03 Driver Version: 570.124.03 CUDA Version: N/A...
  2. l.leahu-vladucu

    Setting up vGPU on NVIDIA RTX 6000 Ada and error with the Display Mode Selector tool

    Hello hakai.chris! Could you please provide us with the output of: nvidia-smi lspci -d 10de: What you are describing sounds like a bug in Nvidia's displaymodeselector tool, but the output of the commands above should give us a bit more information.
  3. B

    VGPU issue

    I'm trying to run vGPU to passthrough my GPU to multiple VMs running simultaneously. I followed a tutorial and installed everything. Both `nvidia-smi` and `nvidia-smi vgpu` are working, but `mdevctl types` shows nothing—I can't see any of the vGPU profiles, and they’re not available for my VM...
  4. T

    Issues with NVIDIA Quadro M620 Mobile Passthrough on HP Z2 Mini – Need Advice

    ...(using -cpu host,kvm=off via the args field) to help convince the NVIDIA driver it’s on bare metal. Observed Errors: – Inside the VM, nvidia-smi always reports “No devices were found.” – The guest’s kernel logs show errors like:   NVRM: GPU 0000:01:00.0: Failed to copy vbios to system memory...
  5. D

    Tesla P4 mistaken for P40?

    ...shows the mdev types as that of a P40 card (GRID P40) and not a P4 (GRID P4). The other 4 nodes all show the correct ones for the P4. 'nvidia-smi' on both servers shows 'Tesla P4'. I have tried verifying that the firmware on the cards is the same as a particular firmware file that I have...
  6. R

    GPU passthrough to VM - driver loaded and visible, but not detected by nvidia-smi?

    ...is, the drivers appears to be loaded properly: lspci -vv output on the VM: However, the gpu itself is not being detected... both by nvidia-smi and ollama: VM config is q35 and SeaBIOS. PCIE passthrough with Raw device and checked All functions, PCIE is also checked. Would love to get...
  7. Z

    GPU passthrough to Container (LXC)

    ...deleting the drivers from the lxc, and adding passthroughs like this (in different combinations of .so files): lxc.mount.entry: /usr/bin/nvidia-smi usr/bin/nvidia-smi none bind,optional,create=file lxc.mount.entry: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so...
  8. aabraham

    Services down

    Which drivers are you using for your GPU?
  9. G

    Services down

    @aabraham @thousif_ahamed root@racing:~/vgpu_unlock-rs# cd root@racing:~# mdevctl types root@racing:~# nvidia-smi vgpu Mon Mar 10 18:17:00 2025 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.03 Driver Version: 570.124.03...
  10. T

    Dual GPU Nvidia L40s Support on single VM

    ...did follow the admin guide and installed the vgpu drivers NVIDIA-GRID-Linux-KVM-570.124.03-570. on proxmox. The profiles are not visible. Any idea ? nvidia-smi vgpu -s GPU 00000000:21:00.0 No vGPUs found on this device GPU 00000000:E1:00.0 No vGPUs found on this device Regards, Thousif...
  11. S

    NVIDIA vGPU Software 18 Support for Proxmox VE

    ...[RTX A5000] (rev a1) 01:00.5 3D controller: NVIDIA Corporation GA102GL [RTX A5000] (rev a1) ... Here some analysis: root@pve01:~# nvidia-smi +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.03 Driver Version...
  12. S

    vgpu running on a NVIDIA RTX 5000 Ada on the latest Version of Proxmox

    ...Audio device: NVIDIA Corporation AD102 High Definition Audio Controller (rev a1) -> I do not get any virtual functions. root@pve01:~# nvidia-smi +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.03 Driver Version...
  13. dcsapak

    pci device '0000:01:00.4' has no available instances of 'nvidia-527' help?

    ...only identical memory configurations are allowed for vgpus, (so no mixed size mode). to enable that see https://docs.nvidia.com/vgpu/18.0/grid-vgpu-user-guide/index.html#putting-gpu-into-mixed-size-mode-linux-with-kvm you have to do: # nvidia-smi vgpu -i id -shm 1 to enable the mixed size...
  14. l.leahu-vladucu

    PCI Passthrough with RTX 4060 Ti: kvm: vfio: Unable to power on device, stuck in D3

    Could you please try to reseat the GPU on the motherboard? Simply plug it out and plug it back in, and make sure it is well connected to the PCIe slot. As far as I can see, the GPU either has some connection issues of some sort (either power or PCIe connection), or the PSU has issues delivering...
  15. K

    pci device '0000:01:00.4' has no available instances of 'nvidia-527' help?

    nvidia-smi vgpu ВМ соответствует графическим профилям, что приводит к успешному результату. Но в разных странах выдает ошибку. pveversion -v proxmox-ve: 8.3.0 (рабочее ядро: 6.5.13-6-pve) pve-manager: 8.3.4 (текущая версия: 8.3.4/65224a0f9cd294a3) proxmox-kernel-helper: 8.1.0...
  16. L

    giving LXC direct GPU access for host/lxc CUDA+vGPU?

    ...be installed Recommends: nvidia-kernel-dkms (= 550.127.05-1) but it is not going to be installed or nvidia-kernel-550.127.05 Recommends: nvidia-smi Recommends: libnvidia-cfg1 (= 550.127.05-1) but it is not going to be installed Recommends: nvidia-persistenced but it is not going to be...
  17. peterge-misoft

    PCI Passthrough with RTX 4060 Ti: kvm: vfio: Unable to power on device, stuck in D3

    ...the same error: kvm: vfio: Unable to power on device, stuck in D3 kvm: vfio: Unable to power on device, stuck in D3 TASK OK executing nvidia-smi does still not work :( IMHO the VM is not the reason why this isn't working, we have 4 other proxmox hosts where we use PCI Passthrough and the...
  18. peterge-misoft

    PCI Passthrough with RTX 4060 Ti: kvm: vfio: Unable to power on device, stuck in D3

    ...the passthrough working yesterday once after a CMOS reset followed by reapplying these bios options (I verified working passthrough using nvidia-smi in the VM), but after powering off the server and putting it back into the rack, it doesn't work anymore. Every time I start the VM, it does...
  19. dcsapak

    pci device '0000:01:00.4' has no available instances of 'nvidia-527' help?

    Hi, can you post your vm config and maybe the output of 'nvidia-smi vgpu' ? did you start multiple vms with vgpus?