F5F Stay Refreshed Software Operating Systems Corsair Void Elite Wireless RGB LED controller for Linux

Corsair Void Elite Wireless RGB LED controller for Linux

Corsair Void Elite Wireless RGB LED controller for Linux

M
mjminer469
Member
159
12-30-2024, 05:36 PM
#1
Hi everyone! I've been using my Corsair Void Elite RGB wireless headset for a while, but after switching to Linux two years ago, I couldn't find a way to adjust the RGB lights. I can manage all my other RGB devices with openRGB and CKB-NEXT without any problems, but it seems like nothing works for this headset. It feels strange, maybe I missed something. I even asked ChatGPT for help, and it gave me a script that seemed real, but I still have to use the built-in controls to turn off the LEDs. It's frustrating!
M
mjminer469
12-30-2024, 05:36 PM #1

Hi everyone! I've been using my Corsair Void Elite RGB wireless headset for a while, but after switching to Linux two years ago, I couldn't find a way to adjust the RGB lights. I can manage all my other RGB devices with openRGB and CKB-NEXT without any problems, but it seems like nothing works for this headset. It feels strange, maybe I missed something. I even asked ChatGPT for help, and it gave me a script that seemed real, but I still have to use the built-in controls to turn off the LEDs. It's frustrating!

M
Marc9225
Member
204
12-30-2024, 06:38 PM
#2
Besides testing the program in a controlled environment and praying for success, there are other options you can try.
M
Marc9225
12-30-2024, 06:38 PM #2

Besides testing the program in a controlled environment and praying for success, there are other options you can try.

I
ImAlexMM
Member
60
12-31-2024, 03:32 AM
#3
Unfortunately, a long-standing bug has been open on the OpenRGB GitLab repository for about four years regarding this issue. If you're familiar with development, you might be able to help resolve it. You can find more details here: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/894. It seems the problem is manageable if you can compile the code locally. This example involves a C++ file managing an AIO, with the source at https://gitlab.com/CalcProgrammer1/OpenR...roller.cpp and its header at https://gitlab.com/CalcProgrammer1/OpenR...ntroller.h. Some testing and trial would likely lead to a solution.
I
ImAlexMM
12-31-2024, 03:32 AM #3

Unfortunately, a long-standing bug has been open on the OpenRGB GitLab repository for about four years regarding this issue. If you're familiar with development, you might be able to help resolve it. You can find more details here: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/894. It seems the problem is manageable if you can compile the code locally. This example involves a C++ file managing an AIO, with the source at https://gitlab.com/CalcProgrammer1/OpenR...roller.cpp and its header at https://gitlab.com/CalcProgrammer1/OpenR...ntroller.h. Some testing and trial would likely lead to a solution.