I ran into an issue where OpenTartarus showed "No device" even though openrazer-daemon was running and correctly detecting my device.
System:
CachyOS (Arch-based)
Razer Tartarus Pro
OpenRazer daemon 3.12.2
The daemon output showed:
Found device.0: 0003:1532:0244.0006
Initialising device.0 RazerTartarusPro
Serving DBus
I had already:
started openrazer-daemon
confirmed my user was in the input group
restarted OpenTartarus
The issue was that the Python OpenRazer module was not installed:
ModuleNotFoundError: No module named 'openrazer'
Installing the Arch package:
python-openrazer
fixed the issue and OpenTartarus detected the device.
It may be worth mentioning python-openrazer as a dependency or adding a troubleshooting step for missing Python bindings.
I ran into an issue where OpenTartarus showed "No device" even though openrazer-daemon was running and correctly detecting my device.
System:
The daemon output showed:
Found device.0: 0003:1532:0244.0006
Initialising device.0 RazerTartarusPro
Serving DBus
I had already:
The issue was that the Python OpenRazer module was not installed:
ModuleNotFoundError: No module named 'openrazer'
Installing the Arch package:
python-openrazer
fixed the issue and OpenTartarus detected the device.
It may be worth mentioning python-openrazer as a dependency or adding a troubleshooting step for missing Python bindings.