Getting MSI GT70 GT60 ONC LEDs on SteelSeries keyboard working?

13,608

Solution 1

Was looking for this myself and stumbled upon this link. Before following those instructions though, make sure you have run:

sudo apt-get update
sudo apt-get install git

Depending on your Node.js installation, use either:

sudo nodejs server.js

Or if you installed Node.js from source:

sudo node server.js

This works on my MSI GT60-2OC. It is a little cumbersome to configure, but not too bad once you get it set up. After getting it running, you can create different files for different lighting options. All of the options are described here.

EDIT: Discovered something new. I believe the quickbar is controlled by the UEFI bios. Originally I wasn't using UEFI in 13.04 and the bar didn't work at all. Now I am using UEFI in 14.04 and I can use some of the buttons including the keyboard backlight button. Using the button cycles between on/game mode/off for me. Using this nodejs program will save the setting you choose and the button will work for that profile until you change it again with nodejs.

Solution 2

You can try this program

https://github.com/blackwolf-70/stseries-light

It is using libhidapi library and Qt4.8

The following are the packages required for this script to work.

libusb-dev
libusb-1.0.0-dev
libhidapi-hidraw0
libhidapi-libusb0
libhidapi-dev

I have tested this in GE72-6QD Apache Pro with Ubuntu 15.10 and found to be perfectly working.

Share:
13,608

Related videos on Youtube

Work Around
Author by

Work Around

Updated on September 18, 2022

Comments

  • Work Around
    Work Around over 1 year

    I have an MSI GT70 ONC laptop. The laptop comes with steelseries keyboard that has LEDs in the keys. On windows 7 I can use change the LEDs to light up any colour.

    I would like to know how to find out if there is a driver for my keyboard? If you need more information just tell me the terminal commands.

  • stream28
    stream28 over 9 years
    I am one of the creators of msi-keyboard. The final command IS correct Depending on how you installed Node.js. If you use the .deb file you will have a nodejs CLI. If you installed it from source (Like me), or change your symlinks, you will have a node CLI.
  • RayfenWindspear
    RayfenWindspear over 9 years
    @SteveLacy Thanks for that clarification and the edit.
  • Luis Lobo Borobia
    Luis Lobo Borobia about 8 years
    do you have compiling instructions for it?
  • stream28
    stream28 almost 8 years
    Just released a GUI app for the keyboard: github.com/stevelacy/msi-keyboard-gui