<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://thebestlinux.com/index.php?action=history&amp;feed=atom&amp;title=Uhubctl</id>
	<title>Uhubctl - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://thebestlinux.com/index.php?action=history&amp;feed=atom&amp;title=Uhubctl"/>
	<link rel="alternate" type="text/html" href="https://thebestlinux.com/index.php?title=Uhubctl&amp;action=history"/>
	<updated>2026-05-01T20:22:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://thebestlinux.com/index.php?title=Uhubctl&amp;diff=1081&amp;oldid=prev</id>
		<title>Jamie: Created page with &quot;== uhubctl ==  One of the most useful tools for managing not only USB devices, but USB hubs as well, is uhubctl, which is not installed on most Linux distributions by default,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://thebestlinux.com/index.php?title=Uhubctl&amp;diff=1081&amp;oldid=prev"/>
		<updated>2021-08-03T23:06:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== uhubctl ==  One of the most useful tools for managing not only USB devices, but USB hubs as well, is uhubctl, which is not installed on most Linux distributions by default,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== uhubctl ==&lt;br /&gt;
&lt;br /&gt;
One of the most useful tools for managing not only USB devices, but USB hubs as well, is uhubctl, which is not installed on most Linux distributions by default, but is simple enough to install from the command line, or from any Linux package management tool.&lt;br /&gt;
&lt;br /&gt;
Here is how I just installed it on one of my servers running Fedora Linux 32 Server from the command line in a couple of minutes:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
[root@server.dawgland.com:/proc]# dnf install uhubctl&lt;br /&gt;
Last metadata expiration check: 2:22:26 ago on Tue 03 Aug 2021 01:28:36 PM PDT.&lt;br /&gt;
Dependencies resolved.&lt;br /&gt;
================================================================================&lt;br /&gt;
 Package          Architecture    Version                Repository        Size&lt;br /&gt;
================================================================================&lt;br /&gt;
Installing:&lt;br /&gt;
 uhubctl          x86_64          2.2.0-1.fc32           updates           31 k&lt;br /&gt;
&lt;br /&gt;
Transaction Summary&lt;br /&gt;
================================================================================&lt;br /&gt;
Install  1 Package&lt;br /&gt;
&lt;br /&gt;
Total download size: 31 k&lt;br /&gt;
Installed size: 70 k&lt;br /&gt;
Is this ok [y/N]: y&lt;br /&gt;
Downloading Packages:&lt;br /&gt;
[MIRROR] uhubctl-2.2.0-1.fc32.x86_64.rpm: Curl error (6): Couldn't resolve host name for http://mirror.prgmr.com/pub/fedora/linux/updates/32/Everything/x86_64/Packages/u/uhubctl-2.2.0-1.fc32.x86_64.rpm [Could not resolve host: mirror.prgmr.com]&lt;br /&gt;
[MIRROR] uhubctl-2.2.0-1.fc32.x86_64.rpm: Curl error (6): Couldn't resolve host name for http://mirror.siena.edu/fedora/linux/updates/32/Everything/x86_64/Packages/u/uhubctl-2.2.0-1.fc32.x86_64.rpm [Could not resolve host: mirror.siena.edu]&lt;br /&gt;
uhubctl-2.2.0-1.fc32.x86_64.rpm                 1.8 kB/s |  31 kB     00:16    &lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
Total                                           1.7 kB/s |  31 kB     00:17     &lt;br /&gt;
Running transaction check&lt;br /&gt;
Transaction check succeeded.&lt;br /&gt;
Running transaction test&lt;br /&gt;
Transaction test succeeded.&lt;br /&gt;
Running transaction&lt;br /&gt;
  Preparing        :                                                        1/1 &lt;br /&gt;
  Installing       : uhubctl-2.2.0-1.fc32.x86_64                            1/1 &lt;br /&gt;
  Running scriptlet: uhubctl-2.2.0-1.fc32.x86_64                            1/1 &lt;br /&gt;
  Verifying        : uhubctl-2.2.0-1.fc32.x86_64                            1/1 &lt;br /&gt;
&lt;br /&gt;
Installed:&lt;br /&gt;
  uhubctl-2.2.0-1.fc32.x86_64                                                   &lt;br /&gt;
&lt;br /&gt;
Complete!&lt;br /&gt;
[root@server.dawgland.com:/proc]# &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And this confirms uhubctl is installed correctly:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color:blue&amp;quot;&amp;gt;&lt;br /&gt;
[root@server.dawgland.com:/proc]# uhubctl -v&lt;br /&gt;
2.2.0&lt;br /&gt;
[root@server.dawgland.com:/proc]# uhubctl -h&lt;br /&gt;
uhubctl 2.2.0: utility to control USB port power for smart hubs.&lt;br /&gt;
Usage: uhubctl [options]&lt;br /&gt;
Without options, show status for all smart hubs.&lt;br /&gt;
&lt;br /&gt;
Options [defaults in brackets]:&lt;br /&gt;
--action,   -a - action to off/on/cycle (0/1/2) for affected ports.&lt;br /&gt;
--ports,    -p - ports to operate on    [all hub ports].&lt;br /&gt;
--location, -l - limit hub by location  [all smart hubs].&lt;br /&gt;
--level     -L - limit hub by location level (e.g. a-b.c is level 3).&lt;br /&gt;
--vendor,   -n - limit hub by vendor id [any] (partial ok).&lt;br /&gt;
--delay,    -d - delay for cycle action [2 sec].&lt;br /&gt;
--repeat,   -r - repeat power off count [1] (some devices need it to turn off).&lt;br /&gt;
--exact,    -e - exact location (no USB3 duality handling).&lt;br /&gt;
--reset,    -R - reset hub after each power-on action, causing all devices to reassociate.&lt;br /&gt;
--wait,     -w - wait before repeat power off [20 ms].&lt;br /&gt;
--version,  -v - print program version.&lt;br /&gt;
--help,     -h - print this text.&lt;br /&gt;
&lt;br /&gt;
Send bugs and requests to: https://github.com/mvp/uhubctl&lt;br /&gt;
[root@server.dawgland.com:/proc]# &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jamie</name></author>
	</entry>
</feed>