6

I have two computers, and I need to transfer a (very) large file between them.

Both computers are Thunderbolt 3 compatible, and I have a passive Thunderbolt cable ready to use.

Is there a way I can set up a direct peer-to-peer network between these two devices over this cable? I would rather avoid using adapters to Ethernet so that I can keep the theoretical max speed that Thunderbolt offers.

I've found this post on the kernel mailing list, but I have no idea how to use it, or if it's even available for me to use.

Both computers are running Ubuntu 16.04 with kernel 4.10 installed on them.

Kaz Wolfe
  • 34,720

1 Answers1

0

DISCONTINED

As of August 4, 2022:

  • DISCONTINUATION OF PROJECT.

  • This project will no longer be maintained by Intel.

  • Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

  • Intel no longer accepts patches to this project.

  • If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

ThunderBolt 3 User Space tools

These are the ThunderBolt 3 User Space tools that work with Kernel Version 4.13 and higher. They were revised 6 days ago (December 4, 2017).

Summary from link

Overview

Thunderbolt™ technology is a transformational high-speed, dual protocol I/O that provides unmatched performance with up to 40Gbps bi-directional transfer speeds. It provides flexibility and simplicity by supporting both data (PCIe, USB3.1) and video (DisplayPort) on a single cable connection that can daisy-chain up to six devices.

Features

The user-space components implement device approval support:

  1. Easier interaction with the kernel module for approving connected devices.
  2. ACL for auto-approving devices white-listed by the user.

tbtacl

tbtacl is intended to be triggered by udev (see the udev rules in tbtacl.rules). It auto-approves devices that are found in ACL.

tbtadm

tbtadm is a user-facing CLI tool. It provides operations for device approval, handling the ACL and more.

Supported OSes

  • Ubuntu* 16.04 and 17.04
  • Fedora* 26
  • Clear Linux*

Kernel/Daemon Compatibility

The user-space components operate in coordination with the upstream Thunderbolt kernel driver (found in v4.13) to provide the Thunderbolt functionalities. These components are NOT compatible with the old out-of-tree Thunderbolt kernel module.

  • These seem to be abandoned already. Recent guides recommending "bolt". – Gringo Suave Nov 08 '23 at 03:22
  • @GringoSuave Can you post an answer and message me when posted? Then I will delete this answer. – WinEunuuchs2Unix Nov 08 '23 at 13:29
  • I haven't gotten it to work yet. Ordered a TB cable and waiting for it to see if it helps. – Gringo Suave Nov 08 '23 at 19:55
  • @GringoSuave Thanks for the update. I've updated the answer to reflect Intel discontinued the project. – WinEunuuchs2Unix Nov 09 '23 at 00:55
  • I got it and it just works a second or two after plugging it in. This is on latest Fedora however (need to use it on very new hardware until Ubuntu kernel updates).
    I suspect TB networking on Ubuntu "just works" on a recent release. Probably want to install bolt/boltctl to look around.
    – Gringo Suave Nov 17 '23 at 19:40