Can't enable the openrazer daemon? here how to fix it

  1. First of all, uninstall the openrazer (with the "rpm-ostree uninstall openrazer-meta" command) and whatever program you wanted to use (whether if it was razergenie or polychromatic) then, you will be ask to reboot your system, after that...
  2. Re-install it with the rpm-ostree installation (rpm-ostree install openrazer-meta), reboot again, and then, to make the daemon work, you have to create the 'plugdev' group by using "sudo groupadd plugdev". Just after that, add your user to that group with the "sudo usermod -aG plugdev $USER" command.
  3. Just after the 2nd step, you will able to enable the daemon with "systemctl enable --user openrazer-daemon" and at the end you gotta use the "systemctl start --user openrazer-daemon" and you're ready to use the program you wanted to at the first place :3
Was this page helpful?