Package Details: asusctl 6.1.2-0.1

Git Clone URL: https://aur.archlinux.org/asusctl.git (read-only, click to copy)
Package Base: asusctl
Description: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
Upstream URL: https://asus-linux.org
Keywords: anime asus matrix rog
Licenses: MPL-2.0
Conflicts: gnome-shell-extension-asusctl-gnome
Submitter: fabiscafe
Maintainer: fabiscafe
Last Packager: fabiscafe
Votes: 19
Popularity: 1.86
First Submitted: 2021-09-18 11:01 (UTC)
Last Updated: 2025-02-10 13:11 (UTC)

Pinned Comments

fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)

Official Setup Guide

https://asus-linux.org/guides/arch-guide/

Merge/Pull Requests / Bugreports

https://gitlab.archlinux.org/fabiscafe/asusctl_aur

Known Issues

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ngoquang2708 commented on 2023-12-26 10:49 (UTC) (edited on 2023-12-26 10:49 (UTC) by ngoquang2708)

Build fail if target-dir = "..." is set in ~/.cargo/config.toml

ModYokosuka commented on 2023-09-03 19:02 (UTC)

Just a heads up to. A few merges were added to the latest release to correct issues with the upstream build system. No action needed

Debug builds were impossible because of an error in the upstream makefile. https://gitlab.com/asus-linux/asusctl/-/commit/15732ecd82b2ab4b79cc5fd64eeb310826ce3a83

Symbol stripping was being forced by the upstream makefile. https://gitlab.com/asus-linux/asusctl/-/commit/b105ff5180b189f718f110a8614218958bafeda6

fabiscafe commented on 2023-07-02 15:44 (UTC) (edited on 2023-07-02 15:45 (UTC) by fabiscafe)

@Sharky009 on top of what @OctopusET already have pointed out please be aware that Manjaro is not supported here. Not by the AUR and not in any way by me.

This PKGBUILD is tested that it builds in a clean Arch Linux chroot and that it runs on a base Arch Linux system. Everything else is unsupported.

OctopusET commented on 2023-07-02 12:56 (UTC) (edited on 2023-07-02 12:57 (UTC) by OctopusET)

@Sharky009 Those packages are included in 'base-devel' package. You are required to install the base-devel package to use AUR. Check this wiki https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

So, all AUR packages don't need to add those packages as dependencies.

Sharky009 commented on 2023-07-02 12:42 (UTC)

I tried to install this on a fresh Manjaro KDE system on an Asus ROG machine. But i noticed there some missing build dependencies. What's exactly missing is: make and pkgconf. It would be nice if you add them :)

Thanks and have a nice day

fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)

Official Setup Guide

https://asus-linux.org/guides/arch-guide/

Merge/Pull Requests / Bugreports

https://gitlab.archlinux.org/fabiscafe/asusctl_aur

Known Issues

ModYokosuka commented on 2023-06-13 19:20 (UTC)

If you are having a problem with very long load times for rog-control-panel and it locking up when clicking around the user interface try deleting ~/.config/rog/rog-control-center.cfg.

fabiscafe commented on 2023-06-11 15:05 (UTC) (edited on 2023-06-11 15:06 (UTC) by fabiscafe)

@rackrall asusd is supposed to be started by udev on supported systems. So you might just run an unsopported system. Please ask upstream - this is not a problem with the PKGBUILD.

@labaman from my commit it looks like this was required for rogcc. I can remember that it would fail if not available at install time, yet on my test I could build it without. Hmm. I might remove it with the next version.

rackrall commented on 2023-06-11 09:34 (UTC)

There is a problem with control panel because of asusd. If I try to run rog-control-center when asusd is not enabled system hangs up. Asusd starts fine but enabling it on systemctl doesn't work. Had to add my custom [Install] to /lib/systemd/system/asusd.service