Miscellaneous icon indicating copy to clipboard operation
Miscellaneous copied to clipboard

Notes and stuff I'm posting publicly

Results 3 Miscellaneous issues
Sort by recently updated
recently updated
newest added

``` 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...

bug

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`...

bug
Project: Device Tree (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...

enhancement
Project: Device Tree (dev_tree.pl)