Hi,
I am trying to get vGPU to work by following this guide: https://pve.proxmox.com/wiki/NVIDIA_vGPU_on_Proxmox_VE_7.x#cite_ref-3
My card is an RTX A5000, the same as used in the guide, so should work.
I went through with the setup but it doesn't work.
results in a very short list: only the vga controller and the sound controller are listed.
My guess is that the problem comes from my missing this on the first try: "Some supported NVIDIA GPUs don't have vGPU enabled out of the box and need to have their display ports disabled.This is the case with our RTX A5000, and can be achieved by using their display mode selector tool[3].For a list of GPUs where this is necessary check their documentation."
When I try to run the displaymodeselector utility, it tells me that I need to unload the NVIDIA kernel driver first by
but this doesn't work because
.
Then I tried to blacklist nvidia so it would not get loaded, updated the initramfs, and rebooted.
But
still shows nvidia as kernel driver in use.
Any ideas how I can either remove nvidia or keep it from loading?
Thanks!
I am trying to get vGPU to work by following this guide: https://pve.proxmox.com/wiki/NVIDIA_vGPU_on_Proxmox_VE_7.x#cite_ref-3
My card is an RTX A5000, the same as used in the guide, so should work.
I went through with the setup but it doesn't work.
Code:
lspci -d 10de:
My guess is that the problem comes from my missing this on the first try: "Some supported NVIDIA GPUs don't have vGPU enabled out of the box and need to have their display ports disabled.This is the case with our RTX A5000, and can be achieved by using their display mode selector tool[3].For a list of GPUs where this is necessary check their documentation."
When I try to run the displaymodeselector utility, it tells me that I need to unload the NVIDIA kernel driver first by
Code:
rmmod nvidia
Code:
rmmod: ERROR: Module nvidia is in use
Then I tried to blacklist nvidia so it would not get loaded, updated the initramfs, and rebooted.
But
Code:
lspci -nnk
Any ideas how I can either remove nvidia or keep it from loading?
Thanks!