Heero
UBUniversal Blue
•Created by Heero on 5/8/2024 in #🛟bazzite-help
OpenRazer wrong config
so multiple issues with the openrazer stuff: Starting daemon.
2024-05-08 19:49:47 | razer | CRITICAL | User is not a member of the plugdev group
2024-05-08 19:49:47 | razer | CRITICAL | Please run the command 'sudo gpasswd -a $USER plugdev' and then reboot!
Stopping daemon.
Exception ignored in atexit callback: <bound method Daemonize.exit of <daemonize.Daemonize object at 0x7f8b4b6baba0>>
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/daemonize.py", line 72, in exit
sys.exit(0)
SystemExit: 0
So, this acutally worked: sudo gpasswd -a $USER plugdev
but its a bit hidden and should be done automatically by the install script. Also: The Deamon is not starting automatically
1 replies