Package Details: asusctl-git 6.0.11.r10.g5ab9642-1

Git Clone URL: https://aur.archlinux.org/asusctl-git.git (read-only, click to copy)
Package Base: asusctl-git
Description: Asus laptop control utilities
Upstream URL: https://gitlab.com/asus-linux/asusctl
Keywords: asus asus-nb-ctrl asusctl rog-core zephyrus
Licenses: MPL2
Conflicts: asusctl
Provides: asusctl
Submitter: Static_Rocket
Maintainer: ModYokosuka
Last Packager: ModYokosuka
Votes: 8
Popularity: 0.000174
First Submitted: 2021-04-22 00:51 (UTC)
Last Updated: 2024-07-25 13:06 (UTC)

Pinned Comments

Static_Rocket commented on 2020-10-03 04:51 (UTC) (edited on 2023-04-26 03:02 (UTC) by Static_Rocket)

This is an unofficial package. It only exists for those who would prefer to build asusctl from the source instead of relying on the Asus-Linux binary repository. For more info on the binary repo look at https://asus-linux.org/wiki/arch-guide/

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

gpoudrel commented on 2023-04-24 19:25 (UTC) (edited on 2023-04-24 19:27 (UTC) by gpoudrel)

Hello,

I recently had to compile asusctl-git to get the latest commits.

I needed to modify PKGBUILD, notably the makedepends requirements.

diff --git a/PKGBUILD b/PKGBUILD
index 3f5bb5a..d874274 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Static_Rocket

 pkgname=asusctl-git
-pkgver=3.4.1.r11.gab80b07
+pkgver=4.6.0.r18.gc819fa4
 pkgrel=1
 pkgdesc="Asus laptop control utilities"
 arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://gitlab.com/asus-linux/asusctl"
 license=('MPL2')
 depends=('libusb' 'udev' 'systemd')
 optdepends=('acpi_call: fan control')
-makedepends=('git' 'rust')
+makedepends=('git' 'rust' 'pango' 'gdk-pixbuf2' 'at-spi2-core' 'gtk3' 'clang' 'cmake')
 provides=('asusctl')
 conflicts=('asusctl')
 source=('git+https://gitlab.com/asus-linux/asusctl.git')

Technetium1 commented on 2023-04-04 23:08 (UTC)

Missing at least pango, gdk-pixbuf2, at-spi2-core, gtk3, clang, and cmake to build in a clean chroot. Also missing optional dep for asusctltray-git. package() seems that it may be incorrect.

willemw commented on 2022-12-29 08:05 (UTC)

The conflicts array should be conflicts=('asusctl'), without any other name in that array.

carsten87 commented on 2022-05-07 08:37 (UTC) (edited on 2022-05-07 08:50 (UTC) by carsten87)

EDIT: Solved it! For anyone else having the same issue using "pamac build asusctl-git", try using "makepkg":

git clone https://aur.archlinux.org/asusctl-git.git
cd asusctl-git
makepkg -si

Build fails on Manjaro KDE; any suggestions?

error: failed to get `gumdrop` as a dependency of package `asusctl v4.0.7 (/var/cache/private/pamac/asusctl-git/src/asusctl/asusctl)`

Caused by:  failed to create directory `/.cargo/registry/index/github.com-1ecc6299db9ec823`

Caused by:
  Read-only file system (os error 30)
make: *** [Makefile:109: build] Error 101
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4

fabiscafe commented on 2021-09-18 09:29 (UTC)

Thanks for the package. Would you correct the upstream URL to https://gitlab.com/asus-linux/asusctl

url="https://gitlab.com/asus-linux/asusctl"
source=('git+${url}.git')

maybe even.

Also power-profiles-daemon is a dependency now

damdam_kr commented on 2021-06-01 04:20 (UTC)

@Karrq what I have noticed is to switch to hybrid first then you can switch to dedicated. Thats what I have noticed so far

Static_Rocket commented on 2021-05-17 00:51 (UTC)

@Karrq Yeah, that seems to happen every once in a while. Here's a link for now. As far as that hardware configuration goes, I'm not sure what support looks like right now. https://discord.gg/MrX9cqj5

Karrq commented on 2021-05-16 23:21 (UTC)

Anyone having issues switching to the dedicated GPU? I have a newer model, with ryzen 9 and rtx 3060, but I'm not able to use this to switch graphics mode...

the discord links I tried were all dead for the asus-linux.org

Static_Rocket commented on 2021-05-08 17:23 (UTC)

Alright, which one of you jokers decided to flagged a git package out of date...

It's a git package. Just rebuild it on your end and it will fetch the latest possible version available at the moment.

Static_Rocket commented on 2021-05-01 19:27 (UTC) (edited on 2021-05-01 19:28 (UTC) by Static_Rocket)

@cvelteren sounds like you never started the daemon. The upstream dbus rules to do this automatically don't take effect until reboot. Hit it with a systemctl start asusd or reboot.