Search results for query: nvidia-smi

  1. L

    Windows 11 NVIDIA vGPU - Error Code 43 on NVIDIA GRID RTX6000-4Q

    ...GRID RTX6000-4Q Display Adapter On an Ubuntu VM, I believe the VGPU works fine, I tried transcoding Jellyfin and I can the status with nvidia-smi Here is my Windows VM config: agent: 1 balloon: 0 bios: ovmf boot: order=scsi0 cores: 4 cpu: host efidisk0...
  2. S

    [TUTORIAL] PVE 8.22 / Kernel 6.8 and NVidia vGPU

    ...let vGPU on A100 work? I got the same issue as others, `mdevctl types` got empty output. ``` root@pve:~# mdevctl types root@pve:~# nvidia-smi Thu Apr 24 12:14:38 2025 +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.161.05...
  3. R

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    ...+-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.144.02 Driver Version: 550.144.02 CUDA Version: N/A | |-----------------------------------------+------------------------+----------------------+ | GPU Name...
  4. Z

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    ...for the sake of future reference as thats kind of an annoyance. one thing that can reduce ram is ECC but it appears to be off in your nvidia-smi and that should be 12.5% so 1024mb on 8gb, which would make it 7168mb and vGPU then shouldnt work if it was enabled. so it doesnt appear to be that...
  5. Z

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    ...issue myself, i found another post on a blog in Chinese that the user was also using vgpu with proxmox using a P4 and they had the exact nvidia-smi output you have, so it seems like some kind of bios setting or issue on some of the P4s, have you noticed it saying 8192mb before at any point or...
  6. Z

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    ...mine shows with the 2x4GB profiles running. +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.144.02 Driver Version: 550.144.02 CUDA Version: N/A |...
  7. R

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    Yeah, it is set. But I'll go back thru everything just to make sure. Here is my nvidia-smi from one host that just has a single vm/vgpu in use: The mdev type is nvidia-765. I wonder if there is something on the host causing some memory usage and taking a bit off the max? 7680MiB...
  8. R

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    ...did the cargo build step and rebooted. Installed the 17.5 host drivers and copied the vgpuConfig.xml over. I am able to see my P4 with nvidia-smi and I can see the mdev types. I set the vendor/subvendor to 0x10de / 0x10de I set the device-id/sub-device-id to 0x2233 / 0x165a When I boot up...
  9. J

    Tesla P4 | Cannot get drivers installed at all!!!

    mdev doesn't show anything but nvidia-smi vgpu does. So from the HOST: root@R730Node01:~# ls -l /dev/nv* crw-rw-rw- 1 root root 195, 0 Apr 15 12:04 /dev/nvidia0 crw-rw-rw- 1 root root 195, 255 Apr 15 12:04 /dev/nvidiactl crw------- 1 root root 10, 122 Apr 15 11:19 /dev/nvme-fabrics...
  10. J

    Tesla P4 | Cannot get drivers installed at all!!!

    So, i downloaded the EXACT driver and patched it as per the guide. So far it installs well. root@R730Node01:~/newNvidia# nvidia-smi vgpu Tue Apr 15 12:07:26 2025 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 535.161.05 Driver...
  11. Z

    Tesla P4 | Cannot get drivers installed at all!!!

    Have you attempted to run transcoding within the plex LXC? Usually the output looks fine but then when you go to run anything it will error out if it is actually trying to use the gpu and not cpu. You only want the kvm for vgpu and it lacks cuda and other functions present in the standard...
  12. J

    Tesla P4 | Cannot get drivers installed at all!!!

    ...️ OS: Ubuntu - Version: 22.04 Hostname: r730plex IP Address: 192.168.1.105 root@r730plex:~# nvidia-smi Tue Apr 15 09:58:07 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.124.03 Driver...
  13. J

    Tesla P4 | Cannot get drivers installed at all!!!

    ...root@R730Node01:~# pveversion pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-9-pve) Console Outputs: root@R730Node01:~# nvidia-smi -bash: nvidia-smi: command not found root@R730Node01:~# lspci -v | grep Tesla 04:00.0 3D controller: NVIDIA Corporation GP104GL [Tesla P4] (rev a1)...
  14. K

    [TUTORIAL] PCI Passthrough BAR 0 errors (debugging)

    ...host machine by running lspci -vvvs <deviceID> if you have the drivers working on the host you can find the BAR1 Memory requirements with nvidia-smi -q command as well. The following output 01:00.0 3D controller: NVIDIA Corporation AD102GL [L40S] (rev [...] Capabilities: [bb0 v1]...
  15. I

    Graphics Card

    ...I/O ports at c000 Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: <access denied> but if I do nvidia-smi NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. and...
  16. R

    Cannot Passthrough H100 PCIE GPU to VMs

    ...that are attached via a passthrough be non-primary, probably meaning no hardware 3D acceleration will be available inside the VM? The nvidia-smi command was run inside the VM, since this where the drivers are installed. Here are the essentials in regards to what I've done so far: HOST...
  17. B

    Cannot Passthrough H100 PCIE GPU to VMs

    ...to a vm. The identical product id isn't an issue because its the PCI address that is important. There are no audio subsystems on H100's as they are specifically for GPGPU tasks. Not sure what you mean by setting one as primary? where were are you trying to run the nvidia-smi from host or vm?
  18. R

    Cannot Passthrough H100 PCIE GPU to VMs

    ...any other subsystem. I am used to GTX and RTX, where you always have to add the audio subsystem but here there is none (probably due to the absence of any HDMI or similar output that would require it). I also tried adding one as a primary GPU. Also nvidia-smi tells me that it cannot see...
  19. B

    NVIDIA guest driver on PVE 8 + H100 94GB vGPU

    ...vim /usr/lib/systemd/system/nvidia-sriov.service systemctl daemon-reload systemctl enable --now nvidia-sriov.service reboot nvidia-smi vgpu Then you create vgpu of your gpu on your proxmox host (your gpu hardware address may be different): cat...
  20. Z

    anyone know the trick for allowing a privileged LXC access to the GPU with the KVM driver?

    ...every tutorial i can find and end results are always the same, it just won't work in an LXC no matter what i do. i get everything setup, nvidia-smi shows the GPU, everything is loading as if it should be working but any software attempting to access it fails. i have also tried a few merged...