I have a usb3 pcie card in a Dell R710 that I'd like to passthru to a Windows guest.
I can't passthru usb devices connected to the pcie card because the Dell isn't recognizing any devices plugged into the card's ports.
(assuming that is because the Dell doesnt support usb3?)
The iommugroup is uniq for the device I want to passthru
But I also see this:
How do I assign the above USB 3.0 Host Controller to my guest? Would that be
I can't passthru usb devices connected to the pcie card because the Dell isn't recognizing any devices plugged into the card's ports.
(assuming that is because the Dell doesnt support usb3?)
The iommugroup is uniq for the device I want to passthru
Code:
root@proxmox ~ # pvesh get /nodes/proxmox/hardware/pci
┌──────────┬────────┬──────────────┬────────────┬────────┬─────────────────────────────────────────────────────────────┬──────┬──────────────────┬──────
│ class │ device │ id │ iommugroup │ vendor │ device_name │ mdev │ subsystem_device │ subsy
╞══════════╪════════╪══════════════╪════════════╪════════╪═════════════════════════════════════════════════════════════╪══════╪══════════════════╪══════
│ 0x0c0330 │ 0x0014 │ 0000:04:00.0 │ 18 │ 0x1912 │ uPD720201 USB 3.0 Host Controller │ │ 0x0014 │
└──────────┴────────┴──────────────┴────────────┴────────┴─────────────────────────────────────────────────────────────┴──────┴──────────────────┴──────
But I also see this:
Code:
root@proxmox ~ # dmesg -T | less
....
[Mon Nov 25 08:45:57 2024] DMAR-IR: This system BIOS has enabled interrupt remapping
on a chipset that contains an erratum making that
feature unstable. To maintain system stability
interrupt remapping is being disabled. Please
contact your BIOS vendor for an update
How do I assign the above USB 3.0 Host Controller to my guest? Would that be
Code:
qm set 112 --hostpci0 host=0000:04:00.0