Skip to content

Instantly share code, notes, and snippets.

@moraisaugusto
Created March 15, 2021 13:37
Show Gist options
  • Save moraisaugusto/fe3135199b2443ba5a479c08e739eef6 to your computer and use it in GitHub Desktop.
Save moraisaugusto/fe3135199b2443ba5a479c08e739eef6 to your computer and use it in GitHub Desktop.
Thunderbolt 3 - Linux

To manage thunderbolt 3 connections you need to install the package boltctl from arch repo

$ pacman -S bolt

list all connected devices

$ boltctl

authorize an device and enroll it

$ boltctl authorize UUID
$ boltctl enroll UUID

UUID is the device that you want to authorize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment