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.