-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hieu Tran Dang <dangtranhieu2012@gmail.com>
- Loading branch information
1 parent
deaaea5
commit a2cf488
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a2cf488
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, do you know how to make this work on High Sierra?
It seems that
sudo kextunload -b com.apple.driver.usb.IOUSBHostHIDDevice
does not work.a2cf488
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, took me a while to realize there is a comment here so a bit late response. Anyway, the idea is to stop whatever is claiming your device to let imx_usb_loader has a chance to use it. On my board, it was com.apple.driver.usb.IOUSBHostHIDDevice but if that doesn't work for you, it's likely some other module is claiming and so you have to unload that one instead, check dmesg to see which one.