Miscellaneous
Miscellaneous copied to clipboard
Notes and stuff I'm posting publicly
``` root@tycho:~# ./dev_tree.pl ➤ Command Executed: `dev_tree.pl` ➤ Displaying: IOMMU Groups > PCI > All Bus Devices (format: default) IOMMU: ├── IOMMU_Group: 0 │ └── 00:01.0 "Renoir PCIe Dummy Host...
Displaying only USB devices adds an extra tree root level. Fix like done with network and block devices. Examples: **Good (network devices):** root@gyges:~# dev_tree.pl -d n ➤ Command Executed: `dev_tree.pl`...
Currently don't have any USB4 / Thunderbolt devices to test against. Hierarchy differences from USB3 and earlier devices. When able, add them as a new display category. Note: unknown whether...