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

can't run it #70

Open
xevilstar opened this issue Jun 3, 2022 · 3 comments
Open

can't run it #70

xevilstar opened this issue Jun 3, 2022 · 3 comments

Comments

@xevilstar
Copy link

aucc
Traceback (most recent call last):
File "/usr/local/bin/aucc", line 33, in
sys.exit(load_entry_point('avell-unofficial-control-center==1.0.4', 'console_scripts', 'aucc')())
File "/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/main.py", line 165, in main
File "/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/main.py", line 104, in init
File "/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py", line 50, in init
File "/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py", line 16, in init
File "/usr/local/lib/python3.10/dist-packages/avell_unofficial_control_center-1.0.4-py3.10.egg/aucc/core/handler.py", line 27, in _get_device
AttributeError: 'NoneType' object has no attribute 'is_kernel_driver_active'

@leonardoprimieri
Copy link

here too, any updates?

@astiak
Copy link
Contributor

astiak commented Apr 3, 2023

Hi,

When running sudo hwinfo --short do you see the below for keyboard?

keyboard:
                       Integrated Technology Express ITE Device(8291)
  /dev/input/event0    AT Translated Set 2 keyboard

If so, could you give this a try: https://github.com/astiak/avell-unofficial-control-center/tree/detect-keyboard

@xevilstar
Copy link
Author

I gave it a try .....
which module should I load ?

hwinfo --short|grep ITE
Integrated Technology Express ITE Device(8291)
Integrated Technology Express ITE Device(8291)

aucc -c green -b 4
Traceback (most recent call last):
File "/usr/local/bin/aucc", line 33, in
sys.exit(load_entry_point('avell-unofficial-control-center==1.0.4', 'console_scripts', 'aucc')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/avell_unofficial_control_center-1.0.4-py3.11.egg/aucc/main.py", line 165, in main
File "/usr/local/lib/python3.11/dist-packages/avell_unofficial_control_center-1.0.4-py3.11.egg/aucc/main.py", line 104, in init
File "/usr/local/lib/python3.11/dist-packages/avell_unofficial_control_center-1.0.4-py3.11.egg/aucc/core/handler.py", line 50, in init
File "/usr/local/lib/python3.11/dist-packages/avell_unofficial_control_center-1.0.4-py3.11.egg/aucc/core/handler.py", line 16, in init
File "/usr/local/lib/python3.11/dist-packages/avell_unofficial_control_center-1.0.4-py3.11.egg/aucc/core/handler.py", line 27, in _get_device
AttributeError: 'NoneType' object has no attribute 'is_kernel_driver_active'

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

3 participants