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"
  • CalcProgrammer1@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    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.

    • CalcProgrammer1@lemmy.mlM
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months 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.