Thunderbolt: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
modprobe thunderbolt-net
  ifconfig -v thunderbolt0| grep inet
  ifconfig -v thunderbolt0| grep inet
  ifconfig -v bridge0    | grep inet
  ifconfig -v bridge0    | grep inet
Line 4: Line 6:
  ifconfig -v thunderbolt0  
  ifconfig -v thunderbolt0  
  ifconfig -v bridge0
  ifconfig -v bridge0
modprobe thunderbolt-net


==Playground==
==Playground==

Revision as of 04:39, 29 November 2023

modprobe thunderbolt-net
ifconfig -v thunderbolt0| grep inet
ifconfig -v bridge0     | grep inet

ifconfig -v thunderbolt0 
ifconfig -v bridge0

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
lspci | grep -i usb
lsmod | grep thund
boltctl list -a

References