Scroll to navigation

tbtadm(1) General Commands Manual tbtadm(1)

NAME

tbtadm - Thunderbolt(tm) management tool

SYNOPSIS

tbtadm

tbtadm devices

tbtadm peers

tbtadm topology

tbtadm approve [--once] <route-string>

tbtadm approve-all [--once]

tbtadm acl

tbtadm add <route-string>

tbtadm remove <uuid | route-string>

tbtadm remove-all

DESCRIPTION

tbtadm provides convenient way to interact with Thunderbolt kernel module, approve the connection of Thunderbolt devices, handle the ACL for auto-connecting devices and more. Running it with no argument, it prints all the available commands.

OPTIONS

Print a list of all the currently connected Thunderbolt devices in the following format:

Route-string    Vendor    Device name    Authorized?    In ACL?

Print a list of all the currently connected hosts in the following format:

Route-string    Vendor    Device name

Print all the currently connected Thunderbolt devices in a tree, starting with the controller itself, resembling the device connection topology.

If the selected Thunderbolt device isn't authorized, approve it and (if --once wasn't specified) add it to ACL.

Approve all currently connected Thunderbolt devices that aren't authorized yet and (if --once wasn't specified) add them to ACL.

Print the ACL content in the following format:

UUID    Vendor    Device name    Currently connected?

Add a device to ACL. The argument selects the device to be added by its route-string. Doesn't work in SL2 (secure; key-based) as addition to ACL must be done together with the device authorization (with approve or approve-all without --once flag).

Remove ACL entry. The argument selects the device to be removed by its UUID or (if it's currently connected) by route-string.

Clear the ACL, removing all the entries.

%%mtime(%m/%d/%Y) Yehezkel Bernat <yehezkel.bernat@intel.com>