Skip to content
Discussion options

You must be logged in to vote

From readme:

Raspberry Pi 5 has two USB2 ports and two USB3 ports (total 4). These ports are connected to 4 distinct USB hubs 1,2,3,4 in really weird configuration (but depending on OS and HW revision hubs of interest can be 2,3,4,5).

Because of that:

To turn off VBUS power it has to be disabled across all onboard hubs and ports with:
uhubctl -l 2 -a 0
uhubctl -l 4 -a 0

Note that I recommend to turn off locations 2 and 4 (1 and 3 would work unless you have 1 port USB hub detected at location 1).

Basically, make sure that you turn off all ports on all USB2/3 4 ports hubs you can see. This should completely remove VBUS from any device connected to RPi5 USB ports.
As soon as you enable p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mvp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants