From c9edaf3da8dce5fc482e7640348e52835c616a55 Mon Sep 17 00:00:00 2001 From: Vadim Mikhailov Date: Thu, 18 Sep 2025 10:03:05 -0700 Subject: [PATCH] Add a note how to make uhubctl work on MacOS 26 Tahoe Closes #623. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3014b69..da56a70 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ For Linux and MacOS uhubctl is available in standard package managers and can be installed with following commands: * MacOS: `brew install uhubctl` or `sudo port install uhubctl` + - :warning: MacOS 26+ requires [fix](https://github.com/libusb/libusb/pull/1700). + Until libusb version 1.0.30 with this fix is released, install libusb from master: + + brew uninstall libusb --ignore-dependencies + brew install libusb --head * Ubuntu/Debian/Raspbian: `sudo apt install uhubctl` * Redhat/EPEL/Fedora/CentOS: `sudo yum install uhubctl` * OpenSUSE: `sudo zypper install uhubctl`