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
Ive bought a Tongfang notebook (Polaris, gk5np50), and installed pop os on it.
When I try to run the script, it returns to me:
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'
I don't know if my keyboards are suported, hwinfo:
keyboard:
/dev/input/event18 SINO WEALTH USB KEYBOARD
/dev/input/event4 AT Translated Set 2 keyboard
OS: Pop!_OS 20.04 LTS x86_64Host: POLARIS Standard Kernel: 5.8.0-7630-generic CPU: AMD Ryzen 5 4600H GPU: NVIDIA Corporation / GeForce GTX 1650RAM: 16GB - The brand is the brazilian Navegamer, from Daten.
The text was updated successfully, but these errors were encountered:
Ive bought a Tongfang notebook (Polaris, gk5np50), and installed pop os on it.
When I try to run the script, it returns to me:
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'
I don't know if my keyboards are suported, hwinfo:
keyboard:
/dev/input/event18 SINO WEALTH USB KEYBOARD
/dev/input/event4 AT Translated Set 2 keyboard
OS: Pop!_OS 20.04 LTS x86_64Host: POLARIS Standard Kernel: 5.8.0-7630-generic CPU: AMD Ryzen 5 4600H GPU: NVIDIA Corporation / GeForce GTX 1650RAM: 16GB - The brand is the brazilian Navegamer, from Daten.
The text was updated successfully, but these errors were encountered: