Proxmox LXC Container USB Passthrough
Proxmox PVE v8.1
1) Mit lsusb das USB Device ermitteln (hier im Beispiel die USV "MGE UPS Systems UPS"). Relevant sind die BUS und DEVICE ID
root@proxmox:~# lsusb
Bus 002 Device 002: ID 0bc2:2312 Seagate RSS LLC Expansion
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
Bus 001 Device 002: ID 0463:ffff MGE UPS Systems UPS
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
2) Dem LXC Container das USB Device zuordnen
pct set 125 --dev0 path=/dev/bus/usb/001/002,mode=0666
3) Sollte dann in der jeweiligen LXC Container conf so aussehen:
[..]
dev0: path=/dev/bus/usb/001/002,mode=0666
[..]