this post was submitted on 20 Jul 2024
18 points (95.0% liked)
KDE
5267 readers
118 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My guess is that laptop 1 is connected to the HD through USB2 not USB3. Or u r using USB hub
I'm not using a USB hub. How can I confirm that the usb port is indeed a 3.0 one? Is the color blue of the port enough?
It's hard to be completely sure with USB. I think if you can identify the controller, you should be reasonably sure it's actually USB 3 (but then you've got the various flavours of USB 3).
You can browse the output of
lspci
which should tell you the capabilities of your controllers. In theory.Am easy option is to check the output of
lsusb
and check which bus the storage device shows up on. Device 1 on each bus is the controller which will show as usb1/2/3, with every other device on that bus running at that speed.USB 3.0 has additional contacts.