makem2
January 13th, 2024, 04:27 PM
I have just received this keyboard and as usual, drivers for Linux are not available from the makers.
I have found this:
https://github.com/MatMoul/g810-led?tab=readme-ov-file
This lists the G413 Carbon. Mine does not state carbon but all I want to do is control the keyboard light intensity which is too bright for me after plug and play.
I am considering giving it a try as it can be uninstalled. However, when I get to the install page I am am concerned when I see, "Debian (unstable, and 10 or later), Ubuntu 19.04 or later ":
I wonder if I should leave well alone? I am using a later Ubuntu.
It appears the following would be what I need to do if I do decide to install:
1. sudo apt install g810-led
2. sudo apt-get install git g++ make libhidapi-dev # for hidapi
or sudo apt-get install git g++ make libusb-1.0-0-dev # for libusb
3. git clone https://github.com/MatMoul/g810-led.git
cd g810-led
make bin # for hidapi
or
make bin LIB=libusb # for libusb
sudo make install
It appears straight forward but as I have never done this before I would appreciate comment on the risk.
The keyboard that is being replaced was a Razer Huntsman, far too fast for me but coped with for a year. My grandson has his eyes on it.
I do not want to mess up a nice dual boot two screen install for the sake of keyboard lighting.
I have found this:
https://github.com/MatMoul/g810-led?tab=readme-ov-file
This lists the G413 Carbon. Mine does not state carbon but all I want to do is control the keyboard light intensity which is too bright for me after plug and play.
I am considering giving it a try as it can be uninstalled. However, when I get to the install page I am am concerned when I see, "Debian (unstable, and 10 or later), Ubuntu 19.04 or later ":
I wonder if I should leave well alone? I am using a later Ubuntu.
It appears the following would be what I need to do if I do decide to install:
1. sudo apt install g810-led
2. sudo apt-get install git g++ make libhidapi-dev # for hidapi
or sudo apt-get install git g++ make libusb-1.0-0-dev # for libusb
3. git clone https://github.com/MatMoul/g810-led.git
cd g810-led
make bin # for hidapi
or
make bin LIB=libusb # for libusb
sudo make install
It appears straight forward but as I have never done this before I would appreciate comment on the risk.
The keyboard that is being replaced was a Razer Huntsman, far too fast for me but coped with for a year. My grandson has his eyes on it.
I do not want to mess up a nice dual boot two screen install for the sake of keyboard lighting.