Not detecting Corsair Lighting Node on Linux Manjaro
I am unable to get Corsair Lighting Node to be detected on OpenRGB.
I am guessing it is a silly mistake. But I cant seem to work it out.
Diags:
[dave@dave-linux ~]$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 1b1c:1b12 Corsair Corsair M65 RGB Gaming Mouse
Bus 003 Device 003: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 002: ID 1b1c:1b11 Corsair K95 RGB Mechanical Gaming Keyboard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 2109:0813 VIA Labs, Inc. VL813 Hub
Bus 002 Device 002: ID 2109:0813 VIA Labs, Inc. VL813 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 1b1c:0c0c Corsair Lighting Node Loader
Bus 001 Device 003: ID 074d:a504 Micronas GmbH QSB
Bus 001 Device 006: ID 054c:09cc Sony Corp. DualShock 4 [CUH-ZCT2x]
Bus 001 Device 004: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 002: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[dave@dave-linux ~]$ sudo bash
[sudo] password for dave:
[dave-linux dave]# openrgb -l
Attempting to connect to local OpenRGB server.
Connection attempt failed
Local OpenRGB server unavailable.
Running standalone.
0: ASRock B450M Steel Legend
Type: Motherboard
Description: ASRock Polychrome v2 Device
Version: 3.0
Location: I2C: /dev/i2c-2, address 0x6A
Modes: [Off] Static Breathing Strobe 'Spectrum Cycle' Random Wave Spring Stack Cram Scan Neon Water Rainbow
Zones: 'RGB LED 1 Header' 'RGB LED 2 Header' PCH 'IO Cover' 'Addressable Header'
LEDs: 'RGB LED 1 Header 1' 'RGB LED 2 Header 1' 'PCH 1' 'PCH 2' 'PCH 3' 'PCH 4' 'PCH 5' 'PCH 6' 'PCH 7' 'PCH 8' 'IO Cover 1' 'IO Cover 2' 'IO Cover 3' 'IO Cover 4' 'IO Cover 5' 'IO Cover 6' 'IO Cover 7' 'IO Cover 8' 'IO Cover 9' 'IO Cover 10' 'Addressable Header 1'
1: Sony DualShock 4
Type: Gamepad
Description: Sony DualShock 4 Device
Location: HID: /dev/hidraw0
Modes: [Direct]
Zones: 'Controller Zone'
LEDs: 'Controller LED'
[dave-linux dave]#
The Polychrome v2 works great.
[dave-linux dave]# ls /etc/udev/rules.d/
60-openrgb.rules 85-corsair.rules
The 85-corsair.rules is my test rules to make sure it was in there.
[dave-linux dave]# cat /etc/udev/rules.d/85-corsair.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="1b1c", ATTR{idProduct}=="0c0b", MODE="0666"
The 60-openrgb.rules is the standard one here.
Can anyone point me in the right direction?
Dave
