this post was submitted on 12 Jan 2024
-3 points (46.9% liked)

Linux

45488 readers
2070 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Further if this technology is open-sourced; can it be extended for use cases beyond that(Dual Motherboards sharing Compute power with low latency for working on a single process?); I know such solutions probably exist for servers and enterprises but i am talking about amateurs who don't have 10K lying around for specialty hardware: If possible this seems like a low cost solution to mess around with

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 5 months ago (1 children)

Haven't watched the video, going by your title I'm assuming it's similar to a feature on macbooks where they can be plugged straight into another Mac, thunderbolt, or FireWire device, while powered off, and have their hard drive accessed directly from another computer.

There is code for this in the Linux kernel (sadly not quite the plug and play experience that Macs have, you need to boot after plugging in AFAIK?), and a news article about the commit that added it to the kernel for Thunderbolt was posted to this community a while back. Sadly I have no idea what devices support it, but it is at least is open source.

[–] [email protected] 5 points 5 months ago* (last edited 5 months ago) (1 children)

It also has the ability to stream your game(remote desktop) over the cable without encoding and control it from another pc with almost no latency(at least thats what the host claims)

From what i can gather from the video it only appears to be developed for windows, hence why i raised the question here

[–] t0m5k1 3 points 5 months ago* (last edited 5 months ago)

From the way linus framed what's happening, 4 pcie lanes linking frame buffers between both gpus and this being Intel makes me think this will remain closed source but if it catches on we could well see open alternatives.

I don't think open alternatives exist currently, though.

[–] [email protected] 3 points 5 months ago

Currently there is support for a network connection over thunderbolt you can use as a basis. If you want to send other data without network encapsulation, you'll need to write a kernel module for that.

https://www.kernel.org/doc/html/latest/admin-guide/thunderbolt.html#networking-over-thunderbolt-cable
https://christian.kellner.me/2018/05/24/thunderbolt-networking-on-linux/

[–] [email protected] 1 points 5 months ago

It looks as if you can do it, but it doesn't automagically configure itself on Linux.

Intel seems pretty good about standardizing their TB features so we may see it in a USB4.x or USB5 standard.

That said, USB4 is TB4 capable so it may be able to be introduced into USB4 as is.

[–] [email protected] 1 points 5 months ago

Here is an alternative Piped link(s):

https://piped.video/watch?v=GqCwLjhb4YY

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 1 points 5 months ago

Probably. File transfer can be replaced with rsync or something. Video I have no idea. Maybe use a capture card?

[–] [email protected] -4 points 5 months ago (1 children)
[–] [email protected] 22 points 5 months ago

Can you answer the question raised by my post?, or provide an alternate source(perhaps an article or coverage by a different channel) for the technology discussed?