Thunderbolt: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://www.kernel.org/doc/html/v6.2/admin-guide/thunderbolt.html#networking-over-thunderbolt-cable USB4 » Thunderbolt » Cable Networking] | |||
* [https://superuser.com/questions/1244779/ USB4 » Thunderbolt » Bridge Network] | * [https://superuser.com/questions/1244779/ USB4 » Thunderbolt » Bridge Network] | ||
* [https://www.kernel.org/doc/html/v5.15/admin-guide/thunderbolt.html USB4 » Thunderbolt » Linux » v5.15] | * [https://www.kernel.org/doc/html/v5.15/admin-guide/thunderbolt.html USB4 » Thunderbolt » Linux » v5.15] |
Revision as of 04:09, 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
| ||