Add a note how to make uhubctl work on MacOS 26 Tahoe

Closes #623.
This commit is contained in:
Vadim Mikhailov
2025-09-18 10:03:05 -07:00
parent 9a6e6d3a6d
commit c9edaf3da8

View File

@@ -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`