this post was submitted on 06 Sep 2023
2 points (100.0% liked)

OpenRGB

510 readers
1 users here now

The official Lemmy community for the OpenRGB project.

Official website: https://openrgb.org/

GitLab: https://gitlab.com/CalcProgrammer1/OpenRGB

founded 4 years ago
MODERATORS
 

lsusb: 1e71:2012 NZXT NZXT RGB Controller

openrgb detected this with sudo, but not as user.

It works after adding below rule to udev (cloned from another entry).

SUBSYSTEMS=="usb|hidraw", ATTRS{idVendor}=="1e71", ATTRS{idProduct}=="2012", TAG+="uaccess", TAG+="NZXT_RGB__Fan_Controller"
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 2 years ago (1 children)

Strange, this is a USB HID device so I would expect it to get a udev rule autogenerated. Let me take a look at the code and see if there's anything strange.

[โ€“] [email protected] 1 points 2 years ago

I don't see anything unusual at first glance, that detector is registered like all the others. I'll need to dig deeper and make sure there isn't some bigger issue with udev generation.