-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MacOS] Error Platform does not support kernel detachment #211
Comments
The issue is not with detaching the kernel driver (that's indeed expected on MacOS), but with a failure to claim the interface. Maybe there's something useful in the LIBUSB debug output?
I should have used Lines 105 to 109 in 110977d
For reference
|
FYI: Installed is a
|
This is the relevant line:
Does any specific software come to mind as the possible culprit? |
Hi. Thank you for the quick response. I found a thread at stackoverflow about the same issue: https://stackoverflow.com/questions/20253350/unable-to-claim-usb-interface-with-c-libusb-on-mac-os-x Unfortunetally, the kext that was mentioned there, is not present in catalina anymore. |
I looked over the logs again and noticed that the issue is with the I'm not the maintainer here, but IIRC these Can you check whether the Commander Mini is indeed a HID, and also whether there is kext installed (is this the right lingo on macOS?) for it? |
I will try to do some tests when I have access to the system again. |
have the same problem: |
I think I have the same issue here.. |
Describe the bug
After the upgrade to macOS Catalina (10.15.2), I am not able to run the Program anymore.
It could also be an error with libusb.
To Reproduce
Steps to reproduce the behavior:
sudo ./OpenCorsairLink.elf --dump
sudo ./OpenCorsairLink.elf --device 0
Expected behavior
See a listing of the device information.
Desktop (please complete the following information):
OS: Catalina 10.15.2
libusb: 1.0.23
libusb-compat: 0.1.5_1
The text was updated successfully, but these errors were encountered: