-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
I tried uhubctl against Sugoi USB2-HUB4X (bought on 2025/08/05) because it is listed in the compatible hubs.
However, uhubctl could not find that hub:
$ uhubctl
No compatible smart hubs detected!
Run with -h to get usage info.
There were permission problems while accessing USB.
To fix this, run this tool as root using 'sudo uhubctl',
or add one or more udev rules like below
to file '/etc/udev/rules.d/52-usb.rules':
SUBSYSTEM=="usb", ATTR{idVendor}=="2001", MODE="0666"
then run 'sudo udevadm trigger --attr-match=subsystem=usb'
My PC environment is:
- OS version: Ubuntu 20.04.6
- Kernel version:
5.15.0-139-generic uhubctlversion:2.1.0-1- I also compiled and tried the latest version, but the result is the same
As a result of my investigation, I found an announcement saying Sugoi hub is changed:
https://www.system-talks.co.jp/usb2-hub4x-v4_pr/
This change might damage its USB per-port power switching functionality.
Metadata
Metadata
Assignees
Labels
No labels