Thunderbolt: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 3: Line 3:
==Playground==
==Playground==
<source lang="bash">
<source lang="bash">
cat    /etc/udev/rules.d/99-local.rules
ls -lah /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection
ls -lah /etc/udev/rules.d/
cat    /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection


ls -lah /sys/bus/thunderbolt/devices/domain0/security
ls -lah /sys/bus/thunderbolt/devices/domain0/security
Line 12: Line 12:
ls -lah /sys/bus/thunderbolt/devices/
ls -lah /sys/bus/thunderbolt/devices/


ls -lah /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection
cat    /etc/udev/rules.d/99-local.rules
cat    /sys/bus/thunderbolt/devices/domain0/iommu_dma_protection
ls -lah /etc/udev/rules.d/
</source>
</source>



Revision as of 03:33, 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

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/

References