-
Notifications
You must be signed in to change notification settings - Fork 50
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
Creator Z16 - No compatible keyboard found #45
Comments
Well, one thing you could try is to modify the IDs according to your keyboard: |
Ok thanks for the response, i tried your solutions but still give me the same message. |
If you change the IDs accordingly, at least |
I tried but the same issue : "no compatible keyboard found" with |
The used IDs are incorrect if this message appears. The command |
Just to clarify for @Akouniakov the "msiklm list" returns the vendor/product ID's in decimal value which does not need the 0x hexidecimal. My question is about the "command structures" you mentioned. I don't see any explanation in the README, could you help me understand this? I'm trying to figure out why the keyboard LEDs aren't being adjusted. The only debugging I've done is output the result from hid_send_feature_report(), which results in 0x08 ... which is the number of bytes written to the device? It could likely be this model isn't supported, I have an MSI GE76 which has the SteelSeries info of:
|
The details regarding the command structure, in particular with the different ways how the command is created is explained in the usability section in the Readme. The different command structure is triggered by explicitly setting the intensity, i.e. |
oh. I thought you meant the readme explains something about how it
functions ... okay, yes, I see adding the intensity as a third option.
Do you happen to know of any additional HID libraries which might help make
it work with this hardware?
…-daniel
On Wed, Apr 6, 2022 at 12:36 PM Gibtnix ***@***.***> wrote:
The details regarding the command structure, in particular with the
different ways how the command is created is explained in the usability
section in the Readme. The different command structure is triggered by
explicitly setting the intensity, i.e. sudo msiklm green is different to sudo
msiklm green high. For details please refer to the Readme.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGCULF5N6ZZ7WMZKPAWXKTVDXRUZANCNFSM5RQSI6VA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I think it is not about the correct library but instead the correct command structure. The correct command structures are not documented somewhere. I guess if you build the right command, it will work. |
Well, if "blue high" is a valid 'command structure's, then I understand
that this.
The issue is further along than that.
The hid_send_report() ... Sorry not at the computer,don't recall the full
name ... Returns 8, the number of bytes written to the keyboard.
Yet nothing happens with the LED s.
…On Wed, Apr 6, 2022, 12:52 PM Gibtnix ***@***.***> wrote:
I think it is not about the correct library but instead the correct
command structure. The correct command structures are not documented
somewhere. I guess if you build the right command, it will work.
About the existing two options, there is not really much to explain more.
The details you find in the code.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGCULEDG5QWOH2XLABDUI3VDXTO5ANCNFSM5RQSI6VA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Try |
Not supported. But since the windows code functions, it's about getting
the bits correct, hence my question about other HID libs ... I'll keep
looking into it if I get it to work I'll let you know.
Thanks again.
…On Wed, Apr 6, 2022, 1:18 PM Gibtnix ***@***.***> wrote:
Try sudo msiklm blue and sudo msiklm blue high. If both do not work, your
keyboard is most likely not supported.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGCULAZIK2ZZQP4KGL662LVDXWRVANCNFSM5RQSI6VA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You're welcome |
Hi everyone ! Thanks for the tools ! but the install & test give me this " no compatible keyboard found ", i tried other tools for control rgb and same issue.
What can i do for fix that ? :(
The text was updated successfully, but these errors were encountered: