Thunderbolt is supported since 5.13 kernel. I've used the latest jammy version to connect two laptops using Thunderbolt 3 cable and ran iperf3 successfully between them. However, ocs-live-netcfg does not allow me to assign ip adress to the thunderbolt network interface. I have to manually assign an ip using ifconfig. Can we add this feature? Cloning via remote server, client should be much much after via Thunderbolt then.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
3:thunderbolt0 : BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN group default qlen 1000
FYI the thunderbolt cable needs to connect to another thunderbolt port for networking to be activated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some observations. Both computers need to boot into clonezilla and thunderbolt cable connected to both before configuring the network. Else it seems to fail to detect the thunderbolt network in ocs-live-netcfg.
starting ocs-live-netcfg, the thunderbolt port will time out as it could not find the link signal, however assigning a static IP to it has no issue.
iperf3 test between both computers show 15.4Gbits/s transfer!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK. The program ocs-live-netcfg will check the contents of /proc/net/dev, and list the network devices. Hence if Linux kernel does not detect it, it won't be shown in /proc/net/dev.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thunderbolt is supported since 5.13 kernel. I've used the latest jammy version to connect two laptops using Thunderbolt 3 cable and ran iperf3 successfully between them. However, ocs-live-netcfg does not allow me to assign ip adress to the thunderbolt network interface. I have to manually assign an ip using ifconfig. Can we add this feature? Cloning via remote server, client should be much much after via Thunderbolt then.
Tested remote server to client via Thunderbolt network interface. 14GB/min speed. 69GB transferred in around 4 minutes.
running ocs-live-netcfg, the program looks for NIC number '1' but the thunderbolt interface is '0'
Please boot Clonezilla live 3.0.0-26 or 20220522-jammy and enter command line prompt, then run:
Please show the results.
Thanks.
Steven
FYI the thunderbolt cable needs to connect to another thunderbolt port for networking to be activated
running ocs-live-netcfg and selecting wired gives the following error message
The requested NIC number is 1, but the NIC number on this system is 0
OK, got it. A better method was implemented and committed to git repository. It will be used in the next testing release.
Will keep you posted.
Steven
tested the latest may 31st version. Thunderbolt networking is now available in ocs-live-netcfg!
Some observations. Both computers need to boot into clonezilla and thunderbolt cable connected to both before configuring the network. Else it seems to fail to detect the thunderbolt network in ocs-live-netcfg.
starting ocs-live-netcfg, the thunderbolt port will time out as it could not find the link signal, however assigning a static IP to it has no issue.
iperf3 test between both computers show 15.4Gbits/s transfer!
OK. The program ocs-live-netcfg will check the contents of /proc/net/dev, and list the network devices. Hence if Linux kernel does not detect it, it won't be shown in /proc/net/dev.
Steven