OK. dom0 result of lspci. I only kept 00:0d.X and 00:14.x. Note that 14.0 is in the same grouping as RAM memory and Network controller–I think I did see what looked like wifi whilst playing with dmesg yesterday.
00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 01)
00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 01)
00:0d.3 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #1 (rev 01)
00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 20)
00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 20)
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 20)
(OK so that worked and I don’t need to open another thread about copy/paste not working. )
As I understand it those should be all of the actual PCI devices on the computer; when I set up sys-usb I do a qvm-pci attach --persistent no-strict-reset=true
for every single one of those four devices. d.0, d.2, d.3 and 14.0.
OK, so now on to lsusb -tv. I’ve lost track of whether you wanted dom0 or sys-usb or both, so here they both are. dom0:
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
and sys-usb (freshly restarted) [ > to a file, the file qvm-copied, cat-ed on this VM and mouse selected and pasted here. Yeesh, all because I don’t get a right mouse popup on sys-usb. Probably something I didn’t do with the minimal template it’s based on.]
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
ID 152d:2561 JMicron Technology Corp. / JMicron USA Technology Corp. CEB-2235S-U3 external RAID box
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 3: Dev 6, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
ID 1c4f:0034 SiGma Micro XM102K Optical Wheel Mouse
|__ Port 5: Dev 3, If 4, Class=Vendor Specific Class, Driver=, 480M
ID 03f0:0154 HP, Inc
|__ Port 5: Dev 3, If 2, Class=Vendor Specific Class, Driver=, 480M
ID 03f0:0154 HP, Inc
|__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 480M
ID 03f0:0154 HP, Inc
|__ Port 5: Dev 3, If 3, Class=Vendor Specific Class, Driver=, 480M
ID 03f0:0154 HP, Inc
|__ Port 5: Dev 3, If 1, Class=Printer, Driver=usblp, 480M
ID 03f0:0154 HP, Inc
|__ Port 7: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 046d:c33b Logitech, Inc.
|__ Port 7: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 046d:c33b Logitech, Inc.
|__ Port 10: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
ID 8087:0026 Intel Corp.
|__ Port 10: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
ID 8087:0026 Intel Corp.
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
ID 0627:0001 Adomax Technology Co., Ltd
And the frank_sullivan lsusb -v 2>/dev/null | grep 'root hub\|iSerial
output, for dom0
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
idProduct 0x0003 3.0 root hub
iSerial 1
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
idProduct 0x0002 2.0 root hub
iSerial 1
And on sys-usb:
iSerial 3 [dvdrom serial number--I think. USB to SATA bridge in qui-devices]
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
idProduct 0x0003 3.0 root hub
iSerial 1 0000:00:06.0
iSerial 3 [redacted, it's my keyboard serial number]
iSerial 3 [printer serial number]
iSerial 0
iSerial 0
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
idProduct 0x0002 2.0 root hub
iSerial 1 0000:00:06.0
iSerial 10 42
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
idProduct 0x0002 2.0 root hub
iSerial 1 0000:00:05.0
(As you can see I am determined to avoid having to open another thread for copy./paste issues )
My mouse has a serial number, but it doesn’t appear. Possibly one of the two zero serial numbers for Bus 003 Device 001: ID 1d6b:0003
The hardware box has two USB 3.0 “A” plugs on the front, and the DVD rom is plugged into that. This is encouraging as it implies based on this last capture that the front two plugs might be at least somewhat different than the four that are on the back. On the back there are four plugs. The two USB “A” plugs have the keyboard and mouse, the printer is on one of the other two plugs which are USB-C. There are also two HDMI ports (probably irrelevant but just in case…) and one ethernet plug.