PCI Passthrough

Eleven

Cadet
Joined
Nov 10, 2021
Messages
2
I'm currently attempting to pass through a PCIe USB controller to a VM in TrueNAS core with the aim of attaching my printers to it allowing me to create a print server that I previously had on an M72 mini pc.

This is the device in question:
FWOCjHZ.png

This is my Tunables table within TrueNAS:
1CILY9G.png


When attempting to assign it to the VM:
QTnSleF.png

Nothing shows up. Any thoughts or suggestions would be apricated!

Thanks!
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
It's vmm_load, not wmm_load ...
 

Momos

Dabbler
Joined
Jul 12, 2021
Messages
12
Resurrecting an old thread, but can you please describe how to pass the PCIe USB controller to a VM in TrueNas Core ?
I have a PCIe USB controller that i want to pass to a VM with Home Assistant OS.

Thank you !
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
It's pretty much right there in that first post (if you take the w to v correction into account).

The missing part at the start is that you run pciconf -lv to see the numbers at the start of that screenshot

You take the last 3 numbers from the bit at the beginning of the line and use those with slashes instead of colons between them in the pptdevs entry.

from that example,

xhci0@pci0:1:0:0:

becomes

1/0/0
 
Top