You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(.
The text was updated successfully, but these errors were encountered:
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 :(.
The text was updated successfully, but these errors were encountered: