Thunderbolt: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* [https://www.kernel.org/doc/html/v6.2/admin-guide/thunderbolt.html USB4 » Thunderbolt » Linux » v6.2] | * [https://www.kernel.org/doc/html/v6.2/admin-guide/thunderbolt.html USB4 » Thunderbolt » Linux » v6.2] | ||
* [https://christian.kellner.me/2018/05/24/thunderbolt-networking-on-linux/ USB4 » Thunderbolt » Networking] | * [https://christian.kellner.me/2018/05/24/thunderbolt-networking-on-linux/ USB4 » Thunderbolt » Networking] | ||
* [https://manpages.ubuntu.com/manpages/jammy/en/man1/boltctl.1.html USB4 » Thunderbolt » <code>boltctl</code>] | |||
| valign="top" | | | valign="top" | |
Revision as of 03:48, 29 November 2023
modprobe thunderbolt-net
Playground
ls -lah /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection
cat /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection
cat /sys/bus/thunderbolt/devices/0-0/usb4_port1/link
ls -lah /sys/bus/thunderbolt/devices/0-0/usb4_port*
ls -lah /sys/bus/thunderbolt/devices/domain0/security
cat /sys/bus/thunderbolt/devices/domain0/security
ls -lah /sys/bus/thunderbolt/devices/0-1/
ls -lah /sys/bus/thunderbolt/devices/
cat /etc/udev/rules.d/99-local.rules
ls -lah /etc/udev/rules.d/
lspci | grep -i thunder
lsmod | grep thund
boltctl list -a
References
| ||