About Me | Projects | Archives | ||
asusctl preview build on Ubuntu/Debian and derivatives - This version is purely experimental and I am providing NO guarantees/warranty/etc for any of this (you know the typical disclaimers :)) (but does work in my tests on Oracular so far) - I have not tested this on Debian on bare-metal, but it does install in my Debian unstable VM. - This will only support systems running up-to-date kernels. For Ubuntu, this means you must be running 24.10 Oracular Oriole, and for Debian, AFAIK you must be running Debian Trixie Beta or Unstable (or some other 6.10+-based kernel if on an older version)Please report any issues you find with this packaging here To try it out on Ubuntu Oracular: sudo add-apt-repository ppa:mitchellaugustin/asusctl sudo apt update sudo apt install rog-control-center sudo systemctl daemon-reload && sudo systemctl restart asusd To try it out on other Debian or Ubuntu derivatives, you can add my PPA to your sources.list manually and install: sudo mkdir -p /usr/local/share/keyrings curl -S "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1d4f9ce6e1492b69c43e95a3d60afa41a606bc01" | sudo gpg --batch --yes --dearmor --output "/usr/local/share/keyrings/asusctl-ma-keyring.gpg" echo "deb [signed-by=/usr/local/share/keyrings/asusctl-ma-keyring.gpg] https://ppa.launchpadcontent.net/mitchellaugustin/asusctl/ubuntu oracular main" | sudo tee /etc/apt/sources.list.d/asusctl.list sudo apt update sudo apt install rog-control-center sudo systemctl daemon-reload && sudo systemctl restart asusd
asusctl and rog-control-center were developed by Luke Jones and are licensed under the Mozilla Public License 2.0 - you can find the upstream sources here. ASUS and Armoury Crate are registered trademarks of ASUSTeK Computer Inc. My Ubuntu/Debian preview builds are also provided under the MPL 2.0. |