avell-unofficial-control-center icon indicating copy to clipboard operation
avell-unofficial-control-center copied to clipboard

Avell A70 unsupported?

Open AxeLanderMoreira opened this issue 2 years ago • 3 comments

sudo hwinfo --short lists my device as:

keyboard: /dev/input/event3 AT Translated Set 2 keyboard

When I run aucc -d, I get an error:

Traceback (most recent call last): File "/usr/local/bin/aucc", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/dist-packages/aucc/main.py", line 86, in main control = ControlCenter(vendor_id=0x048d, product_id=0xce00) File "/usr/local/lib/python3.8/dist-packages/aucc/main.py", line 37, in init super(ControlCenter, self).init(vendor_id, product_id) File "/usr/local/lib/python3.8/dist-packages/aucc/core/handler.py", line 50, in init super(DeviceHandler, self).init(vendor_id, product_id) File "/usr/local/lib/python3.8/dist-packages/aucc/core/handler.py", line 16, in init self._device = self._get_device(vendor_id, product_id) File "/usr/local/lib/python3.8/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'

AxeLanderMoreira avatar Oct 04 '22 19:10 AxeLanderMoreira

Did you find a solution?

jariojose avatar Jan 25 '23 17:01 jariojose

Hi @jariojose . Unfortunately not.

At least the Fn+F6 combination works for me, and I can dim down and turn off the lights. But no way to make the control-center actually work.

AxeLanderMoreira avatar Jan 28 '23 12:01 AxeLanderMoreira

Also an A70 user, and it is also not working here with the same error @AxeLanderMoreira mentioned.

madebyluque avatar Sep 14 '23 16:09 madebyluque