From c7580fed45a875f0aabac8e1873070a8bf85942a Mon Sep 17 00:00:00 2001 From: lapatatedouce Date: Sun, 16 Feb 2025 04:26:19 +0100 Subject: [PATCH] Add table of Contents and spoof pascal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72715c7..7fcdc1c 100644 --- a/README.md +++ b/README.md @@ -680,10 +680,10 @@ hostpci0: 0000:03:00.0,device-id=0x1DB6,mdev=nvidia-63,sub-device-id=0x12BF,sub- To identify the PCIe address for other models of the same generation, use the `lspci` command to list all PCI devices on your system: ```bash -lspci +lspci | grep -i nvidia ``` -Look for the NVIDIA GPU in the list. The output will include the PCIe address (e.g., `03:00.0`) and the device ID. Ensure the device ID matches the model you are configuring. For the Tesla P4, the device ID is `1DB6`. Replace the PCIe address in the configuration line with the address identified. +The output will include the PCIe address (e.g., `03:00.0`) and the device ID. Ensure the device ID matches the model you are configuring. Replace the PCIe address in the configuration line with the address identified. For example, if your GPU is listed at `04:00.0`, update the configuration line as follows: