Replies: 2 comments 6 replies
-
Which version of uhubctl and libusb you have? You should have uhubctl 2.4.0 and libusb 1.0.26. |
Beta Was this translation helpful? Give feedback.
-
Perhaps you could try debugging it under gdb? Since you are running on MacOS 10.x,
This will not work on MacOS 11.x+ out of the box - you have to codesign gdb, which is quite painful. However, you can always sprinkle |
Beta Was this translation helpful? Give feedback.
-
Installed libusb and uhubctl with Homebrew as instructed. The command "uhubctl" nor "uhubctl -f" does not show any hub info; not even a message such as "No compatible smart hubs detected!". The command just stuck and I have to terminate the command by ctrl-c key. Tried on two different mac (OS 10.13 and 10.14) and both act the same. The only thing that is working is the command with -h (help) and -v (version) options. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions