Open cClaude opened 5 years ago
The problem is that your keyboard uses a different command structure, at least as far as I know. The command structure is simply different. Thus, you not only need to change the open_keyboard() function, but also the command structure, cf. set_color() in msiklm.c.
You could try to also call 'sudo msiklm green high' as this uses a different command structure that is compatible with more (especially older) keyboards, but I don't think that it will work.
A working solution might be a different tool, check maybe this one out.
Hello, thank for you work.
I have try on my brand new
MSI GE75 Raider 8SE
onMint 19
but I get:Okay, so I have checked USB devices. Only relevant information from
lsusb
was:Using
sudo msiklm list
, I get:So I have hack
msiklm.c
and change open_keyboard()After reinstall I have now:
Well, that was expected. Then I have try many commands like:
But none of then work.
Except of course, commands like:
Questions:
Thk.