Skip to content

Instantly share code, notes, and snippets.

@RedsAnDev
Last active March 28, 2022 21:24
Show Gist options
  • Save RedsAnDev/dadb9a80347e1b5ea97697194350d5c4 to your computer and use it in GitHub Desktop.
Save RedsAnDev/dadb9a80347e1b5ea97697194350d5c4 to your computer and use it in GitHub Desktop.
This is a memo. Thank you ConfigureLaptop.eu!
----
## Disclaimer
This set of instructions are available at this link https://configurelaptop.eu/clevo-keyboard-backlight-control-for-linux/
----
Set instructions one-by-one in a terminal
```bash
sudo apt install -y git dkms build-essential linux-headers-$(uname -r)
```
```bash
git clone https://github.com/tuxedocomputers/tuxedo-keyboard
```
```bash
cd tuxedo-keyboard/
```
```bash
make clean
```
```bash
sudo su
```
```bash
make dkmsinstall
```
```bash
echo tuxedo_keyboard >> /etc/modules
```
```bash
modprobe tuxedo_keyboard
```
```bash
echo "options tuxedo_keyboard mode=0 brightness=25 color_left=0xFFFFFF color_center=0xFFFFFF color_right=0xFFFFFF" > /etc/modprobe.d/tuxedo_keyboard.conf
```
```bash
exit
```
And now reboot your awesome Santech ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment