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
Seems like a great software... but doesn't work for me :(
Short version:
After running linux-thermaltake-rgb (with default config) it outputs:
initializing thermaltake rgb daemon
initializing FullLightingEffect light controller
Traceback (most recent call last):
File "./linux-thermaltake-rgb", line 11, in
load_entry_point('linux-thermaltake-rgb==0.2.0.post1555641151', 'console_scripts', 'linux-thermaltake-rgb')()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/daemon/main.py", line 32, in main
daemon = ThermaltakeDaemon()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/daemon/daemon.py", line 51, in init
self.controllers[controller['unit']] = ThermaltakeController.factory(controller['type'], controller.get('unit'))
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 40, in factory
return subclass_dict.get(unit_type.lower())(unit=unit_identifier)
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 61, in init
super().init()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 30, in init
self.init()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 67, in init
self.driver = drivers.ThermaltakeG3ControllerDriver(self.unit)
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/drivers.py", line 34, in init
self._initialize_device()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/drivers.py", line 43, in _initialize_device
self.device.reset()
AttributeError: 'NoneType' object has no attribute 'reset'
Long version:
Have up-to-date Kubuntu 18.10.
Bought Riing 20 Plus and the controller, installed it, hardware works in default config (RGB and probably full fan speed).
Installed linux_thermaltake_riing according to README.
Tried to run it directly, it writes the traceback as above. That might be the main issue, although I'm not sure if it is supposed to work if run directly.
Questions
What should I do to make it work?
When run as a service, does it have some log, where I can see if it connects correctly?
If I change something in the config, does it change immediatelly or do I need to restart the service?
The text was updated successfully, but these errors were encountered:
Seems like a great software... but doesn't work for me :(
Short version:
After running linux-thermaltake-rgb (with default config) it outputs:
initializing thermaltake rgb daemon
initializing FullLightingEffect light controller
Traceback (most recent call last):
File "./linux-thermaltake-rgb", line 11, in
load_entry_point('linux-thermaltake-rgb==0.2.0.post1555641151', 'console_scripts', 'linux-thermaltake-rgb')()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/daemon/main.py", line 32, in main
daemon = ThermaltakeDaemon()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/daemon/daemon.py", line 51, in init
self.controllers[controller['unit']] = ThermaltakeController.factory(controller['type'], controller.get('unit'))
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 40, in factory
return subclass_dict.get(unit_type.lower())(unit=unit_identifier)
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 61, in init
super().init()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 30, in init
self.init()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/controllers.py", line 67, in init
self.driver = drivers.ThermaltakeG3ControllerDriver(self.unit)
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/drivers.py", line 34, in init
self._initialize_device()
File "/usr/local/lib/python3.6/dist-packages/linux_thermaltake_rgb/drivers.py", line 43, in _initialize_device
self.device.reset()
AttributeError: 'NoneType' object has no attribute 'reset'
Long version:
Questions
The text was updated successfully, but these errors were encountered: