Added some more info on fixing the access denied issue for MacOS#130
Open
trailfog wants to merge 1 commit into
Open
Added some more info on fixing the access denied issue for MacOS#130trailfog wants to merge 1 commit into
trailfog wants to merge 1 commit into
Conversation
Owner
|
I never encountered this kind of issue on macOS (whatever the release). Unloading the kernel extension is not necessary on macOS 10.13, as it was on the previous versions. This point should be documented indeed. The very goal of PyFtdi is to avoid using D2XX - or anything from FTDI, so I'm kind of surprised it would now be required to install it :-) Maybe the issue you have encountered is due to a previous installation of a FTDI-issued library/kernel ext? |
sorry, so after installing the helper it worked? |
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I could not get the kextunload to work on macOS 10.14. The error "Error: Access denied (insufficient permissions)" still appeared.
After a lot of searching, I could manage to solve the problem by installing the FTDI helper. I think this would be a nice addition to the documentation, as others are facing the same issue (#114 -> I've also upgraded my Mac from previous macOS versions).