Skip to content
Advertisement

USBError: [Errno 13] Access denied (insufficient permissions)

This problem is old as the world. There are discussions and solutions available. It all boils down to update the rules file and give permissions. So I have followed the recipe. But I still have the same problem. here are screenshots showing I follow instructions.

Versions:

JavaScript

Error:

JavaScript

Rules. file (location /etc/udev/rules.d/99-usbftdi.rules)

JavaScript

and strip down code:

JavaScript

However, it doesn’t give me necessary permissions. My stripped down code that still produces the error:

JavaScript

The strange thing that if I start IDLE from the terminal as superuser I get permissions (terminal: sudo idle).

Advertisement

Answer

Your rules look a little bit odd. Can you remove all of them and try this instead?

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement