this post was submitted on 16 Jan 2024
11 points (86.7% liked)

Linux

55664 readers
667 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

When I run open RGB my Mouse shows up but not my keyboard and I’m not familiar with how to read hexadecimal so using Wireshark does not help me to add a new keyboard to open RGB

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

Read this. You might need to change the code the program searches for

[–] [email protected] 1 points 1 year ago (1 children)

im not sure how to change the code that this is talking about

[–] [email protected] 1 points 1 year ago
  1. Download the code
  2. open Controllers/CorsairPeripheralController/CorsairPeripheralControllerDetect.cpp and change
    line 80: 0x1B7C -> 0x1B7D
  3. compile
  4. make install
[–] [email protected] 4 points 1 year ago (1 children)

You could give this a try instead. It’s a reverse engineered iCue driver which probably supports your keyboard and any other Corsair peripherals you may have.

[–] [email protected] 2 points 1 year ago (1 children)

i tried ckb next and it didnt recognize my keyboard either

[–] [email protected] 2 points 1 year ago

Well, that’s unfortunate. I have all razer peripherals that work great with openrazer for a back end and polychromatic for a gui front end. I don’t have any corsair devices anymore so I can be much help. Good luck.

[–] [email protected] 2 points 1 year ago

Thank you will definitely try these