this post was submitted on 20 Sep 2026
34 points (100.0% liked)

Linux

67685 readers
475 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 7 years ago
MODERATORS
 

Hi everyone!

Over the years, I’ve started having big collection of cables or dongles.

Mostly USB-C, USB-A to Micro USB, USB A to C, USB C to A, HDMI..

I was wondering how I could know their specifications as nothing is written on them. Maybe through a Linux program telling me how fast they can transfer data.

I was wondering also if there was a way to know how much power was sent to a device when these cables are used to power one. For instance, I’ve noticed that my Steam Deck battery was draining when playing games with 15TDP and being charged with an iPhone charger.

I don’t know if it’s useful, but here are my computers: Steam Deck running Steam OS, Surface Go 1 running Fedora Silverblue, MacBook Pro 2012 running PopOs.

I don’t want to buy anything to be able to measure how much data or power these cables can send😇

Thanks in advance for your help.

you are viewing a single comment's thread
view the rest of the comments
[–] Veraxis@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

For something like a USB-C to C or USB-C to A, If you have something like an external M.2 SSD with a USB C connector and a fast enough port on your PC, you could see how fast a large file transfers. For USB C to C, most things I think should be USB 3.0 or higher, and you can tell whether some USB As are USB 2.X or USB 3.X by looking down the end and seeing whether it has that smaller fifth pin in the back. The color of the plastic tab in the USB can sometimes be an indicator, albeit an unreliable one as manufacturers are always screwing around with the colors. Blue usually means USB 3.X, black sometimes means USB 2.X, and white sometimes means USB 1.X. Any other color like orange is more likely to mean USB 3 than not, but not necessarily.

For USB A to Micro USB, I am fairly certain those will be USB 2.X. I am not aware of any micro USB device which operated at USB 3.X speeds. The only thing to watch out for are cheap cables with only power and ground populated and no data lines. But the easy way to test that is to just see whether a device is detected and identified at all by your PC through the cable, as that means the data lines are populated.

HDMI, I'm less sure, but if you have a high resolution/refresh rate monitor, you could try connecting it between the PC and the monitor and see what resolution/refresh rate options are listed, or seeing if there are visual artifacts or noise at the highest settings.

Okay thanks, I’ll look at my cables when I’m home.