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

AttributeError: 'NoneType' object has no attribute 'is_kernel_driver_active' #44

Open
caioaamaral opened this issue May 7, 2020 · 2 comments

Comments

@caioaamaral
Copy link

Tried at avell G1544 FOX, any aucc command gives me the following error (also it keeps asking for sudo)

aucc -c green -b 4
Traceback (most recent call last):
  File "/usr/local/bin/aucc", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.5/dist-packages/aucc/main.py", line 86, in main
    control = ControlCenter(vendor_id=0x048d, product_id=0xce00)
  File "/usr/local/lib/python3.5/dist-packages/aucc/main.py", line 37, in __init__
    super(ControlCenter, self).__init__(vendor_id, product_id)
  File "/usr/local/lib/python3.5/dist-packages/aucc/core/handler.py", line 50, in __init__
    super(DeviceHandler, self).__init__(vendor_id, product_id)
  File "/usr/local/lib/python3.5/dist-packages/aucc/core/handler.py", line 16, in __init__
    self._device = self._get_device(vendor_id, product_id)
  File "/usr/local/lib/python3.5/dist-packages/aucc/core/handler.py", line 27, in _get_device
    if device.is_kernel_driver_active(1):
AttributeError: 'NoneType' object has no attribute 'is_kernel_driver_active'
@caioaamaral
Copy link
Author

My bad, seems like hwinfo does not show Integrated Technology Express ITE Device(8291) in keyboard section. So G1544 FOX devices are not compatible, you may close this issue tks

@thotty
Copy link

thotty commented Feb 7, 2021

see #48 :)

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

2 participants