For the complete documentation index, see llms.txt. This page is also available as Markdown.

Power Cycling USB Ports

The V3's USB 2.0 ports run through an onboard USB hub and can be power cycled from the command line with uhubctl.

List the hubs and ports that support power switching:

sudo uhubctl

Cycle power on a port:

sudo uhubctl -l <hub> -p <port> -a off
sudo uhubctl -l <hub> -p <port> -a on

Last updated