Skip to content

Commit c9edaf3

Browse files
committed
Add a note how to make uhubctl work on MacOS 26 Tahoe
Closes mvp#623.
1 parent 9a6e6d3 commit c9edaf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ For Linux and MacOS uhubctl is available in standard package managers
161161
and can be installed with following commands:
162162

163163
* MacOS: `brew install uhubctl` or `sudo port install uhubctl`
164+
- :warning: MacOS 26+ requires [fix](https://github.com/libusb/libusb/pull/1700).
165+
Until libusb version 1.0.30 with this fix is released, install libusb from master:
166+
167+
brew uninstall libusb --ignore-dependencies
168+
brew install libusb --head
164169
* Ubuntu/Debian/Raspbian: `sudo apt install uhubctl`
165170
* Redhat/EPEL/Fedora/CentOS: `sudo yum install uhubctl`
166171
* OpenSUSE: `sudo zypper install uhubctl`

0 commit comments

Comments
 (0)