-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to get it to work for gs70 stealth? #3
Comments
Hi, |
Hi, The error I receive: |
I don't have windows to reverse their utility and see what code are sent to the keyboard. |
Yeah same, the keyboard turns off until reboot. Yes I have windows installed on a vm. The msi keyboard manager works fine from a vm, but it would be nice to use this script. |
This is interesting, what Virtual Machine Manager are you using? I tried with VirtualBox but I did manage to get it working. What usb device did you bind it to? |
I have a GE60 O2D; the HID ID of the keyboard (hardcoded to 0x1770, 0xff00 in your code) is not detected, though it has a similar keyboard. How did you reverse-engineer the device ID? I could also try to run the windows utility from within a VirtualBox if that helps. |
@atk I think i was run the device manager in Windows, look for "MSI Keyboard" or something in that style in the USB section. In Properties you can find the HID id. Remember that in Windows you will not see an hex code, look for a integer instead. |
@alicee no I did not manage to get Virtual Box + Windows manage the keyboard led's. |
Hm, my current attempts at installing the VisualStudio 2013 version have been thwarted by don't-want-to-get-into Windows installation troubles. Do you suggest any particular debugger? |
@alicee I'm using the decompiler/debugger from http://www.telerik.com/products/decompiler.aspx . Not having much success yet though |
Not to divert attention to another project, I helped develop a msi-keyboard controller in node.js for Linux/UNIX systems: https://github.com/wearefractal/msi-keyboard |
@ocassetti , @RKJuve , @phillw No progress on my side, it's been too busy and too low on the priority list. I think our best bet would probably be to just contact MSI and ask them to release the hardware codes or perhaps even the source code for the KLM application itself. I read somewhere that they would be "happy to support open source efforts at writing a driver" for one of their mice or so? So perhaps if we can get to the right person this would become much easier. I'm not using the nvidia card, sorry. |
https://github.com/wearefractal/msi-keyboard has been updated. Everything apart from the 'wave' and 'breathe' effect works!! |
Hi,
I am wondering if it is possible to get it to work on gs 70 stealth running linux. At moment it basically shuts down all the leds and I have to restart the machine.
Are you aware of any problem of with the gs 70 stealth? Where are did you find the specification to write this tool? I was thinking to reverse the tool that msi provides for windows but that requires reinstalling windows on my machine and I am not too keen to do it.
O
The text was updated successfully, but these errors were encountered: