A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
$ cd /tmp
$ mkdir asusctl
$ cd asusctl
$ wget https://gitlab.com/asus-linux/asusctl/-/archive/main/asusctl-main.zip
$ unzip asusctl-main.zip
$ cd asusctl-main
$ sudo apt install libclang-dev libudev-dev
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ make
$ sudo make install
$ cd ..
$ rm -rf asusctl
$ systemctl start asusd
To make any changes, use the following command. You will see text that should tell you how to use it.
$ asusctl
-
This topic was modified 2 years, 6 months ago by thumbtak.