loader image

ASUS ROG laptops (Command Center) [Linux]

What makes us different from other similar websites? Forums Tech ASUS ROG laptops (Command Center) [Linux]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6668
    thumbtak
    Keymaster

    Logo-app-tech-forum
    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 1 year, 11 months ago by thumbtak.
    #6706
    thumbtak
    Keymaster

    I was installing this to get my backlights to work, and I found that this turned them on.

    $ sudo /etc/acpi/asus-keyboard-backlight.sh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack