Questions tagged [usb]
Universal Serial Bus (USB) establishes a connection between devices and a host computer.
2,143 questions
1 vote
1 answer
30 views
Linux fixing slow usb transfer speed without rebooting
I have a usb 3.0 apricorn usb disk, 1tb size I think, for which this has been done to it under RHEL-8.10 and is only used on servers running RHEL-8.10 : parted /dev/sdb mklabel gpt mkpart primary 0% ...
1 vote
1 answer
63 views
Disable wakeup on plugging in USB-C power
On my Lenovo Thinkpad T14s with AMD CPU, when the machine is suspended, plugging the USB-C power cable in or out causes the machine to wake up. I want to disable that. Some information I think is ...
0 votes
0 answers
63 views
Read device name in sys with udevadm info
If I print the USB property of a device I own with the following command, I get the following output $ udevadm info --no-pager /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3 P: /devices/...
1 vote
1 answer
74 views
Direct Input USB Driver for Linux?
I am trying to read a DirectInput Device under Linux. lsusb: Bus 003 Device 006: ID 046d:c219 Logitech, Inc. F710 Gamepad [DirectInput Mode] sudo dmesg: [13919.233231] usb 3-2.2: new full-speed USB ...
2 votes
1 answer
644 views
Linux auto-mounting USB with UDev
My task is to have a custom mount point and for the mount itself to happen automatically. that is, the device is connected, a folder with its name is created in some place (/mnt/usb/{name}) and the ...
8 votes
2 answers
962 views
No media found on a USB flash drive - chances of reviving?
Context I was in class at my university, and there I needed to fetch some files from my 64GB USB drive to a local computer. When I plugged USB in... nothing happened, the computer did not recognize ...
2 votes
1 answer
118 views
USB Smart Card Reader Hotplug Not Working in Docker Container
I run ubuntu based docker image in linux server and I want to attach usb smart card reader to the docker container. At the initial start my usb reader is picked from the container and do desired job. ...
12 votes
1 answer
1k views
How to force drives to be on a predictable device name
I have a computer, running Debian 12, that is equipped with 2 RDX (from dead Tandberg / Overland company) cartridge drives. One is an internal SATA, and one is an external USB. They are cartridge ...