pyftdi icon indicating copy to clipboard operation
pyftdi copied to clipboard

Added some more info on fixing the access denied issue for MacOS

Open trailfog opened this issue 6 years ago • 3 comments

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).

trailfog avatar Jun 11 '19 06:06 trailfog

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?

eblot avatar Jun 11 '19 08:06 eblot

FTDI helper.

sorry, so after installing the helper it worked?

LGKev avatar Jul 25 '19 16:07 LGKev

FTDI helper. ...

@LGKev in my case installing the D2xxHelper fixed the problem.

None of the commands unloading the kext helped me.

Sent with GitHawk

trailfog avatar Jul 25 '19 21:07 trailfog