I got a Dell PE R720 server and a Nvidia Quadro M2000 GPU, running Proxmox 7.1.x.
The server discovered the GPU when rebooting after install and did some initializing.
I do see it using lspci.
I have read this Proxmox PCI passthrough and when I come to the part GPU Passthrough, it is suggested that I run the command:
And add it to
In the example as you can see it has to different values, but mine gives the same value on both.
This is where I stop.
How should I proceed?
That is my question.
The server discovered the GPU when rebooting after install and did some initializing.
I do see it using lspci.
I have read this Proxmox PCI passthrough and when I come to the part GPU Passthrough, it is suggested that I run the command:
Code:
# lspci -n -s 01:00
01:00.0 0200: 14e4:165f
01:00.1 0200: 14e4:165f
And add it to
Code:
echo "options vfio-pci ids=10de:1381,10de:0fbc" > /etc/modprobe.d/vfio.conf
This is where I stop.
How should I proceed?
Code:
echo "options vfio-pci ids=14e4:165f,14e4:165f" > /etc/modprobe.d/vfio.conf
or
echo "options vfio-pci ids=14e4:165f" > /etc/modprobe.d/vfio.conf
That is my question.