Search results for query: nvidia-smi

  1. dcsapak

    RTX Pro 6000 Passthrough

    can you post the output of lspci dmesg from the host? and nvidia-smi -q from the guest? since you can install the driver and nvidia-smi (in the guest) shows the card, it's a different issue than the OP, so it might be better to open a new thread
  2. D

    PVE 9 - NVIDIA Container Toolkit Broken

    ...lxc.environment: NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility,video lxc.hook.mount: /usr/share/lxc/hooks/nvidia root@gpu-test:~# nvidia-smi Wed Sep 3 14:41:52 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI...
  3. Z

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

    oh good, wonder what is causing your issues then. what does your profile config look like? here is an example of mine on my main VM i currently am using all 8GB on (using the "GRID T4-Q8 (nvidia-233)" profile) [vm.128] display_width = 3840 display_height = 2160 max_pixels = 8294400 cuda_enabled...
  4. K

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

    the license is seemingly working - I ran the patch and nvidia-smi says I have 3 months until expiry. thanks, will try that new repo and see how that goes. could also be aging hardware, I dont think my CPU even supports AVX2, I am stuck on AVX - really old repurposed server hardware from 2014 :D...
  5. K

    Nvdia Tesla P4 Passthrough to Windows Guest

    use `nvidia-smi` check if your P4 in TCC or WDDM mode. Try `nvidia-smi -fdm 0` if not in WDDM mode. Then you should see the GPU from task manager.
  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 )

    if you use the newer drivers with the linked repo you no longer replace the xml file, just compile that repo and install the patched driver. i got stuck on the same thing for a minute thinking that was still how it worked as the guide said, but it has been patched i guess.
  7. W

    TESLA P100 and DELL R920

    Funny error message as nvidia-smi is part of the nvidia driver which installed for the card ... Btw. you should blacklist nouveau driver before if using/installing a nvidia driver. Did you check for compatibily list if your nvidia driver version support the P100 ?
  8. L

    TESLA P100 and DELL R920

    ...LaneErrStat: 0 Kernel driver in use: vfio-pci Kernel modules: nvidiafb, nouveau, nvidia_vgpu_vfio, nvidia Problem: 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. Any...
  9. K

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

    cant seem to get it to work - patched vgpu.run file installs ok. nvidia-smi and nvidia-smi vgpu show the card ok. mdevctl types shows nothing, with the original vgpuConfig.xml, and the ones from v535-261, v535-230. nvidia-vgpud.service isnt running, but it says it ran successfully, didnt seem to...
  10. K

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

    v570 is awesome if it works! my biggest gripe with the P4 is needing to downgrade CUDA versions in current packages and recompile due to backwards compatibility issues. but I tried to install a v550 driver yesterday and while it installed on the host fine, I couldnt get the mdev types to show...
  11. Z

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

    ...with kernel 6.14 on proxmox 9.0 example: +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.172.07 Driver Version: 570.172.07 CUDA Version: N/A |...
  12. S

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    ...+x NVIDIA-Linux-x86_64-580.76.05.run ./NVIDIA-Linux-x86_64-580.76.05.run --dkms (run the opensource and not the nvidia proprietary) nvidia-smi check Then in the container wget https://in.download.nvidia.com/XFree86/Linux-x86_64/580.76.05/NVIDIA-Linux-x86_64-580.76.05.run chmod +x...
  13. U

    Nvdia Tesla P4 Passthrough to Windows Guest

    ...device list w/o any drivers and my Fusion installation is not detecting the GPU and in the task manager it is also not listed. Though in nvidia-smi on the guest it is available. What's the problem, what could I check? Do I need a license for this GPU, though it is directly passthrough to...
  14. R

    Kernel 6.14 - NVIDIA 16.11 - WARNING remap_pfn_range_internal

    ...inside the VM. If I'm not mistaken (I might be). If I have all the containers stopped and I reboot the VM, I won't get the dmesg entries on the host until I either start the containers in the VM or run nvidia-smi on the VM. So it is like it is generated when the card initializes or something.
  15. C

    iGPU and dGPU higher power draw when passed through

    ...on", 0% RC6p/RC6pp). The VM with the Nvidia dGPU only shows 100% device usage with no useful information on the power state it resides in. nvidia-smi claims that the power draw of the device is 3W. What does this mean for the overall power draw? When both VMs are online, the power draw is...
  16. K

    Tesla P4 vGPU on PVE 9.0.5 - issues

    ...know how to troubleshoot it. I have the Nvidia vGPU host drivers installed on the PVE host - no issues with installation (v535.261.03). nvidia-smi shows the GPU listed I didnt do any modifications with GPU unlock - from what I read the Tesla P4 is supposed to be unlocked already. I have the...
  17. R

    Compute Only GPU Passthrough with Web Console Gui

    ...in `/etc/modprobe.d/` except make sure `blacklist nvidiafb` exists somehwere to disable the frame buffering. To verify after reboot: ``` nvidia-smi # Should show your GPU and driver version lsmod | grep qxl # QXL driver should be loaded lsmod | grep nvidia # NVIDIA compute modules...
  18. P

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    I've got the same problem, but with a RTX 2000 Ada Generation. Google suggests to use apt install nvidia-driver instead, but apt doesn't have a repository where it could pull nvidia-driver from. Edit: My quess is that the nvidia-driver package hasn't been ported for trixie yet. (I'm running...
  19. S

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    i am also struggeling, I have a 5060TI, the driver installs (580.76.05 latest) but nvidia-smi shows no devices found..
  20. D

    Setting up nvidia gpu for stable diffusion in a LXC container ?

    ...1355776 2 nvidia_drm video 77824 1 nvidia_modeset nvidia 54398976 7 nvidia_uvm,nvidia_modeset nvidia-smi Mon Aug 18 17:18:18 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 550.163.01...