-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported Generic LED Function with Lighting Node PRO + Suuport for it? #225
Comments
LED protocol for the Lighting Node Pro (and the Commander Pro) isn't fully mapped yet. |
I was going to ask a similar question, I guess... The error message is a bit different. I can see that it's recognizing the fans that are attached to the CoPro and the RPM of it unlike the creator of this topic.
Also I guess I screwed up the installation, kinda hard for me. |
Di you manage to get anywhere with this @audiohacked ? Running elementaryOS 5.1 am in the testing branch but the LED side of the commander pro doesnt seem to be getting recognised sudo ./OpenCorsairLink.elf --dev=0 --led channel=2,mode=0,colors=00FF00 Vendor: Corsair |
I can confirm the observation of @kalinda99 and @BeardedDevCo. I have the Lightning Node Pro connected to my Commander Pro and the output is the same. Since development is moving to liquidctl it is likely that we will get the feature there. |
I don't know if this counts as a bug or not since the hardware I'm using isn't on the supported list but OpenCorsairLink does detect my Lighting Node Pro, maybe because it's similar to the Commander Pro? The only difference between them, as far as I know, is that the Lighting can't control fan RPM, it's just for the pretty RGB.
Anyway, I'd love to see support added for the Lighting Node Pro if there is none. I'd be happy to do testing or get whatever info would be needed for it.
Describe the bug
When I execute the command sudo OpenCorsairLink --dev=1 --led channel=2,mode=4,colors=00FF00, I get Unsupported Generic LED Function at the end. Here's the full output:
`Dev=0, CorsairLink Device Found: H100i Pro!
Dev=1, CorsairLink Device Found: Lighting Node PRO!
Vendor: Corsair
Product: Lighting Node PRO
Firmware: V0.0.0
Temperature 0: 0.00 C
Temperature 1: 0.00 C
Temperature 2: 0.00 C
Temperature 3: 0.00 C
Output 12v: 0.00 V
Output 5v: 0.00 V
Output 3.3v: 0.00 V
Fan 0: Mode: Auto/Disconnected
PWM: 0%
RPM: 0
Fan 1: Mode: Unknown
PWM: 0%
RPM: 0
Fan 2: Mode: Unknown
PWM: 0%
RPM: 0
Fan 3: Mode: Unknown
PWM: 0%
RPM: 0
Fan 4: Mode: Unknown
PWM: 0%
RPM: 0
Fan 5: Mode: Unknown
PWM: 0%
RPM: 0
Unsupported Generic LED Function`
It detects all six of my fans, though it doesn't talk to them, or maybe it's just detecting that the device supports six fans.
Expected behavior
To control my lights just like I can with my H100i. Maybe I'm doing it wrong? I tried several different modes and combos and I just get that error.
Desktop:
The text was updated successfully, but these errors were encountered: