RPI4 hubs #375
-
Hi, thank you for this great tool! When running
I found it a bit surprising that it would disable all hubs, not just hub located at I know it says Raspberry Pi turns power off on all ports, not just the one I specified but should this be all ports on all hubs ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hubs 1-1 and 2 are physically the same hub, this is how USB3 duality works. |
Beta Was this translation helpful? Give feedback.
Hubs 1-1 and 2 are physically the same hub, this is how USB3 duality works.
Each USB3 device is presenting itself as 2 seemingly independent devices (1-1 is USB2, and 2 is USB3). uhubctl knows about this and when you ask it to turn power off, it would automatically power off on both virtual hubs. Without this, power off would not work.
You can use option -e to disable this behavior.