Skip to content
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

[Errno 13] Insufficient permissions on macOS #50

Open
AlexDanDuna opened this issue Oct 8, 2020 · 0 comments
Open

[Errno 13] Insufficient permissions on macOS #50

AlexDanDuna opened this issue Oct 8, 2020 · 0 comments

Comments

@AlexDanDuna
Copy link

AlexDanDuna commented Oct 8, 2020

I am running macos on a Hackintosh Overpowered 17+ laptop having the rev0.03 ITE 8291, but I get this error when trying to run, say, sudo aucc -d:

sh-3.2# sudo aucc -d
Traceback (most recent call last):
File "/usr/local/bin/aucc", line 33, in
sys.exit(load_entry_point('avell-unofficial-control-center==1.0.3', 'console_scripts', 'aucc')())
File "/usr/local/lib/python3.8/site-packages/avell_unofficial_control_center-1.0.3-py3.8.egg/aucc/main.py", line 190, in main
File "/usr/local/lib/python3.8/site-packages/avell_unofficial_control_center-1.0.3-py3.8.egg/aucc/main.py", line 108, in disable_keyboard
File "/usr/local/lib/python3.8/site-packages/avell_unofficial_control_center-1.0.3-py3.8.egg/aucc/core/handler.py", line 57, in ctrl_write
File "/usr/local/lib/python3.8/site-packages/usb/core.py", line 1068, in ctrl_transfer
self._ctx.managed_claim_interface(self, interface_number)
File "/usr/local/lib/python3.8/site-packages/usb/core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/usb/core.py", line 178, in managed_claim_interface
self.backend.claim_interface(self.handle, i)
File "/usr/local/lib/python3.8/site-packages/usb/backend/libusb1.py", line 829, in claim_interface
_check(self.lib.libusb_claim_interface(dev_handle.handle, intf))
File "/usr/local/lib/python3.8/site-packages/usb/backend/libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 13] Access denied (insufficient permissions)

Shouldldn't the Elevate thingy solve this issue? I do not know why it doesn't work :(.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant